Newman Run Dashboard

Wednesday, 21 January 2026 07:48:02
Total Iterations

3

Total Assertions

198

Total Failed Tests

29

Total Skipped Tests

0


File Information
Collection: Inwarranty-flow collection Copy
Environment: QA
Timings and Data
Total run duration: 49.1s
Total data received: 3.42MB
Average response time: 290ms
Summary Item Total Failed
Requests 162 3
Prerequest Scripts 189 0
Test Scripts 237 3
Assertions 198 23
Skipped Tests 0 -



Showing 29 Failures

Failed Test: Verify the resposne time is below 400ms

Assertion Error Message
expected 516 to be below 400
Failed Test: Verify correct error status is shown

Assertion Error Message
expected 500 to equal 401
Failed Test: Verify correct error status is shown

Assertion Error Message
expected 500 to equal 400
Failed Test: Security:Veirfy if passowrd field is not present in the response

Assertion Error Message
expected { id: 4, first_name: 'fd', …(14) } to not have property 'password'
Failed Test: Verify status code is 401

Assertion Error Message
expected response to have status code 403 but got 200
Failed Test: Verify status code is 401

Assertion Error Message
expected response to have status code 403 but got 200
Failed Test: Verify if the status code is 403

Assertion Error Message
expected response to have status code 403 but got 401
Failed Test: Verify if the status code is 400

Assertion Error Message
expected response to have status code 400 but got 500
Failed Test: Check if the count for the created jobs today is greater than the old value

Assertion Error Message
the argument to above must be a number
Failed Test:

Assertion Error Message
runtime:extensions~request: request url is empty
Failed Test: Verify correct error status is shown

Assertion Error Message
expected 500 to equal 401
Failed Test: Verify correct error status is shown

Assertion Error Message
expected 500 to equal 400
Failed Test: Security:Veirfy if passowrd field is not present in the response

Assertion Error Message
expected { id: 4, first_name: 'fd', …(14) } to not have property 'password'
Failed Test: Verify status code is 401

Assertion Error Message
expected response to have status code 403 but got 200
Failed Test: Verify status code is 401

Assertion Error Message
expected response to have status code 403 but got 200
Failed Test: Verify if the status code is 400

Assertion Error Message
expected response to have status code 400 but got 500
Failed Test: Check if the count for the created jobs today is greater than the old value

Assertion Error Message
the argument to above must be a number
Failed Test:

Assertion Error Message
runtime:extensions~request: request url is empty
Failed Test: Verify correct error status is shown

Assertion Error Message
expected 500 to equal 401
Failed Test: Verify correct error status is shown

Assertion Error Message
expected 500 to equal 400
Failed Test: Security:Veirfy if passowrd field is not present in the response

Assertion Error Message
expected { id: 4, first_name: 'fd', …(14) } to not have property 'password'
Failed Test: Verify status code is 401

Assertion Error Message
expected response to have status code 403 but got 200
Failed Test: Verify status code is 401

Assertion Error Message
expected response to have status code 403 but got 200
Failed Test: Verify if the status code is 400

Assertion Error Message
expected response to have status code 400 but got 500
Failed Test: Check if the count for the created jobs today is greater than the old value

Assertion Error Message
the argument to above must be a number
Failed Test:

Assertion Error Message
runtime:extensions~request: request url is empty


There are no skipped tests



3 Iterations available to view
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 200 - OK
Mean time per request: 516ms
Mean size per request: 690B

Test Pass Percentage
80 %
Request Headers
Header NameHeader Value
Content-Type application/json
DemoHeader iamfd
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 40763bf4-9979-46e1-ad22-3e0a863b9c7a
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 58
Request Body
{
            "username": "iamfd",
            "password": "password"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 690
ETag W/"2b2-UbbuuaabVfZO2NOYSkeaUkKmlDQ"
Vary Accept-Encoding
Date Wed, 21 Jan 2026 07:47:13 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg5ODE2MzN9._4FNinjXwQig69gGU1WzW0HVFe7K6Y3B_XiPfY2-djo"}}
Test Information
NamePassedFailedSkipped
Verify if the status code is 200 1 0 0
Verify that message should be 'Success' 1 0 0
Verify that token shoukd be valid 1 0 0
Verify JSON Success 1 0 0
Verify the resposne time is below 400ms 0 1 0
Total 4 1 0
Test Failure
Test NameAssertion Error
Verify the resposne time is below 400ms
expected 516 to be below 400
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 500 - Internal Server Error
Mean time per request: 257ms
Mean size per request: 111B

Test Pass Percentage
67 %
Request Headers
Header NameHeader Value
Content-Type application/json
DemoHeader iamfd
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 7e1c74ea-f3b2-4c96-9a8e-44e781f0058f
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 71
Request Body
{
            "username": "{{invalidusername}}",
            "password": "Pass123"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 111
ETag W/"6f-3WIQw9DELuoisWKKy7VM2hiZxXA"
Vary Accept-Encoding
Date Wed, 21 Jan 2026 07:47:13 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"status":500,"message":"Invalid username or password","name":"APIError","isPublic":false,"isOperational":true}
Test Information
NamePassedFailedSkipped
Verify correct error message is shown 1 0 0
Verify correct error status is shown 0 1 0
Verify jsonSchema 1 0 0
Total 2 1 0
Test Failure
Test NameAssertion Error
Verify correct error status is shown
expected 500 to equal 401
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 500 - Internal Server Error
Mean time per request: 250ms
Mean size per request: 98B

Test Pass Percentage
67 %
Request Headers
Header NameHeader Value
Content-Type application/json
DemoHeader iamfd
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 8402512e-0c75-40fd-aeed-a0aa0cce483b
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 45
Request Body
{
            "username": "",
            "password": ""
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 98
ETag W/"62-jXdd8I0DBicnbx0aboTHyS7NZuM"
Vary Accept-Encoding
Date Wed, 21 Jan 2026 07:47:14 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"status":500,"message":"Invalid request","name":"APIError","isPublic":false,"isOperational":true}
Test Information
NamePassedFailedSkipped
Verify correct error message is shown 1 0 0
Verify correct error status is shown 0 1 0
Verify jsonSchema 1 0 0
Total 2 1 0
Test Failure
Test NameAssertion Error
Verify correct error status is shown
expected 500 to equal 400
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTQzNjB9.Q5KlbUO9TqRQwDxZcE9FQkYD93DTYNhePwfa3jI42Xk' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 200 - OK
Mean time per request: 252ms
Mean size per request: 438B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg5ODE2MzN9._4FNinjXwQig69gGU1WzW0HVFe7K6Y3B_XiPfY2-djo
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 26a0e36a-05d5-4f5b-b708-5a33d656309d
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 438
ETag W/"1b6-cR2dclq1S8zJDBAsHCDA10lTBi4"
Vary Accept-Encoding
Date Wed, 21 Jan 2026 07:47:14 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"id":4,"first_name":"fd","last_name":"fd","login_id":"iamfd","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":5,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-11-03T08:06:23.000Z","role_name":"FrontDesk","service_location":"Service Center A"}}
Test Information
NamePassedFailedSkipped
Verify if status code is 200 1 0 0
Verify if response message is success 1 0 0
Verify the response tine is below 400ms 1 0 0
Verify user data is present in response 1 0 0
Verify JSON Response Schema 1 0 0
Total 5 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTQzNjB9.Q5KlbUO9TqRQwDxZcE9FQkYD93DTYNhePwfa3jI42Xk' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 200 - OK
Mean time per request: 251ms
Mean size per request: 438B

Test Pass Percentage
0 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg5ODE2MzN9._4FNinjXwQig69gGU1WzW0HVFe7K6Y3B_XiPfY2-djo
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 6dc52a75-34e1-422b-a62b-3a6bf5489632
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 438
ETag W/"1b6-cR2dclq1S8zJDBAsHCDA10lTBi4"
Vary Accept-Encoding
Date Wed, 21 Jan 2026 07:47:14 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"id":4,"first_name":"fd","last_name":"fd","login_id":"iamfd","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":5,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-11-03T08:06:23.000Z","role_name":"FrontDesk","service_location":"Service Center A"}}
Test Information
NamePassedFailedSkipped
Security:Veirfy if passowrd field is not present in the response 0 1 0
Total 0 1 0
Test Failure
Test NameAssertion Error
Security:Veirfy if passowrd field is not present in the response
expected { id: 4, first_name: 'fd', …(14) } to not have property 'password'
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTQzNjB9.Q5KlbUO9TqRQwDxZcE9FQkYD93DTYNhePwfa3jI42Xk' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 401 - Unauthorized
Mean time per request: 250ms
Mean size per request: 17B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg5ODE2MzN9._4FNinjXwQig69gGU1WzW0HVFe7K6Y3B_XiPfY2-djo
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 0a27c776-660b-4d30-8b70-f6ccb01c595e
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type text/html; charset=utf-8
Content-Length 17
ETag W/"11-FLPMxCfH56IlIYLRaOTETEMIwHM"
Vary Accept-Encoding
Date Wed, 21 Jan 2026 07:47:15 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
401: Unauthorized
Test Information
NamePassedFailedSkipped
Verify status code is 401 1 0 0
Total 1 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTQzNjB9.Q5KlbUO9TqRQwDxZcE9FQkYD93DTYNhePwfa3jI42Xk' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 280ms
Mean size per request: 242B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg5ODE2MzN9._4FNinjXwQig69gGU1WzW0HVFe7K6Y3B_XiPfY2-djo
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 5bf5ddd4-b5f0-4ae4-9148-0ed9fa00116d
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 242
ETag W/"f2-3M4rLAT/FtAW7jiS7F6SqnMYQcc"
Vary Accept-Encoding
Date Wed, 21 Jan 2026 07:47:15 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for delivery","key":"pending_for_delivery","count":1},{"label":"Created today","key":"created_today","count":427},{"label":"Pending for FST assignment","key":"pending_fst_assignment","count":0}]}
Test Information
NamePassedFailedSkipped
Verify that status code is 200 1 0 0
Verify that response time is below 500ms 1 0 0
Verify if response message is success 1 0 0
Verify JSON Schema 1 0 0
Verify if the length of the data array is 3 1 0 0
Verify if the keys are present in response data Array 1 0 0
Verify if the count for the Json object Pending for delivery is Number or not 1 0 0
Verify if the count for the Json object Created today is Number or not 1 0 0
Verify if the count for the Json object Pending for FST assignment is Number or not 1 0 0
Total 9 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTQzNjB9.Q5KlbUO9TqRQwDxZcE9FQkYD93DTYNhePwfa3jI42Xk' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 401 - Unauthorized
Mean time per request: 249ms
Mean size per request: 17B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg5ODE2MzN9._4FNinjXwQig69gGU1WzW0HVFe7K6Y3B_XiPfY2-djo
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token b41df33e-d533-4246-b413-1d447f8a8e69
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type text/html; charset=utf-8
Content-Length 17
ETag W/"11-FLPMxCfH56IlIYLRaOTETEMIwHM"
Vary Accept-Encoding
Date Wed, 21 Jan 2026 07:47:15 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
401: Unauthorized
Test Information
NamePassedFailedSkipped
Verify status code is 401 1 0 0
Total 1 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTQzNjB9.Q5KlbUO9TqRQwDxZcE9FQkYD93DTYNhePwfa3jI42Xk' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 281ms
Mean size per request: 242B

Test Pass Percentage
0 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg5ODE2MzN9._4FNinjXwQig69gGU1WzW0HVFe7K6Y3B_XiPfY2-djo
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 2127aa48-47fd-4f65-a4b1-4ecd6973579a
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 242
ETag W/"f2-3M4rLAT/FtAW7jiS7F6SqnMYQcc"
Vary Accept-Encoding
Date Wed, 21 Jan 2026 07:47:15 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for delivery","key":"pending_for_delivery","count":1},{"label":"Created today","key":"created_today","count":427},{"label":"Pending for FST assignment","key":"pending_fst_assignment","count":0}]}
Test Information
NamePassedFailedSkipped
Verify status code is 401 0 1 0
Total 0 1 0
Test Failure
Test NameAssertion Error
Verify status code is 401
expected response to have status code 403 but got 200
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/master' \ -X 'POST' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTU5NjB9.nfvITuSMfYZ64YhDEuyZcSjywp2smDI8pOVYcgtzgwc' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Length: 0' \ -H 'Content-Type: text/plain' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/master
Response Information
Response Code: 200 - OK
Mean time per request: 264ms
Mean size per request: 10.53KB

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg5ODE2MzN9._4FNinjXwQig69gGU1WzW0HVFe7K6Y3B_XiPfY2-djo
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 2b63dc27-b191-4ae8-a78c-b9e1d9a8a4ad
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 0
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"2a1c-v2lPE1pRCSNwLh+/V8ccxPYHAHM"
Vary Accept-Encoding
Content-Encoding gzip
Date Wed, 21 Jan 2026 07:47:16 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":{"mst_oem":[{"id":1,"name":"Google","code":"GL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"},{"id":2,"name":"Apple","code":"APL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"}],"mst_model":[{"id":1,"name":"Nexus 2 blue","code":"NX2BL","mst_product_id":1,"is_active":1,"created_at":"2021-10-29T19:28:00.000Z","modified_at":"2021-10-29T19:28:00.000Z"},{"id":2,"name":"gallexy","code":"gl","mst_product_id":1,"is_active":1,"created_at":"2022-06-10T07:18:03.000Z","modified_at":"2022-06-10T07:18:03.000Z"},{"id":3,"name":"Iphone 11","code":"ip11","mst_product_id":3,"is_active":1,"created_at":"2022-08-18T16:59:27.000Z","modified_at":"2022-08-18T17:00:31.000Z"}],"mst_action_status":[{"id":1,"name":"Job Creation","code":"JBC","description":"Job Creation","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":2,"name":"Pending For Job Assignment","code":"PJFA","description":"Pending For Job Assignment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":3,"name":"Pending For Repair","code":"PFR","description":"Pending For Repair","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":4,"name":"Pending For QC","code":"PFQC","description":"Pending For QC","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":5,"name":"Pending for Delivery","code":"PDL","description":"Pending for Delivery","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:00:39.000Z"},{"id":6,"name":"Delivered to customer","code":"DC","description":"Delivered to customer","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:01:48.000Z"},{"id":7,"name":"QC Rejected","code":"QCR","description":"QC Rejected","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":8,"name":"Quatation Raised","code":"QR","description":"Quatation Raised","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":9,"name":"Pending For Payment","code":"PFP","description":"Pending For Payment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":10,"name":"Payment Is Done","code":"PD","description":"Payment Is Done","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":11,"name":"Job Closed Successfully","code":"JC","description":"Job Closed Successfully","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":12,"name":"Assigned to FST - Inbound","code":"AFI","description":"Assigned to FST - Inbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":13,"name":"Assigned to FST - Outbound","code":"AFO","description":"Assigned to FST - Outbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":14,"name":"Begin Journey","code":"BJY","description":"Begin Journey","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":15,"name":"Submitted To FD","code":"SFD","description":"Submitted To FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":16,"name":"Collected At FD","code":"CFD","description":"Collected At FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"}],"mst_warrenty_status":[{"id":1,"name":"In Warrenty","code":"IW","description":"In Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"},{"id":2,"name":"Out Of Warrenty","code":"OOW","description":"Out Of Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"}],"mst_platform":[{"id":1,"name":"FST","code":"FST","description":"Field technician will go to customer's house","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"},{"id":2,"name":"Front Desk","code":"FD","description":"Customer will come to service center to submit his device","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"}],"mst_product":[{"id":1,"name":"Nexus 2","code":"NX2","mst_oem_id":1,"is_active":1,"created_at":"2021-10-29T19:27:21.000Z","modified_at":"2021-10-29T19:27:21.000Z"},{"id":2,"name":"Pixel","code":"gl","mst_oem_id":1,"is_active":1,"created_at":"2022-06-10T07:16:57.000Z","modified_at":"2022-08-18T16:55:02.000Z"},{"id":3,"name":"IPhone","code":"ip","mst_oem_id":2,"is_active":1,"created_at":"2022-08-18T16:56:15.000Z","modified_at":"2022-08-18T16:57:20.000Z"}],"mst_role":[{"id":1,"name":"Engineer","code":"ENG","description":"Engineer","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":2,"name":"Supervisor","code":"SPV","description":"Supervisor","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":3,"name":"FST","code":"FST","description":"Field Service Technician","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":4,"name":"QC","code":"QC","description":"Quality check","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":5,"name":"FrontDesk","code":"FD","description":"Front Desk","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"},{"id":6,"name":"Callcenter","code":"CC","description":"Callcenter","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"}],"mst_service_location":[{"id":1,"name":"Service Center A","code":"B2X","mobile_number":"8877667788","email_id":"servicecentera@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400075,"country":"India","gstin":"22AAAAA0000A1","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:58.000Z"},{"id":2,"name":"Service Center B","code":"SFY","mobile_number":"8877667789","email_id":"servicecenterb@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400606,"country":"India","gstin":"22AAAAA0000B2","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:59.000Z"},{"id":3,"name":"Service Centre C","code":"PKC","mobile_number":"8877667790","email_id":"servicecenterpk@gmail.com","address":"Srinagar,Kashmir(A)","pincode":577432,"country":"India","gstin":"22AAAAA0000C3","is_repair_line_engineer":1,"is_active":1,"created_at":"2022-12-13T11:05:47.000Z","modified_at":"2022-12-13T11:05:47.000Z"}],"mst_problem":[{"id":1,"name":"Smartphone is running slow","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":2,"name":"Poor battery life","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":3,"name":"Phone or app crashes","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":4,"name":"Sync issue","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":5,"name":"MicroSD card is not working on your phone","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":6,"name":"Overheating","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":7,"name":"Connecting problem with Bluetooth, Wifi, Cellular network","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":8,"name":"Cracked screen","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":9,"name":"Other","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":10,"name":"Camera issue","created_at":"2022-06-13T15:01:02.000Z","modified_at":"2022-06-13T15:01:02.000Z"},{"id":11,"name":"Charger Not Working","created_at":"2022-08-14T12:38:04.000Z","modified_at":"2022-08-14T12:38:04.000Z"},{"id":12,"name":" Software Booting Issue ","created_at":"2022-08-14T13:03:08.000Z","modified_at":"2022-08-14T13:03:08.000Z"},{"id":15,"name":"Head Phone Jack not working","created_at":"2022-06-16T15:22:18.000Z","modified_at":"2022-06-16T15:22:18.000Z"},{"id":16,"name":"Head Phone issue","created_at":"2022-06-16T15:27:47.000Z","modified_at":"2022-06-16T15:27:47.000Z"},{"id":17,"name":"Random Problem","created_at":"2022-07-11T02:56:01.000Z","modified_at":"2022-07-11T02:56:01.000Z"},{"id":19,"name":"Front camera not working","created_at":"2022-07-13T17:50:54.000Z","modified_at":"2022-07-13T17:50:54.000Z"},{"id":20,"name":"Battery issue","created_at":"2022-07-13T17:51:47.000Z","modified_at":"2022-07-13T17:51:47.000Z"},{"id":22,"name":"Screen display issue","created_at":"2022-08-29T11:09:24.000Z","modified_at":"2022-08-29T11:09:24.000Z"},{"id":24,"name":"Apps Not Downloading","created_at":"2022-08-29T12:10:34.000Z","modified_at":"2022-08-29T12:10:34.000Z"},{"id":26,"name":"Unresponsive screen","created_at":"2022-09-19T10:03:08.000Z","modified_at":"2022-09-19T10:03:08.000Z"},{"id":27,"name":"Blue Screen Error","created_at":"2022-12-13T11:01:48.000Z","modified_at":"2022-12-13T11:01:48.000Z"},{"id":28,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"},{"id":29,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"}],"map_fst_pincode":[{"pincode":100011,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100012,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100013,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100014,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100015,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":400065,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":200011,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200012,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200013,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200014,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200015,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"}]}}
Test Information
NamePassedFailedSkipped
Status code is 200 1 0 0
Verify if response message is success 1 0 0
Verify that response time is below 500 1 0 0
Verify JSON Schema 1 0 0
Verify if the key mst_oem is present in the response body 1 0 0
Verify if the key mst_model is present in the response body 1 0 0
Verify if the key mst_action_status is present in the response body 1 0 0
Verify if the key mst_warrenty_status is present in the response body 1 0 0
Verify if the key mst_product is present in the response body 1 0 0
Verify if the key mst_role is present in the response body 1 0 0
Verify if the key mst_service_location is present in the response body 1 0 0
Verify if the key mst_problem is present in the response body 1 0 0
Verify if the key map_fst_pincode is present in the response body 1 0 0
Verify if the key is storing a non empty array 1 0 0
Total 14 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/master' \ -X 'POST' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTU5NjB9.nfvITuSMfYZ64YhDEuyZcSjywp2smDI8pOVYcgtzgwc' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Length: 0' \ -H 'Content-Type: text/plain' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/master
Response Information
Response Code: 401 - Unauthorized
Mean time per request: 249ms
Mean size per request: 17B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg5ODE2MzN9._4FNinjXwQig69gGU1WzW0HVFe7K6Y3B_XiPfY2-djo
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token d5f11b89-46c1-4840-9b36-33dfea6441eb
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 0
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type text/html; charset=utf-8
Content-Length 17
ETag W/"11-FLPMxCfH56IlIYLRaOTETEMIwHM"
Vary Accept-Encoding
Date Wed, 21 Jan 2026 07:47:16 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
401: Unauthorized
Test Information
NamePassedFailedSkipped
Verify status code is 401 1 0 0
Total 1 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/master' \ -X 'POST' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTU5NjB9.nfvITuSMfYZ64YhDEuyZcSjywp2smDI8pOVYcgtzgwc' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Length: 0' \ -H 'Content-Type: text/plain' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/master
Response Information
Response Code: 200 - OK
Mean time per request: 261ms
Mean size per request: 10.53KB

Test Pass Percentage
0 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg5ODE2MzN9._4FNinjXwQig69gGU1WzW0HVFe7K6Y3B_XiPfY2-djo
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 3f7bd90f-2903-4a9d-a1e2-a87041ee5e6f
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 0
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"2a1c-v2lPE1pRCSNwLh+/V8ccxPYHAHM"
Vary Accept-Encoding
Content-Encoding gzip
Date Wed, 21 Jan 2026 07:47:16 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":{"mst_oem":[{"id":1,"name":"Google","code":"GL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"},{"id":2,"name":"Apple","code":"APL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"}],"mst_model":[{"id":1,"name":"Nexus 2 blue","code":"NX2BL","mst_product_id":1,"is_active":1,"created_at":"2021-10-29T19:28:00.000Z","modified_at":"2021-10-29T19:28:00.000Z"},{"id":2,"name":"gallexy","code":"gl","mst_product_id":1,"is_active":1,"created_at":"2022-06-10T07:18:03.000Z","modified_at":"2022-06-10T07:18:03.000Z"},{"id":3,"name":"Iphone 11","code":"ip11","mst_product_id":3,"is_active":1,"created_at":"2022-08-18T16:59:27.000Z","modified_at":"2022-08-18T17:00:31.000Z"}],"mst_action_status":[{"id":1,"name":"Job Creation","code":"JBC","description":"Job Creation","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":2,"name":"Pending For Job Assignment","code":"PJFA","description":"Pending For Job Assignment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":3,"name":"Pending For Repair","code":"PFR","description":"Pending For Repair","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":4,"name":"Pending For QC","code":"PFQC","description":"Pending For QC","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":5,"name":"Pending for Delivery","code":"PDL","description":"Pending for Delivery","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:00:39.000Z"},{"id":6,"name":"Delivered to customer","code":"DC","description":"Delivered to customer","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:01:48.000Z"},{"id":7,"name":"QC Rejected","code":"QCR","description":"QC Rejected","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":8,"name":"Quatation Raised","code":"QR","description":"Quatation Raised","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":9,"name":"Pending For Payment","code":"PFP","description":"Pending For Payment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":10,"name":"Payment Is Done","code":"PD","description":"Payment Is Done","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":11,"name":"Job Closed Successfully","code":"JC","description":"Job Closed Successfully","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":12,"name":"Assigned to FST - Inbound","code":"AFI","description":"Assigned to FST - Inbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":13,"name":"Assigned to FST - Outbound","code":"AFO","description":"Assigned to FST - Outbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":14,"name":"Begin Journey","code":"BJY","description":"Begin Journey","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":15,"name":"Submitted To FD","code":"SFD","description":"Submitted To FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":16,"name":"Collected At FD","code":"CFD","description":"Collected At FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"}],"mst_warrenty_status":[{"id":1,"name":"In Warrenty","code":"IW","description":"In Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"},{"id":2,"name":"Out Of Warrenty","code":"OOW","description":"Out Of Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"}],"mst_platform":[{"id":1,"name":"FST","code":"FST","description":"Field technician will go to customer's house","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"},{"id":2,"name":"Front Desk","code":"FD","description":"Customer will come to service center to submit his device","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"}],"mst_product":[{"id":1,"name":"Nexus 2","code":"NX2","mst_oem_id":1,"is_active":1,"created_at":"2021-10-29T19:27:21.000Z","modified_at":"2021-10-29T19:27:21.000Z"},{"id":2,"name":"Pixel","code":"gl","mst_oem_id":1,"is_active":1,"created_at":"2022-06-10T07:16:57.000Z","modified_at":"2022-08-18T16:55:02.000Z"},{"id":3,"name":"IPhone","code":"ip","mst_oem_id":2,"is_active":1,"created_at":"2022-08-18T16:56:15.000Z","modified_at":"2022-08-18T16:57:20.000Z"}],"mst_role":[{"id":1,"name":"Engineer","code":"ENG","description":"Engineer","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":2,"name":"Supervisor","code":"SPV","description":"Supervisor","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":3,"name":"FST","code":"FST","description":"Field Service Technician","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":4,"name":"QC","code":"QC","description":"Quality check","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":5,"name":"FrontDesk","code":"FD","description":"Front Desk","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"},{"id":6,"name":"Callcenter","code":"CC","description":"Callcenter","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"}],"mst_service_location":[{"id":1,"name":"Service Center A","code":"B2X","mobile_number":"8877667788","email_id":"servicecentera@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400075,"country":"India","gstin":"22AAAAA0000A1","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:58.000Z"},{"id":2,"name":"Service Center B","code":"SFY","mobile_number":"8877667789","email_id":"servicecenterb@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400606,"country":"India","gstin":"22AAAAA0000B2","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:59.000Z"},{"id":3,"name":"Service Centre C","code":"PKC","mobile_number":"8877667790","email_id":"servicecenterpk@gmail.com","address":"Srinagar,Kashmir(A)","pincode":577432,"country":"India","gstin":"22AAAAA0000C3","is_repair_line_engineer":1,"is_active":1,"created_at":"2022-12-13T11:05:47.000Z","modified_at":"2022-12-13T11:05:47.000Z"}],"mst_problem":[{"id":1,"name":"Smartphone is running slow","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":2,"name":"Poor battery life","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":3,"name":"Phone or app crashes","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":4,"name":"Sync issue","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":5,"name":"MicroSD card is not working on your phone","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":6,"name":"Overheating","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":7,"name":"Connecting problem with Bluetooth, Wifi, Cellular network","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":8,"name":"Cracked screen","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":9,"name":"Other","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":10,"name":"Camera issue","created_at":"2022-06-13T15:01:02.000Z","modified_at":"2022-06-13T15:01:02.000Z"},{"id":11,"name":"Charger Not Working","created_at":"2022-08-14T12:38:04.000Z","modified_at":"2022-08-14T12:38:04.000Z"},{"id":12,"name":" Software Booting Issue ","created_at":"2022-08-14T13:03:08.000Z","modified_at":"2022-08-14T13:03:08.000Z"},{"id":15,"name":"Head Phone Jack not working","created_at":"2022-06-16T15:22:18.000Z","modified_at":"2022-06-16T15:22:18.000Z"},{"id":16,"name":"Head Phone issue","created_at":"2022-06-16T15:27:47.000Z","modified_at":"2022-06-16T15:27:47.000Z"},{"id":17,"name":"Random Problem","created_at":"2022-07-11T02:56:01.000Z","modified_at":"2022-07-11T02:56:01.000Z"},{"id":19,"name":"Front camera not working","created_at":"2022-07-13T17:50:54.000Z","modified_at":"2022-07-13T17:50:54.000Z"},{"id":20,"name":"Battery issue","created_at":"2022-07-13T17:51:47.000Z","modified_at":"2022-07-13T17:51:47.000Z"},{"id":22,"name":"Screen display issue","created_at":"2022-08-29T11:09:24.000Z","modified_at":"2022-08-29T11:09:24.000Z"},{"id":24,"name":"Apps Not Downloading","created_at":"2022-08-29T12:10:34.000Z","modified_at":"2022-08-29T12:10:34.000Z"},{"id":26,"name":"Unresponsive screen","created_at":"2022-09-19T10:03:08.000Z","modified_at":"2022-09-19T10:03:08.000Z"},{"id":27,"name":"Blue Screen Error","created_at":"2022-12-13T11:01:48.000Z","modified_at":"2022-12-13T11:01:48.000Z"},{"id":28,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"},{"id":29,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"}],"map_fst_pincode":[{"pincode":100011,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100012,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100013,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100014,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100015,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":400065,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":200011,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200012,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200013,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200014,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200015,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"}]}}
Test Information
NamePassedFailedSkipped
Verify status code is 401 0 1 0
Total 0 1 0
Test Failure
Test NameAssertion Error
Verify status code is 401
expected response to have status code 403 but got 200
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"customer":{"first_name":"Nibriti","last_name":"singh","mobile_number":"7982839213","mobile_number_alt":"","email_id":"nivriti.singh@gmail.com","email_id_alt":"nivriti.singh@gmail.com"},"customer_address":{"flat_number":"23","apartment_name":"Ganga","street_name":"lingepolder","landmark":"hgjhggjkkj","area":"Ghartanpada","pincode":"800023","country":"India","state":"Maharashtra"},"customer_product":{"dop":"2025-11-04T23:00:00.000Z","serial_number":"012345678945678","imei1":"012345678945678","imei2":"012345678945678","popurl":"2025-11-04T23:00:00.000Z","product_id":3,"mst_model_id":3},"problems":[{"id":3,"remark":""}]}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/create
Response Information
Response Code: 200 - OK
Mean time per request: 323ms
Mean size per request: 233B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg5ODE2MzN9._4FNinjXwQig69gGU1WzW0HVFe7K6Y3B_XiPfY2-djo
randomnumber 93
randomFirstName Camren
randomLastName Oberbrunner
randomEmail Freda13@gmail.com
randomPhone 809-318-3803
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token eb32ee15-18e1-4685-b9a8-d4b4cc04dbe7
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 1045
Request Body
{
            "mst_service_location_id": 0,
            "mst_platform_id": 2,
            "mst_warrenty_status_id": 1,
            "mst_oem_id": 2,
            "customer": {
                "first_name": "Octavia",
                "last_name": "Hahn",
                "mobile_number": "950-265-4948",
                "mobile_number_alt": "",
                "email_id": "Bart95@yahoo.com",
                "email_id_alt": ""
            },
            "customer_address": {
                "flat_number": "23",
                "apartment_name": "Ganga",
                "street_name": "ganga road",
                "landmark": "hgjhggjkkj",
                "area": "Ghartanpada",
                "pincode": "820023",
                "country": "India",
                "state": "Maharashtra"
            },
            "customer_product": {
                "dop": "2025-11-04T23:00:00.000Z",
                "serial_number":"39713453300546",
                "imei1": "39713453300546",
                "imei2": "39713453300546",
                "popurl": "2025-11-04T23:00:00.000Z",
                "product_id": 3,
                "mst_model_id": 3
            },
            "problems": [
                {
                    "id": 3,
                    "remark": ""
                }
            ]
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 233
ETag W/"e9-BNZoda4oATQoiDs6FLfYEcHZQ3g"
Vary Accept-Encoding
Date Wed, 21 Jan 2026 07:47:17 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Job created successfully. ","data":{"id":163012,"mst_service_location_id":1,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"tr_customer_id":163029,"tr_customer_product_id":163019,"job_number":"JOB_163012"}}
Test Information
NamePassedFailedSkipped
Status code is 200 1 0 0
Verify if response message is Job Created Successfully 1 0 0
Verify that response time is below 500 1 0 0
Verify JSON Schema 1 0 0
Verify that id is present in the response data 1 0 0
Verify that mst_service_location_id is present in the response data 1 0 0
Verify that mst_platform_id is present in the response data 1 0 0
Verify that mst_warrenty_status_id is present in the response data 1 0 0
Verify that mst_oem_id is present in the response data 1 0 0
Verify that tr_customer_id is present in the response data 1 0 0
Verify that tr_customer_product_id is present in the response data 1 0 0
Verify that job_number is present in the response data 1 0 0
Verify job_number starts with JOB_ 1 0 0
Total 13 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"customer":{"first_name":"Nibriti","last_name":"singh","mobile_number":"7982839213","mobile_number_alt":"","email_id":"nivriti.singh@gmail.com","email_id_alt":"nivriti.singh@gmail.com"},"customer_address":{"flat_number":"23","apartment_name":"Ganga","street_name":"lingepolder","landmark":"hgjhggjkkj","area":"Ghartanpada","pincode":"800023","country":"India","state":"Maharashtra"},"customer_product":{"dop":"2025-11-04T23:00:00.000Z","serial_number":"012345678945678","imei1":"012345678945678","imei2":"012345678945678","popurl":"2025-11-04T23:00:00.000Z","product_id":3,"mst_model_id":3},"problems":[{"id":3,"remark":""}]}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/create
Response Information
Response Code: 401 - Unauthorized
Mean time per request: 249ms
Mean size per request: 17B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg5ODE2MzN9._4FNinjXwQig69gGU1WzW0HVFe7K6Y3B_XiPfY2-djo
randomnumber 145
randomFirstName Jaqueline
randomLastName Williamson
randomEmail Idell60@yahoo.com
randomPhone 935-409-1771
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token dac05b51-0672-4610-b1e6-8ba63c75b2fa
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 1051
Request Body
{
            "mst_service_location_id": 0,
            "mst_platform_id": 2,
            "mst_warrenty_status_id": 1,
            "mst_oem_id": 2,
            "customer": {
                "first_name": "Jade",
                "last_name": "McDermott",
                "mobile_number": "333-679-8689",
                "mobile_number_alt": "",
                "email_id": "Eleonore.Yost@gmail.com",
                "email_id_alt": ""
            },
            "customer_address": {
                "flat_number": "23",
                "apartment_name": "Ganga",
                "street_name": "ganga road",
                "landmark": "hgjhggjkkj",
                "area": "Ghartanpada",
                "pincode": "820023",
                "country": "India",
                "state": "Maharashtra"
            },
            "customer_product": {
                "dop": "2025-11-04T23:00:00.000Z",
                "serial_number":"8702967652064",
                "imei1": "8702967652064",
                "imei2": "8702967652064",
                "popurl": "2025-11-04T23:00:00.000Z",
                "product_id": 3,
                "mst_model_id": 3
            },
            "problems": [
                {
                    "id": 3,
                    "remark": ""
                }
            ]
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type text/html; charset=utf-8
Content-Length 17
ETag W/"11-FLPMxCfH56IlIYLRaOTETEMIwHM"
Vary Accept-Encoding
Date Wed, 21 Jan 2026 07:47:17 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
401: Unauthorized
Test Information
NamePassedFailedSkipped
Verify if the status code is 401 1 0 0
Total 1 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"customer":{"first_name":"Nibriti","last_name":"singh","mobile_number":"7982839213","mobile_number_alt":"","email_id":"nivriti.singh@gmail.com","email_id_alt":"nivriti.singh@gmail.com"},"customer_address":{"flat_number":"23","apartment_name":"Ganga","street_name":"lingepolder","landmark":"hgjhggjkkj","area":"Ghartanpada","pincode":"800023","country":"India","state":"Maharashtra"},"customer_product":{"dop":"2025-11-04T23:00:00.000Z","serial_number":"012345678945678","imei1":"012345678945678","imei2":"012345678945678","popurl":"2025-11-04T23:00:00.000Z","product_id":3,"mst_model_id":3},"problems":[{"id":3,"remark":""}]}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/create
Response Information
Response Code: 401 - Unauthorized
Mean time per request: 250ms
Mean size per request: 17B

Test Pass Percentage
0 %
Request Headers
Header NameHeader Value
Authorization
randomnumber 117
randomFirstName Lonzo
randomLastName Mosciski
randomEmail Orin.Torphy@gmail.com
randomPhone 272-951-7299
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token d634bf7c-59cf-4b68-8025-d67d57946ab5
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 1056
Request Body
{
            "mst_service_location_id": 0,
            "mst_platform_id": 2,
            "mst_warrenty_status_id": 1,
            "mst_oem_id": 2,
            "customer": {
                "first_name": "Ismael",
                "last_name": "O'Reilly",
                "mobile_number": "390-401-2353",
                "mobile_number_alt": "",
                "email_id": "Tia.Predovic47@yahoo.com",
                "email_id_alt": ""
            },
            "customer_address": {
                "flat_number": "23",
                "apartment_name": "Ganga",
                "street_name": "ganga road",
                "landmark": "hgjhggjkkj",
                "area": "Ghartanpada",
                "pincode": "820023",
                "country": "India",
                "state": "Maharashtra"
            },
            "customer_product": {
                "dop": "2025-11-04T23:00:00.000Z",
                "serial_number":"83815330246432",
                "imei1": "83815330246432",
                "imei2": "83815330246432",
                "popurl": "2025-11-04T23:00:00.000Z",
                "product_id": 3,
                "mst_model_id": 3
            },
            "problems": [
                {
                    "id": 3,
                    "remark": ""
                }
            ]
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type text/html; charset=utf-8
Content-Length 17
ETag W/"11-FLPMxCfH56IlIYLRaOTETEMIwHM"
Vary Accept-Encoding
Date Wed, 21 Jan 2026 07:47:17 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
401: Unauthorized
Test Information
NamePassedFailedSkipped
Verify if the status code is 403 0 1 0
Total 0 1 0
Test Failure
Test NameAssertion Error
Verify if the status code is 403
expected response to have status code 403 but got 401
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"customer":{"first_name":"Nibriti","last_name":"singh","mobile_number":"7982839213","mobile_number_alt":"","email_id":"nivriti.singh@gmail.com","email_id_alt":"nivriti.singh@gmail.com"},"customer_address":{"flat_number":"23","apartment_name":"Ganga","street_name":"lingepolder","landmark":"hgjhggjkkj","area":"Ghartanpada","pincode":"800023","country":"India","state":"Maharashtra"},"customer_product":{"dop":"2025-11-04T23:00:00.000Z","serial_number":"012345678945678","imei1":"012345678945678","imei2":"012345678945678","popurl":"2025-11-04T23:00:00.000Z","product_id":3,"mst_model_id":3},"problems":[{"id":3,"remark":""}]}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/create
Response Information
Response Code: 400 - Bad Request
Mean time per request: 250ms
Mean size per request: 279B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg5ODE2MzN9._4FNinjXwQig69gGU1WzW0HVFe7K6Y3B_XiPfY2-djo
randomnumber 781
randomFirstName Hayley
randomLastName King
randomEmail Blaze44@gmail.com
randomPhone 568-267-6970
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token b1801d2d-5214-4505-9752-4236109e2840
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 122
Request Body
{
            "mst_service_location_id": 0,
            "mst_platform_id": 2,
            "mst_warrenty_status_id": 1,
            "mst_oem_id": 2,
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 279
ETag W/"117-pI2NRiqqXTjFlE7JHZVj9IkY8oo"
Vary Accept-Encoding
Date Wed, 21 Jan 2026 07:47:18 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"status":400,"message":"Unexpected token } in JSON at position 121","expose":true,"statusCode":400,"body":"{\r\n    \"mst_service_location_id\": 0,\r\n    \"mst_platform_id\": 2,\r\n    \"mst_warrenty_status_id\": 1,\r\n    \"mst_oem_id\": 2,\r\n}","type":"entity.parse.failed"}
Test Information
NamePassedFailedSkipped
Verify if the status code is 400 1 0 0
Verify if the error message is shown 1 0 0
Total 2 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"customer":{"first_name":"Nibriti","last_name":"singh","mobile_number":"7982839213","mobile_number_alt":"","email_id":"nivriti.singh@gmail.com","email_id_alt":"nivriti.singh@gmail.com"},"customer_address":{"flat_number":"23","apartment_name":"Ganga","street_name":"lingepolder","landmark":"hgjhggjkkj","area":"Ghartanpada","pincode":"800023","country":"India","state":"Maharashtra"},"customer_product":{"dop":"2025-11-04T23:00:00.000Z","serial_number":"012345678945678","imei1":"012345678945678","imei2":"012345678945678","popurl":"2025-11-04T23:00:00.000Z","product_id":3,"mst_model_id":3},"problems":[{"id":3,"remark":""}]}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/create
Response Information
Response Code: 500 - Internal Server Error
Mean time per request: 249ms
Mean size per request: 143B

Test Pass Percentage
0 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg5ODE2MzN9._4FNinjXwQig69gGU1WzW0HVFe7K6Y3B_XiPfY2-djo
randomnumber 22
randomFirstName Connie
randomLastName Lubowitz
randomEmail Tamia44@hotmail.com
randomPhone 473-706-9739
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 58c349cc-64b4-4993-a5f6-cb8fcf9460ee
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 1034
Request Body
{
            "mst_service_location_id": 0,
            "mst_platform_id": 2,
            "mst_warrenty_status_id": 1,
            "mst_oem_id": 2,
            "customer": {
                "first_name": "Ona",
                "last_name": "Schoen",
                "mobile_number": "938-353-0102",
                "mobile_number_alt": "",
                "email_id": "Blanca_Fahey@gmail.com",
                "email_id_alt": ""
            },
            "customer_address": {
                "flat_number": "23",
                "apartment_name": "Ganga",
                "street_name": "ganga road",
                "landmark": "hgjhggjkkj",
                "area": "Ghartanpada",
                "pincode": "820023",
                "country": "India",
                "state": "Maharashtra"
            },
            "customer_product": {
                "dop": "2025-11-04T23:00:00.000Z",
                "serial_number":"100000194",
                "imei1": "100000194",
                "imei2": "100000194",
                "popurl": "2025-11-04T23:00:00.000Z",
                "product_id": 3,
                "mst_model_id": 3
            },
            "problems": [
                {
                    "id": 3,
                    "remark": ""
                }
            ]
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 143
ETag W/"8f-asfwh61GY//05D/sXjFd8ssjiig"
Vary Accept-Encoding
Date Wed, 21 Jan 2026 07:47:18 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"status":500,"message":"\"serial_number\" length must be at least 14 characters long","name":"APIError","isPublic":false,"isOperational":true}
Test Information
NamePassedFailedSkipped
Verify if the status code is 400 0 1 0
Total 0 1 0
Test Failure
Test NameAssertion Error
Verify if the status code is 400
expected response to have status code 400 but got 500
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"customer":{"first_name":"Nibriti","last_name":"singh","mobile_number":"7982839213","mobile_number_alt":"","email_id":"nivriti.singh@gmail.com","email_id_alt":"nivriti.singh@gmail.com"},"customer_address":{"flat_number":"23","apartment_name":"Ganga","street_name":"lingepolder","landmark":"hgjhggjkkj","area":"Ghartanpada","pincode":"800023","country":"India","state":"Maharashtra"},"customer_product":{"dop":"2025-11-04T23:00:00.000Z","serial_number":"012345678945678","imei1":"012345678945678","imei2":"012345678945678","popurl":"2025-11-04T23:00:00.000Z","product_id":3,"mst_model_id":3},"problems":[{"id":3,"remark":""}]}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/create
Response Information
Response Code: 400 - Bad Request
Mean time per request: 250ms
Mean size per request: 279B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg5ODE2MzN9._4FNinjXwQig69gGU1WzW0HVFe7K6Y3B_XiPfY2-djo
randomnumber 203
randomFirstName Aimee
randomLastName Trantow
randomEmail Arnold_Schimmel78@gmail.com
randomPhone 385-818-9475
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 24deedf8-2f6a-4484-9606-76cb7a2a711e
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 122
Request Body
{
            "mst_service_location_id": 0,
            "mst_platform_id": 2,
            "mst_warrenty_status_id": 1,
            "mst_oem_id": 2,
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 279
ETag W/"117-pI2NRiqqXTjFlE7JHZVj9IkY8oo"
Vary Accept-Encoding
Date Wed, 21 Jan 2026 07:47:18 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"status":400,"message":"Unexpected token } in JSON at position 121","expose":true,"statusCode":400,"body":"{\r\n    \"mst_service_location_id\": 0,\r\n    \"mst_platform_id\": 2,\r\n    \"mst_warrenty_status_id\": 1,\r\n    \"mst_oem_id\": 2,\r\n}","type":"entity.parse.failed"}
Test Information
NamePassedFailedSkipped
Verify if the status code is 400 1 0 0
Verify if the error message is shown 1 0 0
Total 2 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 277ms
Mean size per request: 242B

Test Pass Percentage
0 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg5ODE2MzN9._4FNinjXwQig69gGU1WzW0HVFe7K6Y3B_XiPfY2-djo
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token a3874bb3-949a-43f8-be44-9c252d4a0247
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 242
ETag W/"f2-6aC58knaZhU+PyQP2P+0F8K1tFw"
Vary Accept-Encoding
Date Wed, 21 Jan 2026 07:47:18 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for delivery","key":"pending_for_delivery","count":1},{"label":"Created today","key":"created_today","count":428},{"label":"Pending for FST assignment","key":"pending_fst_assignment","count":0}]}
Test Information
NamePassedFailedSkipped
Check if the count for the created jobs today is greater than the old value 0 1 0
Total 0 1 0
Test Failure
Test NameAssertion Error
Check if the count for the created jobs today is greater than the old value
the argument to above must be a number
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"details_key":"created_today"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/dashboard/details
Response Information
Response Code: 200 - OK
Mean time per request: 625ms
Mean size per request: 415.09KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg5ODE2MzN9._4FNinjXwQig69gGU1WzW0HVFe7K6Y3B_XiPfY2-djo
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 28285736-89e3-4447-aa5f-869aaf3abba8
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 31
Request Body
{"details_key":"created_today"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"67c59-fM2i+fKhgy0tnnQiswv2SH3w7ck"
Vary Accept-Encoding
Content-Encoding gzip
Date Wed, 21 Jan 2026 07:47:19 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":163011,"job_number":"JOB_163011","tr_customer_id":163028,"tr_customer_product_id":163018,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T07:46:58.000Z","modified_at":"2026-01-21T07:46:58.000Z","name":"Emelia Reilly","mobile_number":"878-462-1830","email_id":"Ryleigh_Pacocha81@hotmail.com","dop":"2025-04-06","serial_number":"13405225925384970","imei1":"13405225925384970","imei2":"13405225925384970","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T07:46:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163010,"job_number":"JOB_163010","tr_customer_id":163027,"tr_customer_product_id":163017,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":4,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T07:46:56.000Z","modified_at":"2026-01-21T07:47:19.000Z","name":"Enrico Schimmel","mobile_number":"379-331-2794","email_id":"Annamarie_Wuckert@hotmail.com","dop":"2025-04-06","serial_number":"19186070409161","imei1":"19186070409161","imei2":"19186070409161","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFQC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For QC","assigned_by":2,"assigned_on":"2026-01-21T07:47:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163006,"job_number":"JOB_163006","tr_customer_id":163023,"tr_customer_product_id":163013,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T07:31:11.000Z","modified_at":"2026-01-21T07:31:11.000Z","name":"Brock Corwin","mobile_number":"704-319-8274","email_id":"Wade_Metz@gmail.com","dop":"2025-02-01","serial_number":"17574691804591","imei1":"17574691804591","imei2":"17574691804591","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T07:31:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163003,"job_number":"JOB_163003","tr_customer_id":163020,"tr_customer_product_id":163010,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T07:07:06.000Z","modified_at":"2026-01-21T07:07:07.000Z","name":"Audra Gerlach","mobile_number":"721-468-8663","email_id":"Chance_Dare@hotmail.com","dop":"2025-04-06","serial_number":"12108449345271150","imei1":"12108449345271150","imei2":"12108449345271150","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T07:07:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163002,"job_number":"JOB_163002","tr_customer_id":163019,"tr_customer_product_id":163009,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T07:07:05.000Z","modified_at":"2026-01-21T07:07:45.000Z","name":"Ciara Yundt","mobile_number":"429-360-3629","email_id":"Cayla53@yahoo.com","dop":"2025-04-06","serial_number":"15744778714210","imei1":"15744778714210","imei2":"15744778714210","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T07:07:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163001,"job_number":"JOB_163001","tr_customer_id":163018,"tr_customer_product_id":163008,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T07:06:20.000Z","modified_at":"2026-01-21T07:06:20.000Z","name":"Ahmad Schroeder","mobile_number":"696-649-0378","email_id":"Lukas.Ullrich@gmail.com","dop":"2025-04-06","serial_number":"18275037441241292","imei1":"18275037441241292","imei2":"18275037441241292","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T07:06:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163000,"job_number":"JOB_163000","tr_customer_id":163017,"tr_customer_product_id":163007,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T07:06:18.000Z","modified_at":"2026-01-21T07:06:58.000Z","name":"Griffin Bailey","mobile_number":"807-650-0755","email_id":"Meredith.Cronin22@hotmail.com","dop":"2025-04-06","serial_number":"14428125226517","imei1":"14428125226517","imei2":"14428125226517","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T07:06:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162999,"job_number":"JOB_162999","tr_customer_id":163016,"tr_customer_product_id":163006,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T07:05:33.000Z","modified_at":"2026-01-21T07:05:33.000Z","name":"Zora Zieme","mobile_number":"201-537-8314","email_id":"Cathy_Metz@yahoo.com","dop":"2025-04-06","serial_number":"15839260041705420","imei1":"15839260041705420","imei2":"15839260041705420","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T07:05:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162998,"job_number":"JOB_162998","tr_customer_id":163015,"tr_customer_product_id":163005,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T07:05:31.000Z","modified_at":"2026-01-21T07:06:11.000Z","name":"Toby Towne","mobile_number":"635-591-2258","email_id":"Hiram_Jenkins@gmail.com","dop":"2025-04-06","serial_number":"18994665249792","imei1":"18994665249792","imei2":"18994665249792","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T07:06:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162997,"job_number":"JOB_162997","tr_customer_id":163014,"tr_customer_product_id":163004,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:51:28.000Z","modified_at":"2026-01-21T06:51:28.000Z","name":"Erling Runolfsson","mobile_number":"550-413-2718","email_id":"Maryjane.Gaylord@hotmail.com","dop":"2025-04-06","serial_number":"10651424904204296","imei1":"10651424904204296","imei2":"10651424904204296","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:51:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162996,"job_number":"JOB_162996","tr_customer_id":163013,"tr_customer_product_id":163003,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:51:27.000Z","modified_at":"2026-01-21T06:52:05.000Z","name":"Christ Smitham","mobile_number":"362-212-9034","email_id":"Riley.Kuvalis@hotmail.com","dop":"2025-04-06","serial_number":"17532958049688","imei1":"17532958049688","imei2":"17532958049688","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T06:52:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162995,"job_number":"JOB_162995","tr_customer_id":163012,"tr_customer_product_id":163002,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:51:27.000Z","modified_at":"2026-01-21T06:51:27.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19031953731203","imei1":"19031953731203","imei2":"19031953731203","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:51:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162994,"job_number":"JOB_162994","tr_customer_id":163011,"tr_customer_product_id":163001,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:50:44.000Z","modified_at":"2026-01-21T06:50:44.000Z","name":"Teresa Ruecker","mobile_number":"593-612-7187","email_id":"Shirley_Franecki16@hotmail.com","dop":"2025-04-06","serial_number":"11583192275518710","imei1":"11583192275518710","imei2":"11583192275518710","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:50:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162993,"job_number":"JOB_162993","tr_customer_id":163010,"tr_customer_product_id":163000,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:50:42.000Z","modified_at":"2026-01-21T06:51:20.000Z","name":"Ava Berge","mobile_number":"754-402-8607","email_id":"Charlotte63@yahoo.com","dop":"2025-04-06","serial_number":"17364320212701","imei1":"17364320212701","imei2":"17364320212701","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T06:51:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162992,"job_number":"JOB_162992","tr_customer_id":163009,"tr_customer_product_id":162999,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:50:42.000Z","modified_at":"2026-01-21T06:50:42.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13466066800980","imei1":"13466066800980","imei2":"13466066800980","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:50:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162991,"job_number":"JOB_162991","tr_customer_id":163008,"tr_customer_product_id":162998,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:50:05.000Z","modified_at":"2026-01-21T06:50:05.000Z","name":"Zoie Ledner","mobile_number":"937-452-3205","email_id":"Era80@gmail.com","dop":"2025-04-06","serial_number":"18533118216254004","imei1":"18533118216254004","imei2":"18533118216254004","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:50:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162990,"job_number":"JOB_162990","tr_customer_id":163007,"tr_customer_product_id":162997,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:50:03.000Z","modified_at":"2026-01-21T06:50:41.000Z","name":"Raymundo Turner","mobile_number":"934-225-0414","email_id":"Brennon.Waters18@hotmail.com","dop":"2025-04-06","serial_number":"12838620350489","imei1":"12838620350489","imei2":"12838620350489","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T06:50:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162989,"job_number":"JOB_162989","tr_customer_id":163006,"tr_customer_product_id":162996,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:49:59.000Z","modified_at":"2026-01-21T06:49:59.000Z","name":"Carolanne Oberbrunner","mobile_number":"995-750-9639","email_id":"Blanca.Fisher@yahoo.com","dop":"2025-04-06","serial_number":"19149653196501548","imei1":"19149653196501548","imei2":"19149653196501548","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:49:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162988,"job_number":"JOB_162988","tr_customer_id":163005,"tr_customer_product_id":162995,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:49:57.000Z","modified_at":"2026-01-21T06:50:35.000Z","name":"Jairo Corkery","mobile_number":"339-248-2189","email_id":"Javon.Olson@hotmail.com","dop":"2025-04-06","serial_number":"11799570215338","imei1":"11799570215338","imei2":"11799570215338","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T06:50:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162987,"job_number":"JOB_162987","tr_customer_id":163004,"tr_customer_product_id":162994,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:49:57.000Z","modified_at":"2026-01-21T06:49:57.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10689216915682","imei1":"10689216915682","imei2":"10689216915682","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:49:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162985,"job_number":"JOB_162985","tr_customer_id":163002,"tr_customer_product_id":162992,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:46:09.000Z","modified_at":"2026-01-21T06:46:09.000Z","name":"Dayana Hirthe","mobile_number":"979-360-0862","email_id":"Monte.Herzog72@hotmail.com","dop":"2025-04-06","serial_number":"11779876850918244","imei1":"11779876850918244","imei2":"11779876850918244","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:46:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162984,"job_number":"JOB_162984","tr_customer_id":163001,"tr_customer_product_id":162991,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:46:07.000Z","modified_at":"2026-01-21T06:46:45.000Z","name":"Golden Botsford","mobile_number":"665-911-4190","email_id":"Muhammad70@gmail.com","dop":"2025-04-06","serial_number":"11542637553552","imei1":"11542637553552","imei2":"11542637553552","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T06:46:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162983,"job_number":"JOB_162983","tr_customer_id":163000,"tr_customer_product_id":162990,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:46:07.000Z","modified_at":"2026-01-21T06:46:07.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16876819889364","imei1":"16876819889364","imei2":"16876819889364","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:46:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162982,"job_number":"JOB_162982","tr_customer_id":162999,"tr_customer_product_id":162989,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:45:47.000Z","modified_at":"2026-01-21T06:45:47.000Z","name":"Micah Bahringer","mobile_number":"469-748-7891","email_id":"Francesca.Moen@gmail.com","dop":"2025-04-06","serial_number":"13220055565904698","imei1":"13220055565904698","imei2":"13220055565904698","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:45:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162981,"job_number":"JOB_162981","tr_customer_id":162998,"tr_customer_product_id":162988,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:45:45.000Z","modified_at":"2026-01-21T06:46:23.000Z","name":"Moshe Braun","mobile_number":"678-834-6129","email_id":"Gilda.Lowe@gmail.com","dop":"2025-04-06","serial_number":"16013587615366","imei1":"16013587615366","imei2":"16013587615366","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T06:46:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162980,"job_number":"JOB_162980","tr_customer_id":162997,"tr_customer_product_id":162987,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:45:42.000Z","modified_at":"2026-01-21T06:45:42.000Z","name":"Alexandro Vandervort","mobile_number":"330-730-8147","email_id":"Reese_Bins@yahoo.com","dop":"2025-04-06","serial_number":"16989820793386468","imei1":"16989820793386468","imei2":"16989820793386468","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:45:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162979,"job_number":"JOB_162979","tr_customer_id":162996,"tr_customer_product_id":162986,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:45:40.000Z","modified_at":"2026-01-21T06:46:21.000Z","name":"Keith Purdy","mobile_number":"988-752-7423","email_id":"Saul44@yahoo.com","dop":"2025-04-06","serial_number":"19532102042475","imei1":"19532102042475","imei2":"19532102042475","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T06:46:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162978,"job_number":"JOB_162978","tr_customer_id":162995,"tr_customer_product_id":162985,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:45:24.000Z","modified_at":"2026-01-21T06:45:24.000Z","name":"Demetris Koepp","mobile_number":"345-409-6430","email_id":"Louisa_Gutmann88@hotmail.com","dop":"2025-04-06","serial_number":"12683925262283816","imei1":"12683925262283816","imei2":"12683925262283816","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:45:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162977,"job_number":"JOB_162977","tr_customer_id":162994,"tr_customer_product_id":162984,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:45:22.000Z","modified_at":"2026-01-21T06:46:00.000Z","name":"Waldo Kozey","mobile_number":"306-915-2708","email_id":"Thalia.Littel@hotmail.com","dop":"2025-04-06","serial_number":"10218706143551","imei1":"10218706143551","imei2":"10218706143551","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T06:46:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162976,"job_number":"JOB_162976","tr_customer_id":162993,"tr_customer_product_id":162983,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:45:22.000Z","modified_at":"2026-01-21T06:45:22.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10659736117977","imei1":"10659736117977","imei2":"10659736117977","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:45:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162975,"job_number":"JOB_162975","tr_customer_id":162992,"tr_customer_product_id":162982,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:44:39.000Z","modified_at":"2026-01-21T06:44:39.000Z","name":"Kattie Heidenreich","mobile_number":"464-968-6598","email_id":"Annabel1@gmail.com","dop":"2025-04-06","serial_number":"13558155131499656","imei1":"13558155131499656","imei2":"13558155131499656","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:44:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162974,"job_number":"JOB_162974","tr_customer_id":162991,"tr_customer_product_id":162981,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:44:39.000Z","modified_at":"2026-01-21T06:44:39.000Z","name":"Erick Bernhard","mobile_number":"268-365-9672","email_id":"Jaylen.Lind55@gmail.com","dop":"2025-04-06","serial_number":"18292600819471056","imei1":"18292600819471056","imei2":"18292600819471056","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:44:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162973,"job_number":"JOB_162973","tr_customer_id":162990,"tr_customer_product_id":162980,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:44:38.000Z","modified_at":"2026-01-21T06:45:15.000Z","name":"Timmy Bruen","mobile_number":"597-903-7350","email_id":"Fleta.Dooley@gmail.com","dop":"2025-04-06","serial_number":"11878497532669","imei1":"11878497532669","imei2":"11878497532669","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T06:45:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162972,"job_number":"JOB_162972","tr_customer_id":162989,"tr_customer_product_id":162979,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:44:38.000Z","modified_at":"2026-01-21T06:44:38.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15289972766732","imei1":"15289972766732","imei2":"15289972766732","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:44:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162971,"job_number":"JOB_162971","tr_customer_id":162988,"tr_customer_product_id":162978,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:44:37.000Z","modified_at":"2026-01-21T06:45:15.000Z","name":"Aidan Smitham","mobile_number":"291-934-0684","email_id":"Cruz80@gmail.com","dop":"2025-04-06","serial_number":"10134102336551","imei1":"10134102336551","imei2":"10134102336551","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T06:45:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162970,"job_number":"JOB_162970","tr_customer_id":162987,"tr_customer_product_id":162977,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:44:37.000Z","modified_at":"2026-01-21T06:44:37.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15657772357777","imei1":"15657772357777","imei2":"15657772357777","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:44:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162969,"job_number":"JOB_162969","tr_customer_id":162986,"tr_customer_product_id":162976,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:43:55.000Z","modified_at":"2026-01-21T06:43:55.000Z","name":"Rory Brekke","mobile_number":"318-608-9132","email_id":"Dangelo.Beahan@yahoo.com","dop":"2025-04-06","serial_number":"18756102189059096","imei1":"18756102189059096","imei2":"18756102189059096","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:43:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162968,"job_number":"JOB_162968","tr_customer_id":162985,"tr_customer_product_id":162975,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:43:53.000Z","modified_at":"2026-01-21T06:44:31.000Z","name":"Jo Reinger","mobile_number":"264-343-6844","email_id":"Eva.Quitzon99@gmail.com","dop":"2025-04-06","serial_number":"11677212522348","imei1":"11677212522348","imei2":"11677212522348","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T06:44:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162967,"job_number":"JOB_162967","tr_customer_id":162984,"tr_customer_product_id":162974,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:43:53.000Z","modified_at":"2026-01-21T06:43:53.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14949429811281","imei1":"14949429811281","imei2":"14949429811281","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:43:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162966,"job_number":"JOB_162966","tr_customer_id":162983,"tr_customer_product_id":162973,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:43:10.000Z","modified_at":"2026-01-21T06:43:10.000Z","name":"Norene Hintz","mobile_number":"382-277-1132","email_id":"Trystan_Lemke18@gmail.com","dop":"2025-04-06","serial_number":"15673482482469460","imei1":"15673482482469460","imei2":"15673482482469460","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:43:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162965,"job_number":"JOB_162965","tr_customer_id":162982,"tr_customer_product_id":162972,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:43:08.000Z","modified_at":"2026-01-21T06:43:46.000Z","name":"Freda Satterfield","mobile_number":"820-580-0265","email_id":"Amari63@yahoo.com","dop":"2025-04-06","serial_number":"11076177600449","imei1":"11076177600449","imei2":"11076177600449","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T06:43:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162964,"job_number":"JOB_162964","tr_customer_id":162981,"tr_customer_product_id":162971,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:43:08.000Z","modified_at":"2026-01-21T06:43:08.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13723298881951","imei1":"13723298881951","imei2":"13723298881951","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:43:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162963,"job_number":"JOB_162963","tr_customer_id":162980,"tr_customer_product_id":162970,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:39:31.000Z","modified_at":"2026-01-21T06:39:31.000Z","name":"Lavinia Haley","mobile_number":"826-742-1054","email_id":"Dayne18@yahoo.com","dop":"2025-04-06","serial_number":"12580884778192742","imei1":"12580884778192742","imei2":"12580884778192742","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:39:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162962,"job_number":"JOB_162962","tr_customer_id":162979,"tr_customer_product_id":162969,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:39:29.000Z","modified_at":"2026-01-21T06:40:11.000Z","name":"Hillard Muller","mobile_number":"418-963-8748","email_id":"Angeline82@yahoo.com","dop":"2025-04-06","serial_number":"13995577455282","imei1":"13995577455282","imei2":"13995577455282","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T06:40:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162961,"job_number":"JOB_162961","tr_customer_id":162978,"tr_customer_product_id":162968,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:39:29.000Z","modified_at":"2026-01-21T06:39:29.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13633203627956","imei1":"13633203627956","imei2":"13633203627956","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:39:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162957,"job_number":"JOB_162957","tr_customer_id":162974,"tr_customer_product_id":162964,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:38:42.000Z","modified_at":"2026-01-21T06:38:42.000Z","name":"Maynard Reilly","mobile_number":"808-341-2514","email_id":"Gunner_Kuhlman@gmail.com","dop":"2025-04-06","serial_number":"13180943820679828","imei1":"13180943820679828","imei2":"13180943820679828","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:38:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162956,"job_number":"JOB_162956","tr_customer_id":162973,"tr_customer_product_id":162963,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:38:40.000Z","modified_at":"2026-01-21T06:39:22.000Z","name":"Christine Daniel","mobile_number":"899-422-6119","email_id":"Kasey_Oberbrunner@gmail.com","dop":"2025-04-06","serial_number":"16817451065618","imei1":"16817451065618","imei2":"16817451065618","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T06:39:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162955,"job_number":"JOB_162955","tr_customer_id":162972,"tr_customer_product_id":162962,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:38:40.000Z","modified_at":"2026-01-21T06:38:40.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19928005857481","imei1":"19928005857481","imei2":"19928005857481","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:38:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162954,"job_number":"JOB_162954","tr_customer_id":162971,"tr_customer_product_id":162961,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:38:03.000Z","modified_at":"2026-01-21T06:38:03.000Z","name":"Hal Hammes","mobile_number":"590-877-0668","email_id":"Kenya.OConnell41@hotmail.com","dop":"2025-04-06","serial_number":"19540469328140736","imei1":"19540469328140736","imei2":"19540469328140736","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:38:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162952,"job_number":"JOB_162952","tr_customer_id":162969,"tr_customer_product_id":162959,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:38:01.000Z","modified_at":"2026-01-21T06:38:42.000Z","name":"Imani Pollich","mobile_number":"648-325-8654","email_id":"Cayla.Douglas@hotmail.com","dop":"2025-04-06","serial_number":"10989867960587","imei1":"10989867960587","imei2":"10989867960587","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T06:38:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162951,"job_number":"JOB_162951","tr_customer_id":162968,"tr_customer_product_id":162958,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:38:01.000Z","modified_at":"2026-01-21T06:38:01.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14935627631418","imei1":"14935627631418","imei2":"14935627631418","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:38:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162948,"job_number":"JOB_162948","tr_customer_id":162965,"tr_customer_product_id":162955,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:37:52.000Z","modified_at":"2026-01-21T06:37:52.000Z","name":"Ricardo Cassin","mobile_number":"293-433-7431","email_id":"Raven.Flatley18@gmail.com","dop":"2025-04-06","serial_number":"17998245056033220","imei1":"17998245056033220","imei2":"17998245056033220","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:37:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162947,"job_number":"JOB_162947","tr_customer_id":162964,"tr_customer_product_id":162954,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:37:51.000Z","modified_at":"2026-01-21T06:38:32.000Z","name":"Charlotte Roob","mobile_number":"414-925-5000","email_id":"Danielle.Gleason62@hotmail.com","dop":"2025-04-06","serial_number":"14446661162974","imei1":"14446661162974","imei2":"14446661162974","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T06:38:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162946,"job_number":"JOB_162946","tr_customer_id":162963,"tr_customer_product_id":162953,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:37:51.000Z","modified_at":"2026-01-21T06:37:51.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14207110431383","imei1":"14207110431383","imei2":"14207110431383","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:37:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162942,"job_number":"JOB_162942","tr_customer_id":162959,"tr_customer_product_id":162949,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:37:14.000Z","modified_at":"2026-01-21T06:37:14.000Z","name":"Malachi Witting","mobile_number":"577-388-6595","email_id":"Talia_Padberg48@gmail.com","dop":"2025-04-06","serial_number":"19405530755503990","imei1":"19405530755503990","imei2":"19405530755503990","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:37:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162941,"job_number":"JOB_162941","tr_customer_id":162958,"tr_customer_product_id":162948,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:37:12.000Z","modified_at":"2026-01-21T06:37:53.000Z","name":"Arvilla Fay","mobile_number":"651-211-2211","email_id":"Kaitlin31@hotmail.com","dop":"2025-04-06","serial_number":"11250252021938","imei1":"11250252021938","imei2":"11250252021938","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T06:37:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162940,"job_number":"JOB_162940","tr_customer_id":162957,"tr_customer_product_id":162947,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:37:12.000Z","modified_at":"2026-01-21T06:37:12.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13322178288064","imei1":"13322178288064","imei2":"13322178288064","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:37:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162936,"job_number":"JOB_162936","tr_customer_id":162953,"tr_customer_product_id":162943,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:36:25.000Z","modified_at":"2026-01-21T06:36:25.000Z","name":"Fanny Hoeger","mobile_number":"282-398-6588","email_id":"Nikko_Kertzmann@hotmail.com","dop":"2025-04-06","serial_number":"18884649322202076","imei1":"18884649322202076","imei2":"18884649322202076","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:36:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162935,"job_number":"JOB_162935","tr_customer_id":162952,"tr_customer_product_id":162942,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:36:23.000Z","modified_at":"2026-01-21T06:37:04.000Z","name":"Randi Ratke","mobile_number":"865-351-0351","email_id":"Amir_Kulas36@hotmail.com","dop":"2025-04-06","serial_number":"10360062048868","imei1":"10360062048868","imei2":"10360062048868","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T06:37:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162934,"job_number":"JOB_162934","tr_customer_id":162951,"tr_customer_product_id":162941,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:36:23.000Z","modified_at":"2026-01-21T06:36:23.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16925021534393","imei1":"16925021534393","imei2":"16925021534393","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:36:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162933,"job_number":"JOB_162933","tr_customer_id":162950,"tr_customer_product_id":162940,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:36:01.000Z","modified_at":"2026-01-21T06:36:01.000Z","name":"Willa Nolan","mobile_number":"369-843-6476","email_id":"Waldo54@yahoo.com","dop":"2025-04-06","serial_number":"11274221474489864","imei1":"11274221474489864","imei2":"11274221474489864","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:36:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162932,"job_number":"JOB_162932","tr_customer_id":162949,"tr_customer_product_id":162939,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:36:00.000Z","modified_at":"2026-01-21T06:36:40.000Z","name":"Marcellus Upton","mobile_number":"745-926-9867","email_id":"Elyse50@hotmail.com","dop":"2025-04-06","serial_number":"19805543678835","imei1":"19805543678835","imei2":"19805543678835","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T06:36:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162931,"job_number":"JOB_162931","tr_customer_id":162948,"tr_customer_product_id":162938,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:32:49.000Z","modified_at":"2026-01-21T06:32:49.000Z","name":"Willa McClure","mobile_number":"303-531-6812","email_id":"Wilfred.Lockman@yahoo.com","dop":"2025-04-06","serial_number":"15679794119179152","imei1":"15679794119179152","imei2":"15679794119179152","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:32:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162930,"job_number":"JOB_162930","tr_customer_id":162947,"tr_customer_product_id":162937,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:32:48.000Z","modified_at":"2026-01-21T06:33:25.000Z","name":"Elda Zieme","mobile_number":"265-455-4211","email_id":"Jenifer22@hotmail.com","dop":"2025-04-06","serial_number":"15068639551005","imei1":"15068639551005","imei2":"15068639551005","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T06:33:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162929,"job_number":"JOB_162929","tr_customer_id":162946,"tr_customer_product_id":162936,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:32:48.000Z","modified_at":"2026-01-21T06:32:48.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13214831955730","imei1":"13214831955730","imei2":"13214831955730","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:32:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162928,"job_number":"JOB_162928","tr_customer_id":162945,"tr_customer_product_id":162935,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:32:05.000Z","modified_at":"2026-01-21T06:32:05.000Z","name":"Edison Leffler","mobile_number":"924-836-1099","email_id":"Harold2@gmail.com","dop":"2025-04-06","serial_number":"15570380534434244","imei1":"15570380534434244","imei2":"15570380534434244","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:32:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162927,"job_number":"JOB_162927","tr_customer_id":162944,"tr_customer_product_id":162934,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:32:03.000Z","modified_at":"2026-01-21T06:32:41.000Z","name":"Jensen Kemmer","mobile_number":"853-953-1660","email_id":"Haley91@gmail.com","dop":"2025-04-06","serial_number":"15640566473513","imei1":"15640566473513","imei2":"15640566473513","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T06:32:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162926,"job_number":"JOB_162926","tr_customer_id":162943,"tr_customer_product_id":162933,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:32:03.000Z","modified_at":"2026-01-21T06:32:03.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14401946625375","imei1":"14401946625375","imei2":"14401946625375","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:32:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162923,"job_number":"JOB_162923","tr_customer_id":162940,"tr_customer_product_id":162930,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:31:20.000Z","modified_at":"2026-01-21T06:31:20.000Z","name":"Brant Friesen","mobile_number":"311-507-9641","email_id":"Jonathon_Monahan@gmail.com","dop":"2025-04-06","serial_number":"14967765540814140","imei1":"14967765540814140","imei2":"14967765540814140","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:31:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162922,"job_number":"JOB_162922","tr_customer_id":162939,"tr_customer_product_id":162929,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:31:18.000Z","modified_at":"2026-01-21T06:31:56.000Z","name":"Christopher Mills","mobile_number":"810-378-1099","email_id":"Bo72@gmail.com","dop":"2025-04-06","serial_number":"10066639197149","imei1":"10066639197149","imei2":"10066639197149","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T06:31:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162921,"job_number":"JOB_162921","tr_customer_id":162938,"tr_customer_product_id":162928,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:31:18.000Z","modified_at":"2026-01-21T06:31:18.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18474584541183","imei1":"18474584541183","imei2":"18474584541183","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:31:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162919,"job_number":"JOB_162919","tr_customer_id":162936,"tr_customer_product_id":162926,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:29:48.000Z","modified_at":"2026-01-21T06:29:48.000Z","name":"Benedict Stamm","mobile_number":"674-834-0829","email_id":"Abe_Erdman@gmail.com","dop":"2025-04-06","serial_number":"16330093553060152","imei1":"16330093553060152","imei2":"16330093553060152","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:29:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162918,"job_number":"JOB_162918","tr_customer_id":162935,"tr_customer_product_id":162925,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:29:47.000Z","modified_at":"2026-01-21T06:30:23.000Z","name":"Henriette Blick","mobile_number":"904-659-3736","email_id":"Arvid.Parisian@hotmail.com","dop":"2025-04-06","serial_number":"13255616739489","imei1":"13255616739489","imei2":"13255616739489","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T06:30:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162917,"job_number":"JOB_162917","tr_customer_id":162934,"tr_customer_product_id":162924,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:29:47.000Z","modified_at":"2026-01-21T06:29:47.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17786532546150","imei1":"17786532546150","imei2":"17786532546150","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:29:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162916,"job_number":"JOB_162916","tr_customer_id":162933,"tr_customer_product_id":162923,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:29:05.000Z","modified_at":"2026-01-21T06:29:05.000Z","name":"Mason Renner","mobile_number":"726-233-7389","email_id":"Ward.Wisoky22@gmail.com","dop":"2025-04-06","serial_number":"14458032780167956","imei1":"14458032780167956","imei2":"14458032780167956","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:29:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162915,"job_number":"JOB_162915","tr_customer_id":162932,"tr_customer_product_id":162922,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:29:03.000Z","modified_at":"2026-01-21T06:29:40.000Z","name":"Wilburn Langosh","mobile_number":"388-833-3590","email_id":"Nettie_Fisher78@yahoo.com","dop":"2025-04-06","serial_number":"16014376727897","imei1":"16014376727897","imei2":"16014376727897","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T06:29:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162914,"job_number":"JOB_162914","tr_customer_id":162931,"tr_customer_product_id":162921,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:29:03.000Z","modified_at":"2026-01-21T06:29:03.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12508469859581","imei1":"12508469859581","imei2":"12508469859581","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:29:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162913,"job_number":"JOB_162913","tr_customer_id":162930,"tr_customer_product_id":162920,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:28:21.000Z","modified_at":"2026-01-21T06:28:21.000Z","name":"Giovanni Koelpin","mobile_number":"897-897-0541","email_id":"Verner.Ritchie@yahoo.com","dop":"2025-04-06","serial_number":"13142155136854658","imei1":"13142155136854658","imei2":"13142155136854658","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:28:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162912,"job_number":"JOB_162912","tr_customer_id":162929,"tr_customer_product_id":162919,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:28:20.000Z","modified_at":"2026-01-21T06:28:56.000Z","name":"Jennie Halvorson","mobile_number":"940-515-3990","email_id":"Dan_Mitchell@yahoo.com","dop":"2025-04-06","serial_number":"12796131446510","imei1":"12796131446510","imei2":"12796131446510","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T06:28:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162911,"job_number":"JOB_162911","tr_customer_id":162928,"tr_customer_product_id":162918,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:28:20.000Z","modified_at":"2026-01-21T06:28:20.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13841462764030","imei1":"13841462764030","imei2":"13841462764030","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:28:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162910,"job_number":"JOB_162910","tr_customer_id":162927,"tr_customer_product_id":162917,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:27:09.000Z","modified_at":"2026-01-21T06:27:09.000Z","name":"Felix Hackett","mobile_number":"521-514-3135","email_id":"Samanta_Powlowski@yahoo.com","dop":"2025-04-06","serial_number":"17898099325596856","imei1":"17898099325596856","imei2":"17898099325596856","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:27:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162909,"job_number":"JOB_162909","tr_customer_id":162926,"tr_customer_product_id":162916,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:27:08.000Z","modified_at":"2026-01-21T06:27:45.000Z","name":"Mariana Roberts","mobile_number":"868-479-8900","email_id":"Reina_Mayer49@gmail.com","dop":"2025-04-06","serial_number":"16266446307445","imei1":"16266446307445","imei2":"16266446307445","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T06:27:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162908,"job_number":"JOB_162908","tr_customer_id":162925,"tr_customer_product_id":162915,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:27:07.000Z","modified_at":"2026-01-21T06:27:07.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17857123491074","imei1":"17857123491074","imei2":"17857123491074","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:27:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162907,"job_number":"JOB_162907","tr_customer_id":162924,"tr_customer_product_id":162914,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:26:25.000Z","modified_at":"2026-01-21T06:26:25.000Z","name":"Colten Treutel","mobile_number":"719-847-9537","email_id":"Julius_Emard18@gmail.com","dop":"2025-04-06","serial_number":"13206539527250764","imei1":"13206539527250764","imei2":"13206539527250764","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:26:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162906,"job_number":"JOB_162906","tr_customer_id":162923,"tr_customer_product_id":162913,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:26:23.000Z","modified_at":"2026-01-21T06:27:01.000Z","name":"Louvenia Turcotte","mobile_number":"212-716-4795","email_id":"Letitia47@hotmail.com","dop":"2025-04-06","serial_number":"17920276828880","imei1":"17920276828880","imei2":"17920276828880","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T06:27:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162905,"job_number":"JOB_162905","tr_customer_id":162922,"tr_customer_product_id":162912,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:26:23.000Z","modified_at":"2026-01-21T06:26:23.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"15185228078622","imei1":"15185228078622","imei2":"15185228078622","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:26:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162904,"job_number":"JOB_162904","tr_customer_id":162921,"tr_customer_product_id":162911,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:25:40.000Z","modified_at":"2026-01-21T06:25:40.000Z","name":"Jamel Toy","mobile_number":"221-319-2936","email_id":"Alverta60@yahoo.com","dop":"2025-04-06","serial_number":"19817104833675344","imei1":"19817104833675344","imei2":"19817104833675344","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:25:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162903,"job_number":"JOB_162903","tr_customer_id":162920,"tr_customer_product_id":162910,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:25:39.000Z","modified_at":"2026-01-21T06:26:16.000Z","name":"Rhoda Aufderhar","mobile_number":"752-694-7100","email_id":"Dana88@gmail.com","dop":"2025-04-06","serial_number":"12605119966721","imei1":"12605119966721","imei2":"12605119966721","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T06:26:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162902,"job_number":"JOB_162902","tr_customer_id":162919,"tr_customer_product_id":162909,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:25:38.000Z","modified_at":"2026-01-21T06:25:38.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16960123851476","imei1":"16960123851476","imei2":"16960123851476","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:25:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162901,"job_number":"JOB_162901","tr_customer_id":162918,"tr_customer_product_id":162908,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:24:40.000Z","modified_at":"2026-01-21T06:24:40.000Z","name":"Enola Kautzer","mobile_number":"777-877-3925","email_id":"Hayley71@gmail.com","dop":"2025-06-18","serial_number":"1088271486565016","imei1":"1088271486565016","imei2":"1088271486565016","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:24:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162900,"job_number":"JOB_162900","tr_customer_id":162917,"tr_customer_product_id":162907,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:24:40.000Z","modified_at":"2026-01-21T06:25:20.000Z","name":"Tyree Fritsch","mobile_number":"432-752-3071","email_id":"Winfield_Adams@yahoo.com","dop":"2025-06-18","serial_number":"10800607391025","imei1":"10800607391025","imei2":"10800607391025","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T06:25:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162899,"job_number":"JOB_162899","tr_customer_id":162916,"tr_customer_product_id":162906,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:24:40.000Z","modified_at":"2026-01-21T06:24:40.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10303360622515","imei1":"10303360622515","imei2":"10303360622515","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:24:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162898,"job_number":"JOB_162898","tr_customer_id":162915,"tr_customer_product_id":162905,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:24:11.000Z","modified_at":"2026-01-21T06:24:11.000Z","name":"Amanda Romaguera","mobile_number":"632-701-5295","email_id":"Greta.Deckow@gmail.com","dop":"2025-04-06","serial_number":"18369311992665940","imei1":"18369311992665940","imei2":"18369311992665940","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:24:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162897,"job_number":"JOB_162897","tr_customer_id":162914,"tr_customer_product_id":162904,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:24:09.000Z","modified_at":"2026-01-21T06:24:49.000Z","name":"Chaz Wiegand","mobile_number":"557-481-6340","email_id":"Rahsaan_Nikolaus58@yahoo.com","dop":"2025-04-06","serial_number":"12398753504025","imei1":"12398753504025","imei2":"12398753504025","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T06:24:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162896,"job_number":"JOB_162896","tr_customer_id":162913,"tr_customer_product_id":162903,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:23:53.000Z","modified_at":"2026-01-21T06:23:53.000Z","name":"Justus Hand","mobile_number":"458-957-6139","email_id":"Rex.Rau57@yahoo.com","dop":"2025-06-18","serial_number":"1067077697497449","imei1":"1067077697497449","imei2":"1067077697497449","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:23:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162895,"job_number":"JOB_162895","tr_customer_id":162912,"tr_customer_product_id":162902,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:23:52.000Z","modified_at":"2026-01-21T06:24:32.000Z","name":"Elmo Medhurst","mobile_number":"532-934-0635","email_id":"Jaycee.Wunsch12@yahoo.com","dop":"2025-06-18","serial_number":"10149413580064","imei1":"10149413580064","imei2":"10149413580064","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T06:24:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162894,"job_number":"JOB_162894","tr_customer_id":162911,"tr_customer_product_id":162901,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:23:52.000Z","modified_at":"2026-01-21T06:23:52.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10287444893593","imei1":"10287444893593","imei2":"10287444893593","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:23:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162877,"job_number":"JOB_162877","tr_customer_id":162894,"tr_customer_product_id":162884,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T05:58:05.000Z","modified_at":"2026-01-21T05:58:05.000Z","name":"Jarrell Wintheiser","mobile_number":"479-920-3459","email_id":"Jules58@hotmail.com","dop":"2025-04-06","serial_number":"10788070414555038","imei1":"10788070414555038","imei2":"10788070414555038","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T05:58:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162876,"job_number":"JOB_162876","tr_customer_id":162893,"tr_customer_product_id":162883,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T05:58:04.000Z","modified_at":"2026-01-21T05:58:45.000Z","name":"Stevie Will","mobile_number":"717-456-8183","email_id":"Okey89@gmail.com","dop":"2025-04-06","serial_number":"16760379314414","imei1":"16760379314414","imei2":"16760379314414","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T05:58:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162875,"job_number":"JOB_162875","tr_customer_id":162892,"tr_customer_product_id":162882,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T05:58:03.000Z","modified_at":"2026-01-21T05:58:03.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10026383914254","imei1":"10026383914254","imei2":"10026383914254","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T05:58:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162874,"job_number":"JOB_162874","tr_customer_id":162891,"tr_customer_product_id":162881,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T05:57:15.000Z","modified_at":"2026-01-21T05:57:15.000Z","name":"Velda Becker","mobile_number":"335-982-6404","email_id":"Edgardo.Jacobs89@yahoo.com","dop":"2025-04-06","serial_number":"11707781849366398","imei1":"11707781849366398","imei2":"11707781849366398","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T05:57:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162873,"job_number":"JOB_162873","tr_customer_id":162890,"tr_customer_product_id":162880,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T05:57:14.000Z","modified_at":"2026-01-21T05:57:56.000Z","name":"Leonel Dickinson","mobile_number":"905-339-2929","email_id":"Myriam.Crist@hotmail.com","dop":"2025-04-06","serial_number":"10830347128118","imei1":"10830347128118","imei2":"10830347128118","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T05:57:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162872,"job_number":"JOB_162872","tr_customer_id":162889,"tr_customer_product_id":162879,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T05:57:13.000Z","modified_at":"2026-01-21T05:57:13.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17347962741528","imei1":"17347962741528","imei2":"17347962741528","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T05:57:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162871,"job_number":"JOB_162871","tr_customer_id":162888,"tr_customer_product_id":162878,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T05:56:25.000Z","modified_at":"2026-01-21T05:56:25.000Z","name":"Amya Hudson","mobile_number":"517-201-7980","email_id":"Rahsaan_Deckow@hotmail.com","dop":"2025-04-06","serial_number":"16106210569865402","imei1":"16106210569865402","imei2":"16106210569865402","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T05:56:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162870,"job_number":"JOB_162870","tr_customer_id":162887,"tr_customer_product_id":162877,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T05:56:24.000Z","modified_at":"2026-01-21T05:57:06.000Z","name":"Kathlyn Gleichner","mobile_number":"465-805-8842","email_id":"Kaylah.Doyle@yahoo.com","dop":"2025-04-06","serial_number":"17316565882254","imei1":"17316565882254","imei2":"17316565882254","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T05:57:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162869,"job_number":"JOB_162869","tr_customer_id":162886,"tr_customer_product_id":162876,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T05:56:23.000Z","modified_at":"2026-01-21T05:56:23.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15749124098280","imei1":"15749124098280","imei2":"15749124098280","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T05:56:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162868,"job_number":"JOB_162868","tr_customer_id":162885,"tr_customer_product_id":162875,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T05:44:59.000Z","modified_at":"2026-01-21T05:44:59.000Z","name":"Chetan AG","mobile_number":"7090191744","email_id":"agchetan18@gmail.com","dop":"2026-01-11","serial_number":"78920576984787","imei1":"78920576984787","imei2":"78920576984787","popurl":"2026-01-11T05:44:53.815977800Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T05:44:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162867,"job_number":"JOB_162867","tr_customer_id":162884,"tr_customer_product_id":162874,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T05:21:13.000Z","modified_at":"2026-01-21T05:21:13.000Z","name":"Augusta Paucek","mobile_number":"689-962-3812","email_id":"Natalia.Rath@yahoo.com","dop":"2025-04-06","serial_number":"15476359630960446","imei1":"15476359630960446","imei2":"15476359630960446","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T05:21:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162866,"job_number":"JOB_162866","tr_customer_id":162883,"tr_customer_product_id":162873,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T05:21:12.000Z","modified_at":"2026-01-21T05:21:53.000Z","name":"Benedict Franecki","mobile_number":"311-707-7688","email_id":"Sherman_Larkin70@yahoo.com","dop":"2025-04-06","serial_number":"16105861548766","imei1":"16105861548766","imei2":"16105861548766","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T05:21:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162865,"job_number":"JOB_162865","tr_customer_id":162882,"tr_customer_product_id":162872,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T05:21:11.000Z","modified_at":"2026-01-21T05:21:11.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13868298772248","imei1":"13868298772248","imei2":"13868298772248","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T05:21:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162864,"job_number":"JOB_162864","tr_customer_id":162881,"tr_customer_product_id":162871,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T05:20:26.000Z","modified_at":"2026-01-21T05:20:26.000Z","name":"Triston Osinski","mobile_number":"595-848-9196","email_id":"Eliseo_Hickle71@gmail.com","dop":"2025-04-06","serial_number":"11755708241821630","imei1":"11755708241821630","imei2":"11755708241821630","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T05:20:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162863,"job_number":"JOB_162863","tr_customer_id":162880,"tr_customer_product_id":162870,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T05:20:24.000Z","modified_at":"2026-01-21T05:21:04.000Z","name":"Shanel Mitchell","mobile_number":"364-234-1439","email_id":"Boris19@yahoo.com","dop":"2025-04-06","serial_number":"19640831741122","imei1":"19640831741122","imei2":"19640831741122","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T05:21:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162862,"job_number":"JOB_162862","tr_customer_id":162879,"tr_customer_product_id":162869,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T05:20:24.000Z","modified_at":"2026-01-21T05:20:24.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10059306646076","imei1":"10059306646076","imei2":"10059306646076","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T05:20:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162861,"job_number":"JOB_162861","tr_customer_id":162878,"tr_customer_product_id":162868,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T05:19:39.000Z","modified_at":"2026-01-21T05:19:39.000Z","name":"Garland Hand","mobile_number":"347-658-0732","email_id":"Carlos_Wiza77@yahoo.com","dop":"2025-04-06","serial_number":"13849560380824524","imei1":"13849560380824524","imei2":"13849560380824524","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T05:19:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162860,"job_number":"JOB_162860","tr_customer_id":162877,"tr_customer_product_id":162867,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T05:19:37.000Z","modified_at":"2026-01-21T05:20:17.000Z","name":"Ari Blick","mobile_number":"310-853-4267","email_id":"Pete.Boyer@gmail.com","dop":"2025-04-06","serial_number":"17541327219997","imei1":"17541327219997","imei2":"17541327219997","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T05:20:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162859,"job_number":"JOB_162859","tr_customer_id":162876,"tr_customer_product_id":162866,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T05:19:37.000Z","modified_at":"2026-01-21T05:19:37.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14761460006971","imei1":"14761460006971","imei2":"14761460006971","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T05:19:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162858,"job_number":"JOB_162858","tr_customer_id":162875,"tr_customer_product_id":162865,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T05:03:20.000Z","modified_at":"2026-01-21T05:03:20.000Z","name":"Jatin Sharma","mobile_number":"776767777","email_id":"jatin@gmail.com","dop":"2026-01-21","serial_number":"92676777712346","imei1":"92676777712346","imei2":"92676777712346","popurl":"2026-01-21T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T05:03:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162857,"job_number":"JOB_162857","tr_customer_id":162874,"tr_customer_product_id":162864,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T05:00:28.000Z","modified_at":"2026-01-21T05:00:28.000Z","name":"Willa Pfeffer","mobile_number":"295-237-9990","email_id":"Estrella_Pollich@gmail.com","dop":"2025-04-06","serial_number":"14493925578243076","imei1":"14493925578243076","imei2":"14493925578243076","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T05:00:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162856,"job_number":"JOB_162856","tr_customer_id":162873,"tr_customer_product_id":162863,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T05:00:27.000Z","modified_at":"2026-01-21T05:01:04.000Z","name":"Helene Morissette","mobile_number":"384-972-5919","email_id":"Zetta24@yahoo.com","dop":"2025-04-06","serial_number":"14434081241373","imei1":"14434081241373","imei2":"14434081241373","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T05:01:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162855,"job_number":"JOB_162855","tr_customer_id":162872,"tr_customer_product_id":162862,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T05:00:12.000Z","modified_at":"2026-01-21T05:00:12.000Z","name":"Wendell Ernser","mobile_number":"256-853-1894","email_id":"Ken.Schamberger97@hotmail.com","dop":"2025-04-06","serial_number":"12745240162655110","imei1":"12745240162655110","imei2":"12745240162655110","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T05:00:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162854,"job_number":"JOB_162854","tr_customer_id":162871,"tr_customer_product_id":162861,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T05:00:11.000Z","modified_at":"2026-01-21T05:00:48.000Z","name":"Herminio Parisian","mobile_number":"366-477-5062","email_id":"Moses_Jast22@hotmail.com","dop":"2025-04-06","serial_number":"13446758318385","imei1":"13446758318385","imei2":"13446758318385","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T05:00:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162853,"job_number":"JOB_162853","tr_customer_id":162870,"tr_customer_product_id":162860,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:57:12.000Z","modified_at":"2026-01-21T04:57:12.000Z","name":"Chetan Geddappanavar","mobile_number":"673-872-6513","email_id":"Meggie_Gislason85@hotmail.com","dop":"2025-08-24","serial_number":"12244764292989","imei1":"12244764292989","imei2":"12244764292989","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T04:57:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162852,"job_number":"JOB_162852","tr_customer_id":162869,"tr_customer_product_id":162859,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:57:09.000Z","modified_at":"2026-01-21T04:57:09.000Z","name":"Brooke Crooks","mobile_number":"595-830-0724","email_id":"Presley_Franecki@yahoo.com","dop":"2025-04-06","serial_number":"19050963534227388","imei1":"19050963534227388","imei2":"19050963534227388","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T04:57:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162851,"job_number":"JOB_162851","tr_customer_id":162868,"tr_customer_product_id":162858,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:57:07.000Z","modified_at":"2026-01-21T04:57:46.000Z","name":"Jeffrey Renner","mobile_number":"315-920-0749","email_id":"Jailyn71@hotmail.com","dop":"2025-04-06","serial_number":"19995083948725","imei1":"19995083948725","imei2":"19995083948725","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T04:57:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162850,"job_number":"JOB_162850","tr_customer_id":162867,"tr_customer_product_id":162857,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:56:23.000Z","modified_at":"2026-01-21T04:56:23.000Z","name":"Ahmad Kihn","mobile_number":"519-380-4195","email_id":"Rachael.Boyle@hotmail.com","dop":"2025-04-06","serial_number":"17642121278585800","imei1":"17642121278585800","imei2":"17642121278585800","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T04:56:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162849,"job_number":"JOB_162849","tr_customer_id":162866,"tr_customer_product_id":162856,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:56:21.000Z","modified_at":"2026-01-21T04:57:00.000Z","name":"Karine Tromp","mobile_number":"912-269-0209","email_id":"Maya66@hotmail.com","dop":"2025-04-06","serial_number":"16297752827894","imei1":"16297752827894","imei2":"16297752827894","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T04:57:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162848,"job_number":"JOB_162848","tr_customer_id":162865,"tr_customer_product_id":162855,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:55:36.000Z","modified_at":"2026-01-21T04:55:36.000Z","name":"Montana Reynolds","mobile_number":"587-763-9433","email_id":"Alexanne.Koch80@gmail.com","dop":"2025-04-06","serial_number":"19847587915432416","imei1":"19847587915432416","imei2":"19847587915432416","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T04:55:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162847,"job_number":"JOB_162847","tr_customer_id":162864,"tr_customer_product_id":162854,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:55:35.000Z","modified_at":"2026-01-21T04:56:14.000Z","name":"Kaylie Deckow","mobile_number":"221-666-3278","email_id":"Nelda_Fadel7@hotmail.com","dop":"2025-04-06","serial_number":"19406400506696","imei1":"19406400506696","imei2":"19406400506696","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T04:56:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162846,"job_number":"JOB_162846","tr_customer_id":162863,"tr_customer_product_id":162853,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:50:32.000Z","modified_at":"2026-01-21T04:50:43.000Z","name":"Anibal Swift","mobile_number":"459-411-5035","email_id":"Alta_Raynor@yahoo.com","dop":"2025-07-01","serial_number":"107524683713839","imei1":"107524683713839","imei2":"107524683713839","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T04:50:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162845,"job_number":"JOB_162845","tr_customer_id":162862,"tr_customer_product_id":162852,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:50:31.000Z","modified_at":"2026-01-21T04:50:31.000Z","name":"priyanka daurby","mobile_number":"8898776542","email_id":"pd@gmail.com","dop":"2025-07-01","serial_number":"100995434656144","imei1":"100995434656144","imei2":"100995434656144","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T04:50:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162844,"job_number":"JOB_162844","tr_customer_id":162861,"tr_customer_product_id":162851,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:50:17.000Z","modified_at":"2026-01-21T04:50:29.000Z","name":"Leta Dicki","mobile_number":"887-388-9895","email_id":"Angeline21@gmail.com","dop":"2025-07-01","serial_number":"109769010337732","imei1":"109769010337732","imei2":"109769010337732","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T04:50:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162843,"job_number":"JOB_162843","tr_customer_id":162860,"tr_customer_product_id":162850,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:50:17.000Z","modified_at":"2026-01-21T04:50:17.000Z","name":"yogita daurby","mobile_number":"8898776543","email_id":"yd@gmail.com","dop":"2025-07-01","serial_number":"101167349114917","imei1":"101167349114917","imei2":"101167349114917","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T04:50:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162838,"job_number":"JOB_162838","tr_customer_id":162855,"tr_customer_product_id":162845,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:41:18.000Z","modified_at":"2026-01-21T04:41:18.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-11","serial_number":"13635578883544","imei1":"13635578883544","imei2":"13635578883544","popurl":"2026-01-11T04:41:18.035988230Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T04:41:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162837,"job_number":"JOB_162837","tr_customer_id":162854,"tr_customer_product_id":162844,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:40:29.000Z","modified_at":"2026-01-21T04:40:29.000Z","name":"Brannon Marks","mobile_number":"235-942-1041","email_id":"Westley.Goodwin40@gmail.com","dop":"2025-04-06","serial_number":"18073471637033556","imei1":"18073471637033556","imei2":"18073471637033556","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T04:40:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162836,"job_number":"JOB_162836","tr_customer_id":162853,"tr_customer_product_id":162843,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:40:28.000Z","modified_at":"2026-01-21T04:41:05.000Z","name":"Rogelio Abshire","mobile_number":"792-630-5066","email_id":"Alexie81@yahoo.com","dop":"2025-04-06","serial_number":"15659293544667","imei1":"15659293544667","imei2":"15659293544667","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T04:41:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162835,"job_number":"JOB_162835","tr_customer_id":162852,"tr_customer_product_id":162842,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:40:28.000Z","modified_at":"2026-01-21T04:40:28.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16942499500974","imei1":"16942499500974","imei2":"16942499500974","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T04:40:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162834,"job_number":"JOB_162834","tr_customer_id":162851,"tr_customer_product_id":162841,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:40:15.000Z","modified_at":"2026-01-21T04:40:15.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-11","serial_number":"60772735252404","imei1":"60772735252404","imei2":"60772735252404","popurl":"2026-01-11T04:40:15.084466934Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T04:40:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162833,"job_number":"JOB_162833","tr_customer_id":162850,"tr_customer_product_id":162840,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:39:46.000Z","modified_at":"2026-01-21T04:39:46.000Z","name":"Foster Schmidt","mobile_number":"775-835-5986","email_id":"Maureen48@hotmail.com","dop":"2025-04-06","serial_number":"11994992878266368","imei1":"11994992878266368","imei2":"11994992878266368","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T04:39:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162832,"job_number":"JOB_162832","tr_customer_id":162849,"tr_customer_product_id":162839,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:39:44.000Z","modified_at":"2026-01-21T04:40:21.000Z","name":"Shad Schumm","mobile_number":"899-328-5727","email_id":"Cheyanne.West@gmail.com","dop":"2025-04-06","serial_number":"13084459444306","imei1":"13084459444306","imei2":"13084459444306","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T04:40:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162831,"job_number":"JOB_162831","tr_customer_id":162848,"tr_customer_product_id":162838,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:39:44.000Z","modified_at":"2026-01-21T04:39:44.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10993856536502","imei1":"10993856536502","imei2":"10993856536502","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T04:39:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162830,"job_number":"JOB_162830","tr_customer_id":162847,"tr_customer_product_id":162837,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:39:02.000Z","modified_at":"2026-01-21T04:39:02.000Z","name":"Alivia Emmerich","mobile_number":"563-603-1734","email_id":"Wilbert_Cormier57@hotmail.com","dop":"2025-04-06","serial_number":"15778016753437388","imei1":"15778016753437388","imei2":"15778016753437388","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T04:39:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162829,"job_number":"JOB_162829","tr_customer_id":162846,"tr_customer_product_id":162836,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:39:00.000Z","modified_at":"2026-01-21T04:39:37.000Z","name":"Willy Treutel","mobile_number":"835-476-0629","email_id":"Ambrose_Brekke@gmail.com","dop":"2025-04-06","serial_number":"17719668847451","imei1":"17719668847451","imei2":"17719668847451","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T04:39:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162828,"job_number":"JOB_162828","tr_customer_id":162845,"tr_customer_product_id":162835,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:39:00.000Z","modified_at":"2026-01-21T04:39:00.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17316550199141","imei1":"17316550199141","imei2":"17316550199141","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T04:39:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162827,"job_number":"JOB_162827","tr_customer_id":162844,"tr_customer_product_id":162834,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:08:00.000Z","modified_at":"2026-01-21T04:08:00.000Z","name":"Stanton Sauer","mobile_number":"337-579-7312","email_id":"Dorthy.Zieme1@gmail.com","dop":"2025-04-06","serial_number":"16577893783068204","imei1":"16577893783068204","imei2":"16577893783068204","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T04:08:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162826,"job_number":"JOB_162826","tr_customer_id":162843,"tr_customer_product_id":162833,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:07:59.000Z","modified_at":"2026-01-21T04:08:35.000Z","name":"Elenor Goldner","mobile_number":"943-788-1744","email_id":"Derick.Bode30@hotmail.com","dop":"2025-04-06","serial_number":"13101353441914","imei1":"13101353441914","imei2":"13101353441914","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T04:08:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162825,"job_number":"JOB_162825","tr_customer_id":162842,"tr_customer_product_id":162832,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:07:58.000Z","modified_at":"2026-01-21T04:07:58.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19064947813475","imei1":"19064947813475","imei2":"19064947813475","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T04:07:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162824,"job_number":"JOB_162824","tr_customer_id":162841,"tr_customer_product_id":162831,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:07:16.000Z","modified_at":"2026-01-21T04:07:16.000Z","name":"Charlotte Dooley","mobile_number":"983-851-3035","email_id":"Rhoda.Torp@yahoo.com","dop":"2025-04-06","serial_number":"11012622729466892","imei1":"11012622729466892","imei2":"11012622729466892","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T04:07:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162823,"job_number":"JOB_162823","tr_customer_id":162840,"tr_customer_product_id":162830,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:07:15.000Z","modified_at":"2026-01-21T04:07:52.000Z","name":"Ezra Schaden","mobile_number":"842-210-0777","email_id":"Quincy_Stoltenberg@yahoo.com","dop":"2025-04-06","serial_number":"13419121368688","imei1":"13419121368688","imei2":"13419121368688","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T04:07:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162822,"job_number":"JOB_162822","tr_customer_id":162839,"tr_customer_product_id":162829,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:07:15.000Z","modified_at":"2026-01-21T04:07:15.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18424217280638","imei1":"18424217280638","imei2":"18424217280638","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T04:07:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162821,"job_number":"JOB_162821","tr_customer_id":162838,"tr_customer_product_id":162828,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:06:33.000Z","modified_at":"2026-01-21T04:06:33.000Z","name":"Mckayla Oberbrunner","mobile_number":"620-322-6848","email_id":"Dave_Vandervort@gmail.com","dop":"2025-04-06","serial_number":"11036850279112522","imei1":"11036850279112522","imei2":"11036850279112522","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T04:06:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162820,"job_number":"JOB_162820","tr_customer_id":162837,"tr_customer_product_id":162827,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:06:31.000Z","modified_at":"2026-01-21T04:07:08.000Z","name":"Savannah Barton","mobile_number":"762-285-4244","email_id":"Luz_Bauch@yahoo.com","dop":"2025-04-06","serial_number":"16431544841382","imei1":"16431544841382","imei2":"16431544841382","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T04:07:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162819,"job_number":"JOB_162819","tr_customer_id":162836,"tr_customer_product_id":162826,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:06:31.000Z","modified_at":"2026-01-21T04:06:31.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12550241698009","imei1":"12550241698009","imei2":"12550241698009","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T04:06:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162794,"job_number":"JOB_162794","tr_customer_id":162811,"tr_customer_product_id":162801,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:56:47.000Z","modified_at":"2026-01-21T03:56:47.000Z","name":"Jacklyn Stoltenberg","mobile_number":"634-352-8934","email_id":"Clinton.Spinka27@yahoo.com","dop":"2025-04-06","serial_number":"13277021174872950","imei1":"13277021174872950","imei2":"13277021174872950","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:56:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162793,"job_number":"JOB_162793","tr_customer_id":162810,"tr_customer_product_id":162800,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:56:45.000Z","modified_at":"2026-01-21T03:57:22.000Z","name":"Daija Osinski","mobile_number":"477-559-8075","email_id":"Elian_Mohr@gmail.com","dop":"2025-04-06","serial_number":"18665664223340","imei1":"18665664223340","imei2":"18665664223340","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:57:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162792,"job_number":"JOB_162792","tr_customer_id":162809,"tr_customer_product_id":162799,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:56:45.000Z","modified_at":"2026-01-21T03:56:45.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16606243786958","imei1":"16606243786958","imei2":"16606243786958","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:56:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162791,"job_number":"JOB_162791","tr_customer_id":162808,"tr_customer_product_id":162798,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:56:19.000Z","modified_at":"2026-01-21T03:56:19.000Z","name":"Jeffry Bogisich","mobile_number":"829-281-8830","email_id":"Reece84@yahoo.com","dop":"2025-04-06","serial_number":"15965484185781696","imei1":"15965484185781696","imei2":"15965484185781696","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:56:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162790,"job_number":"JOB_162790","tr_customer_id":162807,"tr_customer_product_id":162797,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:56:18.000Z","modified_at":"2026-01-21T03:56:54.000Z","name":"Blaze Shanahan","mobile_number":"674-452-7759","email_id":"Leila.Oberbrunner61@gmail.com","dop":"2025-04-06","serial_number":"16678211497943","imei1":"16678211497943","imei2":"16678211497943","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:56:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162789,"job_number":"JOB_162789","tr_customer_id":162806,"tr_customer_product_id":162796,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:56:17.000Z","modified_at":"2026-01-21T03:56:17.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19599990776764","imei1":"19599990776764","imei2":"19599990776764","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:56:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162784,"job_number":"JOB_162784","tr_customer_id":162801,"tr_customer_product_id":162791,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:56:10.000Z","modified_at":"2026-01-21T03:56:10.000Z","name":"Kyler Roberts","mobile_number":"340-271-7936","email_id":"Grant_Koepp99@yahoo.com","dop":"2025-04-06","serial_number":"17750172796145496","imei1":"17750172796145496","imei2":"17750172796145496","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:56:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162780,"job_number":"JOB_162780","tr_customer_id":162797,"tr_customer_product_id":162787,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:56:09.000Z","modified_at":"2026-01-21T03:56:46.000Z","name":"Tyra Abshire","mobile_number":"438-381-1054","email_id":"Lulu26@hotmail.com","dop":"2025-04-06","serial_number":"13048748776953","imei1":"13048748776953","imei2":"13048748776953","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:56:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162779,"job_number":"JOB_162779","tr_customer_id":162796,"tr_customer_product_id":162786,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:56:09.000Z","modified_at":"2026-01-21T03:56:09.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12066783186229","imei1":"12066783186229","imei2":"12066783186229","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:56:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162778,"job_number":"JOB_162778","tr_customer_id":162795,"tr_customer_product_id":162785,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:56:08.000Z","modified_at":"2026-01-21T03:56:08.000Z","name":"Lucius Kuhn","mobile_number":"774-412-4439","email_id":"Cali.Turner@yahoo.com","dop":"2025-04-06","serial_number":"14328470819751264","imei1":"14328470819751264","imei2":"14328470819751264","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:56:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162777,"job_number":"JOB_162777","tr_customer_id":162794,"tr_customer_product_id":162784,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:56:07.000Z","modified_at":"2026-01-21T03:56:43.000Z","name":"Leif Reilly","mobile_number":"737-540-3233","email_id":"Coty52@gmail.com","dop":"2025-04-06","serial_number":"19835682176129","imei1":"19835682176129","imei2":"19835682176129","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:56:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162776,"job_number":"JOB_162776","tr_customer_id":162793,"tr_customer_product_id":162783,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:56:06.000Z","modified_at":"2026-01-21T03:56:06.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10479763847921","imei1":"10479763847921","imei2":"10479763847921","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:56:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162775,"job_number":"JOB_162775","tr_customer_id":162792,"tr_customer_product_id":162782,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:56:02.000Z","modified_at":"2026-01-21T03:56:02.000Z","name":"Abigale Carter","mobile_number":"354-937-5316","email_id":"Carmela12@gmail.com","dop":"2025-04-06","serial_number":"13516610622865430","imei1":"13516610622865430","imei2":"13516610622865430","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:56:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162774,"job_number":"JOB_162774","tr_customer_id":162791,"tr_customer_product_id":162781,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:56:02.000Z","modified_at":"2026-01-21T03:56:02.000Z","name":"Krystal Heller","mobile_number":"528-957-7180","email_id":"Milan54@hotmail.com","dop":"2025-04-06","serial_number":"12537508866891718","imei1":"12537508866891718","imei2":"12537508866891718","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:56:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162773,"job_number":"JOB_162773","tr_customer_id":162790,"tr_customer_product_id":162780,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:56:02.000Z","modified_at":"2026-01-21T03:56:02.000Z","name":"Juliana Okuneva","mobile_number":"628-729-8150","email_id":"Amparo_Weimann10@gmail.com","dop":"2025-04-06","serial_number":"17903724294886804","imei1":"17903724294886804","imei2":"17903724294886804","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:56:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162772,"job_number":"JOB_162772","tr_customer_id":162789,"tr_customer_product_id":162779,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:56:01.000Z","modified_at":"2026-01-21T03:56:38.000Z","name":"Domingo Gorczany","mobile_number":"326-710-2540","email_id":"Marjolaine.Beatty@gmail.com","dop":"2025-04-06","serial_number":"18288382644165","imei1":"18288382644165","imei2":"18288382644165","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:56:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162771,"job_number":"JOB_162771","tr_customer_id":162788,"tr_customer_product_id":162778,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:56:01.000Z","modified_at":"2026-01-21T03:56:01.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17374076242404","imei1":"17374076242404","imei2":"17374076242404","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:56:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162770,"job_number":"JOB_162770","tr_customer_id":162787,"tr_customer_product_id":162777,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:56:01.000Z","modified_at":"2026-01-21T03:56:01.000Z","name":"Edwin Goodwin","mobile_number":"760-412-4452","email_id":"Julianne_Wyman64@yahoo.com","dop":"2025-04-06","serial_number":"12699502674176330","imei1":"12699502674176330","imei2":"12699502674176330","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:56:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162769,"job_number":"JOB_162769","tr_customer_id":162786,"tr_customer_product_id":162776,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:56:00.000Z","modified_at":"2026-01-21T03:56:39.000Z","name":"Emmett Fisher","mobile_number":"905-927-3077","email_id":"Destiny70@gmail.com","dop":"2025-04-06","serial_number":"12355022513967","imei1":"12355022513967","imei2":"12355022513967","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:56:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162768,"job_number":"JOB_162768","tr_customer_id":162785,"tr_customer_product_id":162775,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:56:00.000Z","modified_at":"2026-01-21T03:56:35.000Z","name":"Sabrina Stokes","mobile_number":"624-963-2021","email_id":"Elwin30@gmail.com","dop":"2025-04-06","serial_number":"16318570667067","imei1":"16318570667067","imei2":"16318570667067","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:56:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162767,"job_number":"JOB_162767","tr_customer_id":162784,"tr_customer_product_id":162774,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:56:00.000Z","modified_at":"2026-01-21T03:56:00.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14779615738914","imei1":"14779615738914","imei2":"14779615738914","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:56:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162766,"job_number":"JOB_162766","tr_customer_id":162783,"tr_customer_product_id":162773,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:56:00.000Z","modified_at":"2026-01-21T03:56:00.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14453385923313","imei1":"14453385923313","imei2":"14453385923313","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:56:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162765,"job_number":"JOB_162765","tr_customer_id":162782,"tr_customer_product_id":162772,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:59.000Z","modified_at":"2026-01-21T03:55:59.000Z","name":"Giuseppe Fisher","mobile_number":"530-379-4979","email_id":"Modesto50@hotmail.com","dop":"2025-04-06","serial_number":"16544458269880684","imei1":"16544458269880684","imei2":"16544458269880684","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:55:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162764,"job_number":"JOB_162764","tr_customer_id":162781,"tr_customer_product_id":162771,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:59.000Z","modified_at":"2026-01-21T03:56:35.000Z","name":"Maurine Kshlerin","mobile_number":"424-405-7015","email_id":"Norwood_Hills25@yahoo.com","dop":"2025-04-06","serial_number":"15203200953838","imei1":"15203200953838","imei2":"15203200953838","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:56:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162763,"job_number":"JOB_162763","tr_customer_id":162780,"tr_customer_product_id":162770,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:59.000Z","modified_at":"2026-01-21T03:55:59.000Z","name":"kajal t","mobile_number":"7045663551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17283779099052","imei1":"17283779099052","imei2":"17283779099052","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:55:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162762,"job_number":"JOB_162762","tr_customer_id":162779,"tr_customer_product_id":162769,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:58.000Z","modified_at":"2026-01-21T03:56:38.000Z","name":"Alfredo Botsford","mobile_number":"504-530-0265","email_id":"Katherine_DAmore@yahoo.com","dop":"2025-04-06","serial_number":"13966168632848","imei1":"13966168632848","imei2":"13966168632848","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:56:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162761,"job_number":"JOB_162761","tr_customer_id":162778,"tr_customer_product_id":162768,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:58.000Z","modified_at":"2026-01-21T03:55:58.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19326406579411","imei1":"19326406579411","imei2":"19326406579411","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:55:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162757,"job_number":"JOB_162757","tr_customer_id":162774,"tr_customer_product_id":162764,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:53.000Z","modified_at":"2026-01-21T03:55:53.000Z","name":"Vinnie Brakus","mobile_number":"635-370-2185","email_id":"Haven60@yahoo.com","dop":"2025-04-06","serial_number":"17452921656048246","imei1":"17452921656048246","imei2":"17452921656048246","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:55:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162756,"job_number":"JOB_162756","tr_customer_id":162773,"tr_customer_product_id":162763,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:52.000Z","modified_at":"2026-01-21T03:56:29.000Z","name":"Jaden Wintheiser","mobile_number":"953-339-8860","email_id":"Yasmine.Collier@hotmail.com","dop":"2025-04-06","serial_number":"19457451897614","imei1":"19457451897614","imei2":"19457451897614","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:56:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162755,"job_number":"JOB_162755","tr_customer_id":162772,"tr_customer_product_id":162762,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:52.000Z","modified_at":"2026-01-21T03:55:52.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18260412890490","imei1":"18260412890490","imei2":"18260412890490","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:55:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162754,"job_number":"JOB_162754","tr_customer_id":162771,"tr_customer_product_id":162761,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:47.000Z","modified_at":"2026-01-21T03:55:47.000Z","name":"Myah Walsh","mobile_number":"960-976-4458","email_id":"Dameon.Kulas35@gmail.com","dop":"2025-04-06","serial_number":"15578533259914248","imei1":"15578533259914248","imei2":"15578533259914248","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:55:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162753,"job_number":"JOB_162753","tr_customer_id":162770,"tr_customer_product_id":162760,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:45.000Z","modified_at":"2026-01-21T03:56:24.000Z","name":"Damaris Kautzer","mobile_number":"509-765-9199","email_id":"Murphy_Rolfson@gmail.com","dop":"2025-04-06","serial_number":"15221853954662","imei1":"15221853954662","imei2":"15221853954662","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:56:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162752,"job_number":"JOB_162752","tr_customer_id":162769,"tr_customer_product_id":162759,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:45.000Z","modified_at":"2026-01-21T03:55:45.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16744290961185","imei1":"16744290961185","imei2":"16744290961185","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:55:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162748,"job_number":"JOB_162748","tr_customer_id":162765,"tr_customer_product_id":162755,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:35.000Z","modified_at":"2026-01-21T03:55:35.000Z","name":"Ashleigh Nitzsche","mobile_number":"675-280-9374","email_id":"Leonel82@hotmail.com","dop":"2025-04-06","serial_number":"10058957527885084","imei1":"10058957527885084","imei2":"10058957527885084","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:55:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162747,"job_number":"JOB_162747","tr_customer_id":162764,"tr_customer_product_id":162754,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:33.000Z","modified_at":"2026-01-21T03:56:10.000Z","name":"Sandrine Konopelski","mobile_number":"592-993-5479","email_id":"Garret61@gmail.com","dop":"2025-04-06","serial_number":"16612816751742","imei1":"16612816751742","imei2":"16612816751742","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:56:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162746,"job_number":"JOB_162746","tr_customer_id":162763,"tr_customer_product_id":162753,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:33.000Z","modified_at":"2026-01-21T03:55:33.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13310685423157","imei1":"13310685423157","imei2":"13310685423157","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:55:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162745,"job_number":"JOB_162745","tr_customer_id":162762,"tr_customer_product_id":162752,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:30.000Z","modified_at":"2026-01-21T03:55:30.000Z","name":"Idella Zemlak","mobile_number":"491-752-7466","email_id":"Hassie_Mueller@yahoo.com","dop":"2025-04-06","serial_number":"17542975757967354","imei1":"17542975757967354","imei2":"17542975757967354","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:55:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162744,"job_number":"JOB_162744","tr_customer_id":162761,"tr_customer_product_id":162751,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:29.000Z","modified_at":"2026-01-21T03:56:06.000Z","name":"Jarret Schuster","mobile_number":"848-815-5376","email_id":"Kristin92@yahoo.com","dop":"2025-04-06","serial_number":"15859157635134","imei1":"15859157635134","imei2":"15859157635134","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:56:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162743,"job_number":"JOB_162743","tr_customer_id":162760,"tr_customer_product_id":162750,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:29.000Z","modified_at":"2026-01-21T03:55:29.000Z","name":"Radha Jain","mobile_number":"12345678979","email_id":"test@2","dop":"2025-04-06","serial_number":"16605871831746","imei1":"16605871831746","imei2":"16605871831746","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:55:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162739,"job_number":"JOB_162739","tr_customer_id":162756,"tr_customer_product_id":162746,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:25.000Z","modified_at":"2026-01-21T03:55:25.000Z","name":"Alysa Ankunding","mobile_number":"555-633-6084","email_id":"Marvin.Mitchell2@gmail.com","dop":"2025-04-06","serial_number":"11954194196572000","imei1":"11954194196572000","imei2":"11954194196572000","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:55:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162738,"job_number":"JOB_162738","tr_customer_id":162755,"tr_customer_product_id":162745,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:24.000Z","modified_at":"2026-01-21T03:55:24.000Z","name":"Horace Conn","mobile_number":"524-394-5808","email_id":"Olga50@yahoo.com","dop":"2025-04-06","serial_number":"12338394019060760","imei1":"12338394019060760","imei2":"12338394019060760","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:55:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162737,"job_number":"JOB_162737","tr_customer_id":162754,"tr_customer_product_id":162744,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:24.000Z","modified_at":"2026-01-21T03:56:01.000Z","name":"Roosevelt Feil","mobile_number":"779-526-0907","email_id":"Korey_Gerlach80@hotmail.com","dop":"2025-04-06","serial_number":"15642000329460","imei1":"15642000329460","imei2":"15642000329460","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:56:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162736,"job_number":"JOB_162736","tr_customer_id":162753,"tr_customer_product_id":162743,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:23.000Z","modified_at":"2026-01-21T03:55:23.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14105833084369","imei1":"14105833084369","imei2":"14105833084369","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:55:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162735,"job_number":"JOB_162735","tr_customer_id":162752,"tr_customer_product_id":162742,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:22.000Z","modified_at":"2026-01-21T03:55:59.000Z","name":"Anne Labadie","mobile_number":"281-721-6825","email_id":"Martin_Cole@yahoo.com","dop":"2025-04-06","serial_number":"10584542602368","imei1":"10584542602368","imei2":"10584542602368","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:55:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162734,"job_number":"JOB_162734","tr_customer_id":162751,"tr_customer_product_id":162741,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:22.000Z","modified_at":"2026-01-21T03:55:22.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12474517585034","imei1":"12474517585034","imei2":"12474517585034","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:55:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162733,"job_number":"JOB_162733","tr_customer_id":162750,"tr_customer_product_id":162740,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:20.000Z","modified_at":"2026-01-21T03:55:20.000Z","name":"Kariane Waelchi","mobile_number":"731-722-6457","email_id":"Kobe.Schuppe@gmail.com","dop":"2025-04-06","serial_number":"17205118757755736","imei1":"17205118757755736","imei2":"17205118757755736","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:55:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162732,"job_number":"JOB_162732","tr_customer_id":162749,"tr_customer_product_id":162739,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:20.000Z","modified_at":"2026-01-21T03:55:20.000Z","name":"Gail Collins","mobile_number":"364-438-0262","email_id":"Jermain_Roob43@yahoo.com","dop":"2025-04-06","serial_number":"14914142965215024","imei1":"14914142965215024","imei2":"14914142965215024","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:55:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162731,"job_number":"JOB_162731","tr_customer_id":162748,"tr_customer_product_id":162738,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:19.000Z","modified_at":"2026-01-21T03:55:53.000Z","name":"Isabelle Braun","mobile_number":"270-582-3385","email_id":"Luna_Kiehn33@gmail.com","dop":"2025-04-06","serial_number":"14645338406941","imei1":"14645338406941","imei2":"14645338406941","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:55:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162730,"job_number":"JOB_162730","tr_customer_id":162747,"tr_customer_product_id":162737,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:19.000Z","modified_at":"2026-01-21T03:55:54.000Z","name":"Deondre Robel","mobile_number":"807-441-5171","email_id":"Fritz.Weimann@gmail.com","dop":"2025-04-06","serial_number":"12044646026468","imei1":"12044646026468","imei2":"12044646026468","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:55:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162729,"job_number":"JOB_162729","tr_customer_id":162746,"tr_customer_product_id":162736,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:19.000Z","modified_at":"2026-01-21T03:55:19.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11465123849035","imei1":"11465123849035","imei2":"11465123849035","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:55:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162728,"job_number":"JOB_162728","tr_customer_id":162745,"tr_customer_product_id":162735,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:19.000Z","modified_at":"2026-01-21T03:55:19.000Z","name":"Brooke Olson","mobile_number":"630-497-7590","email_id":"Lou_Wisozk@yahoo.com","dop":"2025-04-06","serial_number":"11184939878167142","imei1":"11184939878167142","imei2":"11184939878167142","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:55:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162727,"job_number":"JOB_162727","tr_customer_id":162744,"tr_customer_product_id":162734,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:18.000Z","modified_at":"2026-01-21T03:55:18.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19285335277024","imei1":"19285335277024","imei2":"19285335277024","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:55:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162726,"job_number":"JOB_162726","tr_customer_id":162743,"tr_customer_product_id":162733,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:18.000Z","modified_at":"2026-01-21T03:55:18.000Z","name":"Theresa Orn","mobile_number":"854-615-0275","email_id":"Annette54@yahoo.com","dop":"2025-04-06","serial_number":"12047082356178284","imei1":"12047082356178284","imei2":"12047082356178284","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:55:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162725,"job_number":"JOB_162725","tr_customer_id":162742,"tr_customer_product_id":162732,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:17.000Z","modified_at":"2026-01-21T03:55:52.000Z","name":"Arielle Weber","mobile_number":"934-857-5231","email_id":"Marcellus_Marquardt91@yahoo.com","dop":"2025-04-06","serial_number":"10305875214283","imei1":"10305875214283","imei2":"10305875214283","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:55:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162724,"job_number":"JOB_162724","tr_customer_id":162741,"tr_customer_product_id":162731,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:17.000Z","modified_at":"2026-01-21T03:55:17.000Z","name":"uday p","mobile_number":"9321453112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17954307958064","imei1":"17954307958064","imei2":"17954307958064","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:55:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162723,"job_number":"JOB_162723","tr_customer_id":162740,"tr_customer_product_id":162730,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:17.000Z","modified_at":"2026-01-21T03:55:54.000Z","name":"Blake Hahn","mobile_number":"724-881-6914","email_id":"Pamela.Jerde@gmail.com","dop":"2025-04-06","serial_number":"15513768219737","imei1":"15513768219737","imei2":"15513768219737","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:55:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162722,"job_number":"JOB_162722","tr_customer_id":162739,"tr_customer_product_id":162729,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:17.000Z","modified_at":"2026-01-21T03:55:17.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10431646362720","imei1":"10431646362720","imei2":"10431646362720","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:55:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162721,"job_number":"JOB_162721","tr_customer_id":162738,"tr_customer_product_id":162728,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:16.000Z","modified_at":"2026-01-21T03:55:16.000Z","name":"Lourdes Nitzsche","mobile_number":"381-377-0924","email_id":"Rosa_Beahan0@hotmail.com","dop":"2025-04-06","serial_number":"14459349065420912","imei1":"14459349065420912","imei2":"14459349065420912","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:55:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162720,"job_number":"JOB_162720","tr_customer_id":162737,"tr_customer_product_id":162727,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:14.000Z","modified_at":"2026-01-21T03:55:53.000Z","name":"Nona Bernhard","mobile_number":"961-213-4399","email_id":"Reilly_Schumm94@yahoo.com","dop":"2025-04-06","serial_number":"11064625716026","imei1":"11064625716026","imei2":"11064625716026","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:55:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162719,"job_number":"JOB_162719","tr_customer_id":162736,"tr_customer_product_id":162726,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:14.000Z","modified_at":"2026-01-21T03:55:14.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12215665241206","imei1":"12215665241206","imei2":"12215665241206","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:55:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162718,"job_number":"JOB_162718","tr_customer_id":162735,"tr_customer_product_id":162725,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:13.000Z","modified_at":"2026-01-21T03:55:13.000Z","name":"Eli Sauer","mobile_number":"579-477-4482","email_id":"Evangeline.Pfeffer@yahoo.com","dop":"2025-04-06","serial_number":"17459648709512868","imei1":"17459648709512868","imei2":"17459648709512868","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:55:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162717,"job_number":"JOB_162717","tr_customer_id":162734,"tr_customer_product_id":162724,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:12.000Z","modified_at":"2026-01-21T03:55:12.000Z","name":"Marian Lesch","mobile_number":"820-909-5565","email_id":"Antonette69@yahoo.com","dop":"2025-04-06","serial_number":"15974529322278268","imei1":"15974529322278268","imei2":"15974529322278268","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:55:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162716,"job_number":"JOB_162716","tr_customer_id":162733,"tr_customer_product_id":162723,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:12.000Z","modified_at":"2026-01-21T03:55:50.000Z","name":"Lolita Gleason","mobile_number":"219-445-2155","email_id":"Paris.Pouros40@gmail.com","dop":"2025-04-06","serial_number":"12666730763924","imei1":"12666730763924","imei2":"12666730763924","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:55:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162715,"job_number":"JOB_162715","tr_customer_id":162732,"tr_customer_product_id":162722,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:11.000Z","modified_at":"2026-01-21T03:55:11.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18104718223469","imei1":"18104718223469","imei2":"18104718223469","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:55:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162714,"job_number":"JOB_162714","tr_customer_id":162731,"tr_customer_product_id":162721,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:10.000Z","modified_at":"2026-01-21T03:55:49.000Z","name":"Zechariah Fay","mobile_number":"834-754-6441","email_id":"Jayce.Fadel@gmail.com","dop":"2025-04-06","serial_number":"18367506703739","imei1":"18367506703739","imei2":"18367506703739","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:55:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162713,"job_number":"JOB_162713","tr_customer_id":162730,"tr_customer_product_id":162720,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:10.000Z","modified_at":"2026-01-21T03:55:10.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18612558739407","imei1":"18612558739407","imei2":"18612558739407","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:55:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162712,"job_number":"JOB_162712","tr_customer_id":162729,"tr_customer_product_id":162719,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:10.000Z","modified_at":"2026-01-21T03:55:10.000Z","name":"Rick Monahan","mobile_number":"270-337-8951","email_id":"Robb_Kuvalis10@gmail.com","dop":"2025-04-06","serial_number":"19404147400035508","imei1":"19404147400035508","imei2":"19404147400035508","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:55:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162711,"job_number":"JOB_162711","tr_customer_id":162728,"tr_customer_product_id":162718,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:08.000Z","modified_at":"2026-01-21T03:55:45.000Z","name":"Samson Jenkins","mobile_number":"468-897-3166","email_id":"Rick.Jacobi53@hotmail.com","dop":"2025-04-06","serial_number":"13669836359349","imei1":"13669836359349","imei2":"13669836359349","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:55:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162710,"job_number":"JOB_162710","tr_customer_id":162727,"tr_customer_product_id":162717,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:08.000Z","modified_at":"2026-01-21T03:55:08.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19693571304256","imei1":"19693571304256","imei2":"19693571304256","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:55:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162709,"job_number":"JOB_162709","tr_customer_id":162726,"tr_customer_product_id":162716,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:00.000Z","modified_at":"2026-01-21T03:55:00.000Z","name":"Mazie Towne","mobile_number":"411-358-1066","email_id":"Thomas77@gmail.com","dop":"2025-04-06","serial_number":"10660904358040404","imei1":"10660904358040404","imei2":"10660904358040404","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:55:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162708,"job_number":"JOB_162708","tr_customer_id":162725,"tr_customer_product_id":162715,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:59.000Z","modified_at":"2026-01-21T03:55:37.000Z","name":"Chanel Torp","mobile_number":"971-597-8476","email_id":"Cora.Little83@yahoo.com","dop":"2025-04-06","serial_number":"14266294146586","imei1":"14266294146586","imei2":"14266294146586","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:55:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162707,"job_number":"JOB_162707","tr_customer_id":162724,"tr_customer_product_id":162714,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:59.000Z","modified_at":"2026-01-21T03:54:59.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12819376050191","imei1":"12819376050191","imei2":"12819376050191","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162706,"job_number":"JOB_162706","tr_customer_id":162723,"tr_customer_product_id":162713,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:51.000Z","modified_at":"2026-01-21T03:54:51.000Z","name":"Hassan West","mobile_number":"663-898-0888","email_id":"Lavada82@yahoo.com","dop":"2025-04-06","serial_number":"14433541135182342","imei1":"14433541135182342","imei2":"14433541135182342","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162702,"job_number":"JOB_162702","tr_customer_id":162719,"tr_customer_product_id":162709,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:50.000Z","modified_at":"2026-01-21T03:55:26.000Z","name":"Shawna Conroy","mobile_number":"706-235-8255","email_id":"Willie_Bins@hotmail.com","dop":"2025-04-06","serial_number":"18566860494821","imei1":"18566860494821","imei2":"18566860494821","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:55:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162700,"job_number":"JOB_162700","tr_customer_id":162717,"tr_customer_product_id":162707,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:50.000Z","modified_at":"2026-01-21T03:54:50.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11598172322500","imei1":"11598172322500","imei2":"11598172322500","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162699,"job_number":"JOB_162699","tr_customer_id":162716,"tr_customer_product_id":162706,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:47.000Z","modified_at":"2026-01-21T03:54:47.000Z","name":"Betty Durgan","mobile_number":"297-879-6183","email_id":"Kasandra63@gmail.com","dop":"2025-04-06","serial_number":"11961754946158752","imei1":"11961754946158752","imei2":"11961754946158752","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162698,"job_number":"JOB_162698","tr_customer_id":162715,"tr_customer_product_id":162705,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:45.000Z","modified_at":"2026-01-21T03:55:22.000Z","name":"Brandyn Ryan","mobile_number":"342-836-0789","email_id":"Derek_Waelchi91@hotmail.com","dop":"2025-04-06","serial_number":"14380441275526","imei1":"14380441275526","imei2":"14380441275526","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:55:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162697,"job_number":"JOB_162697","tr_customer_id":162714,"tr_customer_product_id":162704,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:45.000Z","modified_at":"2026-01-21T03:54:45.000Z","name":"Rita Gupta","mobile_number":"12345678978","email_id":"test@1","dop":"2025-04-06","serial_number":"14617980334931","imei1":"14617980334931","imei2":"14617980334931","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162695,"job_number":"JOB_162695","tr_customer_id":162712,"tr_customer_product_id":162702,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:43.000Z","modified_at":"2026-01-21T03:54:43.000Z","name":"Zane Wunsch","mobile_number":"480-306-9599","email_id":"Carmine_Swift@hotmail.com","dop":"2025-04-06","serial_number":"13005074319123836","imei1":"13005074319123836","imei2":"13005074319123836","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162694,"job_number":"JOB_162694","tr_customer_id":162711,"tr_customer_product_id":162701,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:41.000Z","modified_at":"2026-01-21T03:55:17.000Z","name":"Ollie Kilback","mobile_number":"911-252-0985","email_id":"Clare_Oberbrunner@yahoo.com","dop":"2025-04-06","serial_number":"12869432379823","imei1":"12869432379823","imei2":"12869432379823","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:55:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162693,"job_number":"JOB_162693","tr_customer_id":162710,"tr_customer_product_id":162700,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:41.000Z","modified_at":"2026-01-21T03:54:41.000Z","name":"Uday D","mobile_number":"9405167371","email_id":"dmandlik923454@gmail.com","dop":"2025-04-06","serial_number":"10472085389825","imei1":"10472085389825","imei2":"10472085389825","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162691,"job_number":"JOB_162691","tr_customer_id":162708,"tr_customer_product_id":162698,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:40.000Z","modified_at":"2026-01-21T03:54:40.000Z","name":"Jaycee Wiegand","mobile_number":"277-726-4638","email_id":"Rickey.McCullough@hotmail.com","dop":"2025-04-06","serial_number":"17949274473728028","imei1":"17949274473728028","imei2":"17949274473728028","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162690,"job_number":"JOB_162690","tr_customer_id":162707,"tr_customer_product_id":162697,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:40.000Z","modified_at":"2026-01-21T03:54:40.000Z","name":"Imelda Schumm","mobile_number":"295-804-4689","email_id":"Jacquelyn.Breitenberg17@gmail.com","dop":"2025-04-06","serial_number":"11654181013335758","imei1":"11654181013335758","imei2":"11654181013335758","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162686,"job_number":"JOB_162686","tr_customer_id":162703,"tr_customer_product_id":162693,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:39.000Z","modified_at":"2026-01-21T03:55:15.000Z","name":"Cathryn Hagenes","mobile_number":"909-455-5091","email_id":"Orval_Lindgren79@yahoo.com","dop":"2025-04-06","serial_number":"19488924562643","imei1":"19488924562643","imei2":"19488924562643","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:55:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162685,"job_number":"JOB_162685","tr_customer_id":162702,"tr_customer_product_id":162692,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:39.000Z","modified_at":"2026-01-21T03:54:39.000Z","name":"Imelda Wunsch","mobile_number":"835-671-9329","email_id":"Rosamond83@hotmail.com","dop":"2025-04-06","serial_number":"17183608022188176","imei1":"17183608022188176","imei2":"17183608022188176","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162682,"job_number":"JOB_162682","tr_customer_id":162699,"tr_customer_product_id":162689,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:38.000Z","modified_at":"2026-01-21T03:54:38.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12062986808027","imei1":"12062986808027","imei2":"12062986808027","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162681,"job_number":"JOB_162681","tr_customer_id":162698,"tr_customer_product_id":162688,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:38.000Z","modified_at":"2026-01-21T03:55:16.000Z","name":"Tina Williamson","mobile_number":"773-544-1621","email_id":"Maximo39@yahoo.com","dop":"2025-04-06","serial_number":"16118687829239","imei1":"16118687829239","imei2":"16118687829239","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:55:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162679,"job_number":"JOB_162679","tr_customer_id":162696,"tr_customer_product_id":162686,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:38.000Z","modified_at":"2026-01-21T03:54:38.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17591036684314","imei1":"17591036684314","imei2":"17591036684314","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162678,"job_number":"JOB_162678","tr_customer_id":162695,"tr_customer_product_id":162685,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:37.000Z","modified_at":"2026-01-21T03:55:12.000Z","name":"Charles Kautzer","mobile_number":"214-939-5625","email_id":"Candace.Abernathy50@hotmail.com","dop":"2025-04-06","serial_number":"15870016967143","imei1":"15870016967143","imei2":"15870016967143","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:55:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162677,"job_number":"JOB_162677","tr_customer_id":162694,"tr_customer_product_id":162684,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:37.000Z","modified_at":"2026-01-21T03:54:37.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16159543790134","imei1":"16159543790134","imei2":"16159543790134","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162676,"job_number":"JOB_162676","tr_customer_id":162693,"tr_customer_product_id":162683,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:37.000Z","modified_at":"2026-01-21T03:54:37.000Z","name":"Sidney Gulgowski","mobile_number":"594-699-2192","email_id":"Scottie.Mertz@hotmail.com","dop":"2025-04-06","serial_number":"10585079893058744","imei1":"10585079893058744","imei2":"10585079893058744","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162675,"job_number":"JOB_162675","tr_customer_id":162692,"tr_customer_product_id":162682,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:36.000Z","modified_at":"2026-01-21T03:54:36.000Z","name":"Nathaniel Christiansen","mobile_number":"931-509-6360","email_id":"Kennedy_Roob22@gmail.com","dop":"2025-04-06","serial_number":"18531806963616636","imei1":"18531806963616636","imei2":"18531806963616636","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162673,"job_number":"JOB_162673","tr_customer_id":162690,"tr_customer_product_id":162680,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:35.000Z","modified_at":"2026-01-21T03:55:11.000Z","name":"Jordon Fahey","mobile_number":"675-986-4348","email_id":"Jermain_Schaden@yahoo.com","dop":"2025-04-06","serial_number":"16600416989378","imei1":"16600416989378","imei2":"16600416989378","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:55:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162672,"job_number":"JOB_162672","tr_customer_id":162689,"tr_customer_product_id":162679,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:35.000Z","modified_at":"2026-01-21T03:55:10.000Z","name":"Jake Champlin","mobile_number":"632-459-8880","email_id":"Tito73@hotmail.com","dop":"2025-04-06","serial_number":"13753611570726","imei1":"13753611570726","imei2":"13753611570726","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:55:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162671,"job_number":"JOB_162671","tr_customer_id":162688,"tr_customer_product_id":162678,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:35.000Z","modified_at":"2026-01-21T03:54:35.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19473862542889","imei1":"19473862542889","imei2":"19473862542889","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162670,"job_number":"JOB_162670","tr_customer_id":162687,"tr_customer_product_id":162677,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:35.000Z","modified_at":"2026-01-21T03:54:35.000Z","name":"jatin sharma","mobile_number":"7045663552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14331917249370","imei1":"14331917249370","imei2":"14331917249370","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162665,"job_number":"JOB_162665","tr_customer_id":162682,"tr_customer_product_id":162672,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:30.000Z","modified_at":"2026-01-21T03:54:30.000Z","name":"Arlo Kris","mobile_number":"277-449-1565","email_id":"Romaine.Wuckert93@yahoo.com","dop":"2025-04-06","serial_number":"11693425988122226","imei1":"11693425988122226","imei2":"11693425988122226","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162664,"job_number":"JOB_162664","tr_customer_id":162681,"tr_customer_product_id":162671,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:28.000Z","modified_at":"2026-01-21T03:55:07.000Z","name":"Mikel Gislason","mobile_number":"317-822-0971","email_id":"Flavio_Sipes75@gmail.com","dop":"2025-04-06","serial_number":"11905602048084","imei1":"11905602048084","imei2":"11905602048084","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:55:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162663,"job_number":"JOB_162663","tr_customer_id":162680,"tr_customer_product_id":162670,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:28.000Z","modified_at":"2026-01-21T03:54:28.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12251968929478","imei1":"12251968929478","imei2":"12251968929478","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162662,"job_number":"JOB_162662","tr_customer_id":162679,"tr_customer_product_id":162669,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:27.000Z","modified_at":"2026-01-21T03:54:27.000Z","name":"Pablo DuBuque","mobile_number":"793-312-8727","email_id":"Maya16@yahoo.com","dop":"2025-04-06","serial_number":"14683523743272888","imei1":"14683523743272888","imei2":"14683523743272888","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162661,"job_number":"JOB_162661","tr_customer_id":162678,"tr_customer_product_id":162668,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:26.000Z","modified_at":"2026-01-21T03:54:26.000Z","name":"Beaulah Simonis","mobile_number":"204-656-2894","email_id":"Domingo8@hotmail.com","dop":"2025-04-06","serial_number":"17432839441483412","imei1":"17432839441483412","imei2":"17432839441483412","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162660,"job_number":"JOB_162660","tr_customer_id":162677,"tr_customer_product_id":162667,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:26.000Z","modified_at":"2026-01-21T03:54:26.000Z","name":"Katrina Roberts","mobile_number":"822-859-7295","email_id":"Asia_Bins@hotmail.com","dop":"2025-04-06","serial_number":"10631193522869558","imei1":"10631193522869558","imei2":"10631193522869558","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162658,"job_number":"JOB_162658","tr_customer_id":162675,"tr_customer_product_id":162665,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:25.000Z","modified_at":"2026-01-21T03:55:04.000Z","name":"Luisa Daugherty","mobile_number":"680-877-8714","email_id":"Wyman.Rowe@yahoo.com","dop":"2025-04-06","serial_number":"10238734404027","imei1":"10238734404027","imei2":"10238734404027","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:55:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162657,"job_number":"JOB_162657","tr_customer_id":162674,"tr_customer_product_id":162664,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:25.000Z","modified_at":"2026-01-21T03:54:25.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14750896796796","imei1":"14750896796796","imei2":"14750896796796","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162656,"job_number":"JOB_162656","tr_customer_id":162673,"tr_customer_product_id":162663,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:25.000Z","modified_at":"2026-01-21T03:55:01.000Z","name":"Alexandre Adams","mobile_number":"757-520-6558","email_id":"Nathan_Volkman29@hotmail.com","dop":"2025-04-06","serial_number":"17119721365153","imei1":"17119721365153","imei2":"17119721365153","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:55:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162655,"job_number":"JOB_162655","tr_customer_id":162672,"tr_customer_product_id":162662,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:25.000Z","modified_at":"2026-01-21T03:55:03.000Z","name":"Lora O'Reilly","mobile_number":"831-350-1137","email_id":"Devin3@hotmail.com","dop":"2025-04-06","serial_number":"14642630053185","imei1":"14642630053185","imei2":"14642630053185","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:55:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162654,"job_number":"JOB_162654","tr_customer_id":162671,"tr_customer_product_id":162661,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:25.000Z","modified_at":"2026-01-21T03:54:25.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19435443486077","imei1":"19435443486077","imei2":"19435443486077","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162653,"job_number":"JOB_162653","tr_customer_id":162670,"tr_customer_product_id":162660,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:24.000Z","modified_at":"2026-01-21T03:54:24.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19728822802727","imei1":"19728822802727","imei2":"19728822802727","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162651,"job_number":"JOB_162651","tr_customer_id":162668,"tr_customer_product_id":162658,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:22.000Z","modified_at":"2026-01-21T03:54:22.000Z","name":"Ottilie Schumm","mobile_number":"556-225-3098","email_id":"Eve_Mayert@yahoo.com","dop":"2025-04-06","serial_number":"10043714224930806","imei1":"10043714224930806","imei2":"10043714224930806","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162650,"job_number":"JOB_162650","tr_customer_id":162667,"tr_customer_product_id":162657,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:21.000Z","modified_at":"2026-01-21T03:54:21.000Z","name":"Judah Sanford","mobile_number":"884-293-2118","email_id":"Hettie.Cormier36@hotmail.com","dop":"2025-06-18","serial_number":"1027025340922719","imei1":"1027025340922719","imei2":"1027025340922719","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162649,"job_number":"JOB_162649","tr_customer_id":162666,"tr_customer_product_id":162656,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:21.000Z","modified_at":"2026-01-21T03:54:58.000Z","name":"Demond Hansen","mobile_number":"229-898-2513","email_id":"Eino38@yahoo.com","dop":"2025-04-06","serial_number":"19971897015472","imei1":"19971897015472","imei2":"19971897015472","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:54:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162648,"job_number":"JOB_162648","tr_customer_id":162665,"tr_customer_product_id":162655,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:21.000Z","modified_at":"2026-01-21T03:54:57.000Z","name":"Maximillian Wisoky","mobile_number":"481-210-9867","email_id":"Guiseppe88@hotmail.com","dop":"2025-06-18","serial_number":"10234349578596","imei1":"10234349578596","imei2":"10234349578596","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:54:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162647,"job_number":"JOB_162647","tr_customer_id":162664,"tr_customer_product_id":162654,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:20.000Z","modified_at":"2026-01-21T03:54:20.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10752618983109","imei1":"10752618983109","imei2":"10752618983109","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162646,"job_number":"JOB_162646","tr_customer_id":162663,"tr_customer_product_id":162653,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:15.000Z","modified_at":"2026-01-21T03:54:15.000Z","name":"Eda Pagac","mobile_number":"934-720-6863","email_id":"Rafaela.Haag34@yahoo.com","dop":"2025-04-06","serial_number":"15390323679788892","imei1":"15390323679788892","imei2":"15390323679788892","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162645,"job_number":"JOB_162645","tr_customer_id":162662,"tr_customer_product_id":162652,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:13.000Z","modified_at":"2026-01-21T03:54:51.000Z","name":"Emerson Shanahan","mobile_number":"652-872-2180","email_id":"Kristy8@hotmail.com","dop":"2025-04-06","serial_number":"10947156777713","imei1":"10947156777713","imei2":"10947156777713","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:54:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162644,"job_number":"JOB_162644","tr_customer_id":162661,"tr_customer_product_id":162651,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:13.000Z","modified_at":"2026-01-21T03:54:13.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15397658553317","imei1":"15397658553317","imei2":"15397658553317","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162641,"job_number":"JOB_162641","tr_customer_id":162658,"tr_customer_product_id":162648,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:08.000Z","modified_at":"2026-01-21T03:54:08.000Z","name":"Issac Luettgen","mobile_number":"745-358-5630","email_id":"Bernita_Beahan45@hotmail.com","dop":"2025-04-06","serial_number":"19306903525320280","imei1":"19306903525320280","imei2":"19306903525320280","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162640,"job_number":"JOB_162640","tr_customer_id":162657,"tr_customer_product_id":162647,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:07.000Z","modified_at":"2026-01-21T03:54:43.000Z","name":"Shane Kub","mobile_number":"932-517-6766","email_id":"Flavie_Okuneva59@gmail.com","dop":"2025-04-06","serial_number":"19008913160366","imei1":"19008913160366","imei2":"19008913160366","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:54:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162639,"job_number":"JOB_162639","tr_customer_id":162656,"tr_customer_product_id":162646,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:00.000Z","modified_at":"2026-01-21T03:54:00.000Z","name":"Buddy Botsford","mobile_number":"282-524-7506","email_id":"Jesse43@gmail.com","dop":"2025-04-06","serial_number":"17518805026091808","imei1":"17518805026091808","imei2":"17518805026091808","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162638,"job_number":"JOB_162638","tr_customer_id":162655,"tr_customer_product_id":162645,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:53:59.000Z","modified_at":"2026-01-21T03:54:34.000Z","name":"Dexter Crooks","mobile_number":"212-681-2925","email_id":"Luther.Conn36@yahoo.com","dop":"2025-04-06","serial_number":"12814704807136","imei1":"12814704807136","imei2":"12814704807136","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:54:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162637,"job_number":"JOB_162637","tr_customer_id":162654,"tr_customer_product_id":162644,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:53:59.000Z","modified_at":"2026-01-21T03:53:59.000Z","name":"D M","mobile_number":"9405167371","email_id":"dmandlik92345@gmail.com","dop":"2025-04-06","serial_number":"16959601556511","imei1":"16959601556511","imei2":"16959601556511","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:53:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162636,"job_number":"JOB_162636","tr_customer_id":162653,"tr_customer_product_id":162643,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:53:54.000Z","modified_at":"2026-01-21T03:53:54.000Z","name":"Edd Bailey","mobile_number":"754-571-6777","email_id":"Uriel_OReilly@gmail.com","dop":"2025-04-06","serial_number":"12138392590815666","imei1":"12138392590815666","imei2":"12138392590815666","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:53:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162635,"job_number":"JOB_162635","tr_customer_id":162652,"tr_customer_product_id":162642,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:53:53.000Z","modified_at":"2026-01-21T03:54:28.000Z","name":"Princess Bayer","mobile_number":"544-904-1316","email_id":"Sarina_Lynch@yahoo.com","dop":"2025-04-06","serial_number":"18864871061443","imei1":"18864871061443","imei2":"18864871061443","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:54:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162634,"job_number":"JOB_162634","tr_customer_id":162651,"tr_customer_product_id":162641,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:53:52.000Z","modified_at":"2026-01-21T03:53:52.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18349304720762","imei1":"18349304720762","imei2":"18349304720762","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:53:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162633,"job_number":"JOB_162633","tr_customer_id":162650,"tr_customer_product_id":162640,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:53:48.000Z","modified_at":"2026-01-21T03:53:48.000Z","name":"Leland Mitchell","mobile_number":"610-411-4350","email_id":"Shayna.Kuvalis@hotmail.com","dop":"2025-04-06","serial_number":"16534113069734780","imei1":"16534113069734780","imei2":"16534113069734780","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:53:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162632,"job_number":"JOB_162632","tr_customer_id":162649,"tr_customer_product_id":162639,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:53:47.000Z","modified_at":"2026-01-21T03:54:23.000Z","name":"Hobart Ruecker","mobile_number":"556-738-3578","email_id":"Carmela.Hyatt23@yahoo.com","dop":"2025-04-06","serial_number":"17238586412775","imei1":"17238586412775","imei2":"17238586412775","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:54:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162631,"job_number":"JOB_162631","tr_customer_id":162648,"tr_customer_product_id":162638,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:53:41.000Z","modified_at":"2026-01-21T03:53:41.000Z","name":"Dennis McClure","mobile_number":"473-518-3893","email_id":"Favian.Baumbach@yahoo.com","dop":"2025-04-06","serial_number":"11672018648706232","imei1":"11672018648706232","imei2":"11672018648706232","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:53:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162630,"job_number":"JOB_162630","tr_customer_id":162647,"tr_customer_product_id":162637,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:53:39.000Z","modified_at":"2026-01-21T03:54:17.000Z","name":"Micah Yundt","mobile_number":"790-766-8992","email_id":"Gus_Cummings16@hotmail.com","dop":"2025-04-06","serial_number":"19795840133136","imei1":"19795840133136","imei2":"19795840133136","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:54:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162629,"job_number":"JOB_162629","tr_customer_id":162646,"tr_customer_product_id":162636,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:53:39.000Z","modified_at":"2026-01-21T03:53:39.000Z","name":"Arlie Treutel","mobile_number":"604-903-8259","email_id":"Kenya.Swaniawski74@gmail.com","dop":"2025-06-18","serial_number":"1080106078253185","imei1":"1080106078253185","imei2":"1080106078253185","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:53:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162628,"job_number":"JOB_162628","tr_customer_id":162645,"tr_customer_product_id":162635,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:53:39.000Z","modified_at":"2026-01-21T03:53:39.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14399582480480","imei1":"14399582480480","imei2":"14399582480480","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:53:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162627,"job_number":"JOB_162627","tr_customer_id":162644,"tr_customer_product_id":162634,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:53:38.000Z","modified_at":"2026-01-21T03:54:14.000Z","name":"Jillian Willms","mobile_number":"603-525-3968","email_id":"Theo_Ziemann@hotmail.com","dop":"2025-06-18","serial_number":"10490481658436","imei1":"10490481658436","imei2":"10490481658436","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:54:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162626,"job_number":"JOB_162626","tr_customer_id":162643,"tr_customer_product_id":162633,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:53:38.000Z","modified_at":"2026-01-21T03:53:38.000Z","name":"Marian West","mobile_number":"660-828-7789","email_id":"Osvaldo.Nolan28@yahoo.com","dop":"2025-04-06","serial_number":"16451017225734406","imei1":"16451017225734406","imei2":"16451017225734406","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:53:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162625,"job_number":"JOB_162625","tr_customer_id":162642,"tr_customer_product_id":162632,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:53:38.000Z","modified_at":"2026-01-21T03:53:38.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10788517097240","imei1":"10788517097240","imei2":"10788517097240","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:53:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162624,"job_number":"JOB_162624","tr_customer_id":162641,"tr_customer_product_id":162631,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:53:37.000Z","modified_at":"2026-01-21T03:54:14.000Z","name":"Trisha Johns","mobile_number":"333-581-5263","email_id":"Vallie72@gmail.com","dop":"2025-04-06","serial_number":"15864999580411","imei1":"15864999580411","imei2":"15864999580411","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:54:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162623,"job_number":"JOB_162623","tr_customer_id":162640,"tr_customer_product_id":162630,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:53:29.000Z","modified_at":"2026-01-21T03:53:29.000Z","name":"Alice Shields","mobile_number":"797-885-8513","email_id":"Kenneth.Abbott@hotmail.com","dop":"2025-04-06","serial_number":"12193303622992512","imei1":"12193303622992512","imei2":"12193303622992512","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:53:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162622,"job_number":"JOB_162622","tr_customer_id":162639,"tr_customer_product_id":162629,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:53:28.000Z","modified_at":"2026-01-21T03:54:03.000Z","name":"Sylvan Will","mobile_number":"962-389-6969","email_id":"Chyna_Satterfield@hotmail.com","dop":"2025-04-06","serial_number":"12423343791114","imei1":"12423343791114","imei2":"12423343791114","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:54:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162621,"job_number":"JOB_162621","tr_customer_id":162638,"tr_customer_product_id":162628,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:53:27.000Z","modified_at":"2026-01-21T03:53:35.000Z","name":"Karthik Duruvasula","mobile_number":"7897897890","email_id":"krthiksantosh@gmail.com","dop":"2025-05-07","serial_number":"29776641992789","imei1":"29776641992789","imei2":"29776641992789","popurl":"2025-05-07T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:53:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162620,"job_number":"JOB_162620","tr_customer_id":162637,"tr_customer_product_id":162627,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:53:22.000Z","modified_at":"2026-01-21T03:53:22.000Z","name":"Donnell Hilll","mobile_number":"425-402-9199","email_id":"Elissa23@gmail.com","dop":"2025-04-06","serial_number":"12546921181361340","imei1":"12546921181361340","imei2":"12546921181361340","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:53:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162619,"job_number":"JOB_162619","tr_customer_id":162636,"tr_customer_product_id":162626,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:53:20.000Z","modified_at":"2026-01-21T03:53:56.000Z","name":"Ray Turner","mobile_number":"579-685-7693","email_id":"Fernando_McDermott@hotmail.com","dop":"2025-04-06","serial_number":"12038532373941","imei1":"12038532373941","imei2":"12038532373941","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:53:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162618,"job_number":"JOB_162618","tr_customer_id":162635,"tr_customer_product_id":162625,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:53:18.000Z","modified_at":"2026-01-21T03:53:18.000Z","name":"Marshall Koss","mobile_number":"501-318-7028","email_id":"Marvin37@hotmail.com","dop":"2025-04-06","serial_number":"15012338366390536","imei1":"15012338366390536","imei2":"15012338366390536","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:53:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162617,"job_number":"JOB_162617","tr_customer_id":162634,"tr_customer_product_id":162624,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:53:17.000Z","modified_at":"2026-01-21T03:53:52.000Z","name":"Edyth Grimes","mobile_number":"421-871-8030","email_id":"Chadrick.Leffler60@hotmail.com","dop":"2025-04-06","serial_number":"16318141513793","imei1":"16318141513793","imei2":"16318141513793","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:53:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162616,"job_number":"JOB_162616","tr_customer_id":162633,"tr_customer_product_id":162623,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:53:17.000Z","modified_at":"2026-01-21T03:53:17.000Z","name":"Dhananjay Mandlik","mobile_number":"9405167371","email_id":"dmandlik92@gmail.com","dop":"2025-04-06","serial_number":"18290475511432","imei1":"18290475511432","imei2":"18290475511432","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:53:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162615,"job_number":"JOB_162615","tr_customer_id":162632,"tr_customer_product_id":162622,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:53:16.000Z","modified_at":"2026-01-21T03:53:25.000Z","name":"Karthik Duruvasula","mobile_number":"7897897890","email_id":"krthiksantosh@gmail.com","dop":"2025-05-07","serial_number":"60839021241927","imei1":"60839021241927","imei2":"60839021241927","popurl":"2025-05-07T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:53:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162614,"job_number":"JOB_162614","tr_customer_id":162631,"tr_customer_product_id":162621,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:48:34.000Z","modified_at":"2026-01-21T03:48:34.000Z","name":"Esther Parker","mobile_number":"834-642-0901","email_id":"Jules.Schinner19@hotmail.com","dop":"2025-04-06","serial_number":"16313148066048748","imei1":"16313148066048748","imei2":"16313148066048748","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:48:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162613,"job_number":"JOB_162613","tr_customer_id":162630,"tr_customer_product_id":162620,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:48:33.000Z","modified_at":"2026-01-21T03:49:05.000Z","name":"Geovanni Bartell","mobile_number":"264-283-5154","email_id":"Davon_Maggio50@gmail.com","dop":"2025-04-06","serial_number":"16769524572060","imei1":"16769524572060","imei2":"16769524572060","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:49:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162612,"job_number":"JOB_162612","tr_customer_id":162629,"tr_customer_product_id":162619,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:48:32.000Z","modified_at":"2026-01-21T03:48:32.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17848277089381","imei1":"17848277089381","imei2":"17848277089381","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:48:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162611,"job_number":"JOB_162611","tr_customer_id":162628,"tr_customer_product_id":162618,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:47:54.000Z","modified_at":"2026-01-21T03:47:54.000Z","name":"Bertha Bins","mobile_number":"880-586-2742","email_id":"Althea85@gmail.com","dop":"2025-04-06","serial_number":"19804275476949320","imei1":"19804275476949320","imei2":"19804275476949320","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:47:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162610,"job_number":"JOB_162610","tr_customer_id":162627,"tr_customer_product_id":162617,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:47:53.000Z","modified_at":"2026-01-21T03:48:26.000Z","name":"Larissa Schaden","mobile_number":"790-530-1039","email_id":"Eden.Krajcik@gmail.com","dop":"2025-04-06","serial_number":"12018204227382","imei1":"12018204227382","imei2":"12018204227382","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:48:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162609,"job_number":"JOB_162609","tr_customer_id":162626,"tr_customer_product_id":162616,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:47:52.000Z","modified_at":"2026-01-21T03:47:52.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"15963298373361","imei1":"15963298373361","imei2":"15963298373361","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:47:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162608,"job_number":"JOB_162608","tr_customer_id":162625,"tr_customer_product_id":162615,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:47:14.000Z","modified_at":"2026-01-21T03:47:14.000Z","name":"Madelyn Farrell","mobile_number":"428-445-3992","email_id":"Angus50@hotmail.com","dop":"2025-04-06","serial_number":"16746191132438830","imei1":"16746191132438830","imei2":"16746191132438830","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:47:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162607,"job_number":"JOB_162607","tr_customer_id":162624,"tr_customer_product_id":162614,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:47:12.000Z","modified_at":"2026-01-21T03:47:46.000Z","name":"Ona Jaskolski","mobile_number":"469-282-0317","email_id":"Randi_Greenfelder@gmail.com","dop":"2025-04-06","serial_number":"13470679357318","imei1":"13470679357318","imei2":"13470679357318","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:47:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162606,"job_number":"JOB_162606","tr_customer_id":162623,"tr_customer_product_id":162613,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:47:12.000Z","modified_at":"2026-01-21T03:47:12.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13058901590552","imei1":"13058901590552","imei2":"13058901590552","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:47:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162603,"job_number":"JOB_162603","tr_customer_id":162620,"tr_customer_product_id":162610,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T02:59:54.000Z","modified_at":"2026-01-21T03:44:48.000Z","name":"Fay Jaskolski","mobile_number":"333-876-7079","email_id":"Jaqueline40@hotmail.com","dop":"2025-04-06","serial_number":"17178707346116856","imei1":"17178707346116856","imei2":"17178707346116856","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:44:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162602,"job_number":"JOB_162602","tr_customer_id":162619,"tr_customer_product_id":162609,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T02:59:53.000Z","modified_at":"2026-01-21T03:00:32.000Z","name":"Jade Harris","mobile_number":"750-695-1076","email_id":"Gladyce_Thiel@yahoo.com","dop":"2025-04-06","serial_number":"18018350818538","imei1":"18018350818538","imei2":"18018350818538","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:00:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162601,"job_number":"JOB_162601","tr_customer_id":162618,"tr_customer_product_id":162608,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T02:59:52.000Z","modified_at":"2026-01-21T06:12:37.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14703153286275","imei1":"14703153286275","imei2":"14703153286275","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":3,"assigned_on":"2026-01-21T06:12:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162600,"job_number":"JOB_162600","tr_customer_id":162617,"tr_customer_product_id":162607,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T02:59:07.000Z","modified_at":"2026-01-21T03:34:22.000Z","name":"Alexzander Lowe","mobile_number":"862-640-1470","email_id":"Crawford.Kerluke@hotmail.com","dop":"2025-04-06","serial_number":"16450239022892226","imei1":"16450239022892226","imei2":"16450239022892226","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-21T03:34:22.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"},{"id":162599,"job_number":"JOB_162599","tr_customer_id":162616,"tr_customer_product_id":162606,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T02:59:05.000Z","modified_at":"2026-01-21T02:59:45.000Z","name":"Vilma Crooks","mobile_number":"521-767-9582","email_id":"Dawn.Tillman70@yahoo.com","dop":"2025-04-06","serial_number":"15539871771051","imei1":"15539871771051","imei2":"15539871771051","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T02:59:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162598,"job_number":"JOB_162598","tr_customer_id":162615,"tr_customer_product_id":162605,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T02:59:05.000Z","modified_at":"2026-01-21T03:34:24.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17604503354539","imei1":"17604503354539","imei2":"17604503354539","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-21T03:34:24.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"},{"id":162597,"job_number":"JOB_162597","tr_customer_id":162614,"tr_customer_product_id":162604,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T02:58:20.000Z","modified_at":"2026-01-21T02:58:20.000Z","name":"Elva Koss","mobile_number":"316-617-1422","email_id":"Delphia_Welch19@yahoo.com","dop":"2025-04-06","serial_number":"16740242445612904","imei1":"16740242445612904","imei2":"16740242445612904","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T02:58:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162596,"job_number":"JOB_162596","tr_customer_id":162613,"tr_customer_product_id":162603,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T02:58:18.000Z","modified_at":"2026-01-21T02:58:57.000Z","name":"Virginia Kunde","mobile_number":"682-553-7790","email_id":"Chester.Murray56@yahoo.com","dop":"2025-04-06","serial_number":"19688787886970","imei1":"19688787886970","imei2":"19688787886970","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T02:58:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162595,"job_number":"JOB_162595","tr_customer_id":162612,"tr_customer_product_id":162602,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T02:58:18.000Z","modified_at":"2026-01-21T02:58:18.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14346605803933","imei1":"14346605803933","imei2":"14346605803933","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T02:58:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162588,"job_number":"JOB_162588","tr_customer_id":162605,"tr_customer_product_id":162595,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T02:24:34.000Z","modified_at":"2026-01-21T02:24:34.000Z","name":"Divya Rai","mobile_number":"7001829202","email_id":"testemail@gmail.com","dop":"2025-12-04","serial_number":"23451113430770109","imei1":"23451113430770109","imei2":"23451113430770109","popurl":"2025-12-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T02:24:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162586,"job_number":"JOB_162586","tr_customer_id":162603,"tr_customer_product_id":162593,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T01:29:13.000Z","modified_at":"2026-01-21T01:29:13.000Z","name":"Dnyan Ubale","mobile_number":"7878787878","email_id":"xyz@gmail.com","dop":"2026-01-11","serial_number":"11794514993682","imei1":"18904414473682","imei2":"130779079163742","popurl":"2026-01-11T01:29:05.036385171Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T01:29:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162585,"job_number":"JOB_162585","tr_customer_id":162602,"tr_customer_product_id":162592,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T01:16:15.000Z","modified_at":"2026-01-21T01:16:15.000Z","name":"Jewell Hammes","mobile_number":"282-657-9437","email_id":"Zita_Haag@yahoo.com","dop":"2025-04-06","serial_number":"15699477022877","imei1":"15699477022877","imei2":"15699477022877","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T01:16:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162960,"job_number":"JOB_162960","tr_customer_id":162977,"tr_customer_product_id":162967,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:38:46.000Z","modified_at":"2026-01-21T06:38:46.000Z","name":"Malika Nitzsche","mobile_number":"866-221-0515","email_id":"Jarod_Kunde@yahoo.com","dop":"2000-01-31","serial_number":"1068615764366569","imei1":"1068615764366569","imei2":"1068615764366569","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:38:46.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":162958,"job_number":"JOB_162958","tr_customer_id":162975,"tr_customer_product_id":162965,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:38:44.000Z","modified_at":"2026-01-21T06:38:44.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10764567921047","imei1":"10764567921047","imei2":"10764567921047","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:38:44.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":162953,"job_number":"JOB_162953","tr_customer_id":162970,"tr_customer_product_id":162960,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:38:01.000Z","modified_at":"2026-01-21T06:38:01.000Z","name":"Chet Dietrich","mobile_number":"803-781-7937","email_id":"Shyanne.Ledner@gmail.com","dop":"2000-01-31","serial_number":"1034922372370101","imei1":"1034922372370101","imei2":"1034922372370101","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:38:01.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":162949,"job_number":"JOB_162949","tr_customer_id":162966,"tr_customer_product_id":162956,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:38:00.000Z","modified_at":"2026-01-21T06:38:00.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10289459723595","imei1":"10289459723595","imei2":"10289459723595","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:38:00.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":162945,"job_number":"JOB_162945","tr_customer_id":162962,"tr_customer_product_id":162952,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:37:17.000Z","modified_at":"2026-01-21T06:37:17.000Z","name":"Elody Crooks","mobile_number":"932-586-1772","email_id":"Kenny_Purdy@yahoo.com","dop":"2000-01-31","serial_number":"1071466473844178","imei1":"1071466473844178","imei2":"1071466473844178","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:37:17.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":162943,"job_number":"JOB_162943","tr_customer_id":162960,"tr_customer_product_id":162950,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:37:15.000Z","modified_at":"2026-01-21T06:37:15.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10308976964436","imei1":"10308976964436","imei2":"10308976964436","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:37:15.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":162939,"job_number":"JOB_162939","tr_customer_id":162956,"tr_customer_product_id":162946,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:36:32.000Z","modified_at":"2026-01-21T06:36:32.000Z","name":"Jules Mills","mobile_number":"969-402-0205","email_id":"Maurine_Cummings@hotmail.com","dop":"2000-01-31","serial_number":"1085093491319299","imei1":"1085093491319299","imei2":"1085093491319299","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:36:32.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":162937,"job_number":"JOB_162937","tr_customer_id":162954,"tr_customer_product_id":162944,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:36:30.000Z","modified_at":"2026-01-21T06:36:30.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10912920959677","imei1":"10912920959677","imei2":"10912920959677","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:36:30.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":162797,"job_number":"JOB_162797","tr_customer_id":162814,"tr_customer_product_id":162804,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:57:01.000Z","modified_at":"2026-01-21T05:54:27.000Z","name":"Ayden Auer","mobile_number":"948-818-4190","email_id":"Jovani64@hotmail.com","dop":"2000-01-31","serial_number":"1075751991721673","imei1":"1075751991721673","imei2":"1075751991721673","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-21T05:54:27.000Z","assigned_to":2,"mst_warrenty_status_code":"OOW"},{"id":162795,"job_number":"JOB_162795","tr_customer_id":162812,"tr_customer_product_id":162802,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:56:59.000Z","modified_at":"2026-01-21T03:56:59.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10889565985024","imei1":"10889565985024","imei2":"10889565985024","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:56:59.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":162788,"job_number":"JOB_162788","tr_customer_id":162805,"tr_customer_product_id":162795,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:56:14.000Z","modified_at":"2026-01-21T03:56:14.000Z","name":"Tyra Walter","mobile_number":"933-641-8231","email_id":"Stevie61@gmail.com","dop":"2000-01-31","serial_number":"1095738584130085","imei1":"1095738584130085","imei2":"1095738584130085","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:56:14.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":162786,"job_number":"JOB_162786","tr_customer_id":162803,"tr_customer_product_id":162793,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:56:12.000Z","modified_at":"2026-01-21T03:56:12.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10159606713709","imei1":"10159606713709","imei2":"10159606713709","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:56:12.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":162742,"job_number":"JOB_162742","tr_customer_id":162759,"tr_customer_product_id":162749,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:27.000Z","modified_at":"2026-01-21T03:55:27.000Z","name":"Larue Trantow","mobile_number":"312-984-8106","email_id":"Jane_Gusikowski@gmail.com","dop":"2000-01-31","serial_number":"1065332436451677","imei1":"1065332436451677","imei2":"1065332436451677","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:55:27.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":162740,"job_number":"JOB_162740","tr_customer_id":162757,"tr_customer_product_id":162747,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:25.000Z","modified_at":"2026-01-21T03:55:25.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10090710724077","imei1":"10090710724077","imei2":"10090710724077","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:55:25.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":162692,"job_number":"JOB_162692","tr_customer_id":162709,"tr_customer_product_id":162699,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:40.000Z","modified_at":"2026-01-21T03:54:40.000Z","name":"Sandra Rodriguez","mobile_number":"640-338-8735","email_id":"Domenic.Barrows@yahoo.com","dop":"2000-01-31","serial_number":"1097630213506101","imei1":"1097630213506101","imei2":"1097630213506101","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:40.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":162684,"job_number":"JOB_162684","tr_customer_id":162701,"tr_customer_product_id":162691,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:38.000Z","modified_at":"2026-01-21T03:54:38.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10591616575842","imei1":"10591616575842","imei2":"10591616575842","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:38.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":162986,"job_number":"JOB_162986","tr_customer_id":163003,"tr_customer_product_id":162993,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:48:08.000Z","modified_at":"2026-01-21T07:33:13.000Z","name":"Karishma Shetkar","mobile_number":"8928885292","email_id":"shetkarshashank@gmail.com","dop":"2026-01-12","serial_number":"32051489201456","imei1":"32051489201456","imei2":"32051489201456","popurl":"2026-01-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-21T07:33:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162959,"job_number":"JOB_162959","tr_customer_id":162976,"tr_customer_product_id":162966,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:38:45.000Z","modified_at":"2026-01-21T06:39:22.000Z","name":"Amaya Hackett","mobile_number":"412-898-5815","email_id":"Alana.Boyle@yahoo.com","dop":"2000-01-31","serial_number":"10320798703621","imei1":"10320798703621","imei2":"10320798703621","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T06:39:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162950,"job_number":"JOB_162950","tr_customer_id":162967,"tr_customer_product_id":162957,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:38:00.000Z","modified_at":"2026-01-21T06:38:37.000Z","name":"Kaitlin Ankunding","mobile_number":"285-536-0022","email_id":"Retta78@hotmail.com","dop":"2000-01-31","serial_number":"10347991978815","imei1":"10347991978815","imei2":"10347991978815","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T06:38:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162944,"job_number":"JOB_162944","tr_customer_id":162961,"tr_customer_product_id":162951,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:37:15.000Z","modified_at":"2026-01-21T06:37:53.000Z","name":"Mittie Shields","mobile_number":"831-454-0210","email_id":"Ernest.Auer@hotmail.com","dop":"2000-01-31","serial_number":"10165519465858","imei1":"10165519465858","imei2":"10165519465858","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T06:37:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162938,"job_number":"JOB_162938","tr_customer_id":162955,"tr_customer_product_id":162945,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:36:30.000Z","modified_at":"2026-01-21T06:37:08.000Z","name":"Jordon Bernhard","mobile_number":"583-901-4046","email_id":"Wilbert98@yahoo.com","dop":"2000-01-31","serial_number":"10576643990621","imei1":"10576643990621","imei2":"10576643990621","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T06:37:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162842,"job_number":"JOB_162842","tr_customer_id":162859,"tr_customer_product_id":162849,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:47:00.000Z","modified_at":"2026-01-21T04:47:00.000Z","name":"Mossie Connelly","mobile_number":"616-407-7815","email_id":"Elisabeth96@gmail.com","dop":"2017-01-31","serial_number":"739678535239887","imei1":"739678535239887","imei2":"739678535239887","popurl":"2017-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T04:47:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162841,"job_number":"JOB_162841","tr_customer_id":162858,"tr_customer_product_id":162848,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:46:59.000Z","modified_at":"2026-01-21T04:47:26.000Z","name":"Jonatan McClure","mobile_number":"653-731-9683","email_id":"Adolfo_Rath63@hotmail.com","dop":"2017-01-31","serial_number":"19146630869963","imei1":"19146630869963","imei2":"19146630869963","popurl":"2017-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T04:47:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162840,"job_number":"JOB_162840","tr_customer_id":162857,"tr_customer_product_id":162847,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:45:08.000Z","modified_at":"2026-01-21T04:45:08.000Z","name":"Nikko Johnston","mobile_number":"804-429-1603","email_id":"Kari.Dickens34@yahoo.com","dop":"2017-01-31","serial_number":"1058254950146316","imei1":"1058254950146316","imei2":"1058254950146316","popurl":"2017-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T04:45:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162839,"job_number":"JOB_162839","tr_customer_id":162856,"tr_customer_product_id":162846,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:45:07.000Z","modified_at":"2026-01-21T04:45:34.000Z","name":"Blanche Torphy","mobile_number":"885-770-0950","email_id":"Abner73@gmail.com","dop":"2017-01-31","serial_number":"10980136329168","imei1":"10980136329168","imei2":"10980136329168","popurl":"2017-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T04:45:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162818,"job_number":"JOB_162818","tr_customer_id":162835,"tr_customer_product_id":162825,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:03:25.000Z","modified_at":"2026-01-21T04:03:49.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"84244608133657","imei1":"84244608133657","imei2":"84244608133657","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T04:03:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162817,"job_number":"JOB_162817","tr_customer_id":162834,"tr_customer_product_id":162824,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:03:24.000Z","modified_at":"2026-01-21T04:03:24.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"92400582442182","imei1":"92400582442182","imei2":"92400582442182","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T04:03:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162816,"job_number":"JOB_162816","tr_customer_id":162833,"tr_customer_product_id":162823,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:03:24.000Z","modified_at":"2026-01-21T04:03:24.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"83076068922229","imei1":"83076068922229","imei2":"83076068922229","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T04:03:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162815,"job_number":"JOB_162815","tr_customer_id":162832,"tr_customer_product_id":162822,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:03:24.000Z","modified_at":"2026-01-21T04:03:24.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"62599705489607","imei1":"62599705489607","imei2":"62599705489607","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T04:03:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162814,"job_number":"JOB_162814","tr_customer_id":162831,"tr_customer_product_id":162821,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:03:24.000Z","modified_at":"2026-01-21T04:03:24.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"23348282558512","imei1":"23348282558512","imei2":"23348282558512","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T04:03:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162813,"job_number":"JOB_162813","tr_customer_id":162830,"tr_customer_product_id":162820,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:03:23.000Z","modified_at":"2026-01-21T04:03:23.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"39105353413892","imei1":"39105353413892","imei2":"39105353413892","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T04:03:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162812,"job_number":"JOB_162812","tr_customer_id":162829,"tr_customer_product_id":162819,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:03:23.000Z","modified_at":"2026-01-21T04:03:23.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"94669280931179","imei1":"94669280931179","imei2":"94669280931179","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T04:03:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162811,"job_number":"JOB_162811","tr_customer_id":162828,"tr_customer_product_id":162818,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:02:53.000Z","modified_at":"2026-01-21T04:03:17.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"84952586843901","imei1":"84952586843901","imei2":"84952586843901","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T04:03:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162810,"job_number":"JOB_162810","tr_customer_id":162827,"tr_customer_product_id":162817,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:02:53.000Z","modified_at":"2026-01-21T04:02:53.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"24788023947892","imei1":"24788023947892","imei2":"24788023947892","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T04:02:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162809,"job_number":"JOB_162809","tr_customer_id":162826,"tr_customer_product_id":162816,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:02:53.000Z","modified_at":"2026-01-21T04:02:53.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"56707534009094","imei1":"56707534009094","imei2":"56707534009094","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T04:02:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162808,"job_number":"JOB_162808","tr_customer_id":162825,"tr_customer_product_id":162815,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:02:52.000Z","modified_at":"2026-01-21T04:02:52.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"95637399653888","imei1":"95637399653888","imei2":"95637399653888","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T04:02:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162807,"job_number":"JOB_162807","tr_customer_id":162824,"tr_customer_product_id":162814,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:02:52.000Z","modified_at":"2026-01-21T04:02:52.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"74989679870675","imei1":"74989679870675","imei2":"74989679870675","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T04:02:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162806,"job_number":"JOB_162806","tr_customer_id":162823,"tr_customer_product_id":162813,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:02:52.000Z","modified_at":"2026-01-21T04:02:52.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"60446853786935","imei1":"60446853786935","imei2":"60446853786935","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T04:02:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162805,"job_number":"JOB_162805","tr_customer_id":162822,"tr_customer_product_id":162812,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:02:51.000Z","modified_at":"2026-01-21T04:02:51.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"50445765328132","imei1":"50445765328132","imei2":"50445765328132","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T04:02:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162804,"job_number":"JOB_162804","tr_customer_id":162821,"tr_customer_product_id":162811,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:02:22.000Z","modified_at":"2026-01-21T04:02:46.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"64648166473004","imei1":"64648166473004","imei2":"64648166473004","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T04:02:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162803,"job_number":"JOB_162803","tr_customer_id":162820,"tr_customer_product_id":162810,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:02:22.000Z","modified_at":"2026-01-21T04:02:22.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"45311273736729","imei1":"45311273736729","imei2":"45311273736729","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T04:02:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162802,"job_number":"JOB_162802","tr_customer_id":162819,"tr_customer_product_id":162809,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:02:21.000Z","modified_at":"2026-01-21T04:02:21.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"73986996826282","imei1":"73986996826282","imei2":"73986996826282","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T04:02:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162801,"job_number":"JOB_162801","tr_customer_id":162818,"tr_customer_product_id":162808,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:02:21.000Z","modified_at":"2026-01-21T04:02:21.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"50068933013358","imei1":"50068933013358","imei2":"50068933013358","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T04:02:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162800,"job_number":"JOB_162800","tr_customer_id":162817,"tr_customer_product_id":162807,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:02:21.000Z","modified_at":"2026-01-21T04:02:21.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"71948363623306","imei1":"71948363623306","imei2":"71948363623306","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T04:02:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162799,"job_number":"JOB_162799","tr_customer_id":162816,"tr_customer_product_id":162806,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:02:20.000Z","modified_at":"2026-01-21T04:02:20.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"55414069264048","imei1":"55414069264048","imei2":"55414069264048","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T04:02:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162798,"job_number":"JOB_162798","tr_customer_id":162815,"tr_customer_product_id":162805,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:02:20.000Z","modified_at":"2026-01-21T04:02:20.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"80838712330307","imei1":"80838712330307","imei2":"80838712330307","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T04:02:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162796,"job_number":"JOB_162796","tr_customer_id":162813,"tr_customer_product_id":162803,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:57:00.000Z","modified_at":"2026-01-21T03:57:39.000Z","name":"Isabel Mills","mobile_number":"406-262-7915","email_id":"Candido.Rowe@gmail.com","dop":"2000-01-31","serial_number":"10729306752076","imei1":"10729306752076","imei2":"10729306752076","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:57:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162787,"job_number":"JOB_162787","tr_customer_id":162804,"tr_customer_product_id":162794,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:56:13.000Z","modified_at":"2026-01-21T03:56:52.000Z","name":"Marjory Hilpert","mobile_number":"466-818-5187","email_id":"Candida.Rutherford@yahoo.com","dop":"2000-01-31","serial_number":"10677982861035","imei1":"10677982861035","imei2":"10677982861035","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:56:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162741,"job_number":"JOB_162741","tr_customer_id":162758,"tr_customer_product_id":162748,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:26.000Z","modified_at":"2026-01-21T03:56:05.000Z","name":"Verona Shields","mobile_number":"530-878-4794","email_id":"Dora.Moen@yahoo.com","dop":"2000-01-31","serial_number":"10804630468228","imei1":"10804630468228","imei2":"10804630468228","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:56:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162688,"job_number":"JOB_162688","tr_customer_id":162705,"tr_customer_product_id":162695,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:39.000Z","modified_at":"2026-01-21T03:55:18.000Z","name":"Lindsey Kreiger","mobile_number":"946-871-5451","email_id":"Dedric0@gmail.com","dop":"2000-01-31","serial_number":"10105368188057","imei1":"10105368188057","imei2":"10105368188057","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:55:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162668,"job_number":"JOB_162668","tr_customer_id":162685,"tr_customer_product_id":162675,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:33.000Z","modified_at":"2026-01-21T03:54:33.000Z","name":"Rahul Greenholt","mobile_number":"935-411-4659","email_id":"Herminio_Kessler64@gmail.com","dop":"2025-05-30","serial_number":"1842208524031168","imei1":"1842208524031168","imei2":"1842208524031168","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162667,"job_number":"JOB_162667","tr_customer_id":162684,"tr_customer_product_id":162674,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:31.000Z","modified_at":"2026-01-21T03:54:31.000Z","name":"Ally Satterfield","mobile_number":"357-510-7177","email_id":"Ford2@yahoo.com","dop":"2025-05-30","serial_number":"15356519984057","imei1":"15356519984057","imei2":"15356519984057","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162666,"job_number":"JOB_162666","tr_customer_id":162683,"tr_customer_product_id":162673,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:30.000Z","modified_at":"2026-01-21T03:54:46.000Z","name":"Verna Hammes","mobile_number":"743-999-3938","email_id":"Assunta.Franecki14@gmail.com","dop":"2025-05-30","serial_number":"15602979380288","imei1":"15602979380288","imei2":"15602979380288","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:54:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162605,"job_number":"JOB_162605","tr_customer_id":162622,"tr_customer_product_id":162612,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":2,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:36:47.000Z","modified_at":"2026-01-21T03:37:29.000Z","name":"vbaedba aevae","mobile_number":"6546198764","email_id":"sdfbd@gn.str","dop":"2026-01-20","serial_number":"11223366554455","imei1":"11223366554455","imei2":"11223366554455","popurl":"2026-01-20T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-21T03:37:29.000Z","assigned_to":2,"mst_warrenty_status_code":"OOW"},{"id":162604,"job_number":"JOB_162604","tr_customer_id":162621,"tr_customer_product_id":162611,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":2,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:32:26.000Z","modified_at":"2026-01-21T03:33:54.000Z","name":"Test 123 Test 123","mobile_number":"1236547890","email_id":"test.qa@test.com","dop":"2026-01-20","serial_number":"96578996549657","imei1":"96578996549657","imei2":"96578996549657","popurl":"2026-01-20T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-21T03:33:54.000Z","assigned_to":17,"mst_warrenty_status_code":"OOW"},{"id":163012,"job_number":"JOB_163012","tr_customer_id":163029,"tr_customer_product_id":163019,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T07:47:17.000Z","modified_at":"2026-01-21T07:47:17.000Z","name":"Octavia Hahn","mobile_number":"950-265-4948","email_id":"Bart95@yahoo.com","dop":"2025-11-04","serial_number":"39713453300546","imei1":"39713453300546","imei2":"39713453300546","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T07:47:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163009,"job_number":"JOB_163009","tr_customer_id":163026,"tr_customer_product_id":163016,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T07:36:56.000Z","modified_at":"2026-01-21T07:36:56.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Brisa_Weissnat99@yahoo.com","dop":"2025-07-02","serial_number":"16207931644445","imei1":"16207931644445","imei2":"16207931644445","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T07:36:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163008,"job_number":"JOB_163008","tr_customer_id":163025,"tr_customer_product_id":163015,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T07:36:37.000Z","modified_at":"2026-01-21T07:36:37.000Z","name":"Rahul goswami","mobile_number":"8767656543","email_id":"Mckenzie_Schoen@hotmail.com","dop":"2025-07-02","serial_number":"13718010959776","imei1":"13718010959776","imei2":"13718010959776","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T07:36:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163007,"job_number":"JOB_163007","tr_customer_id":163024,"tr_customer_product_id":163014,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T07:36:19.000Z","modified_at":"2026-01-21T07:36:19.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Annabell_Bernier@yahoo.com","dop":"2025-07-02","serial_number":"13461850930646","imei1":"13461850930646","imei2":"13461850930646","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T07:36:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163005,"job_number":"JOB_163005","tr_customer_id":163022,"tr_customer_product_id":163012,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T07:28:51.000Z","modified_at":"2026-01-21T07:29:03.000Z","name":"Major Barton","mobile_number":"564-853-2415","email_id":"Norene93@gmail.com","dop":"2025-11-04","serial_number":"12099593377760","imei1":"12099593377760","imei2":"12099593377760","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T07:29:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163004,"job_number":"JOB_163004","tr_customer_id":163021,"tr_customer_product_id":163011,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T07:28:34.000Z","modified_at":"2026-01-21T07:28:46.000Z","name":"Yolanda Schulist","mobile_number":"358-775-2746","email_id":"Vallie.Schuppe48@yahoo.com","dop":"2025-11-04","serial_number":"44518658767589","imei1":"44518658767589","imei2":"44518658767589","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T07:28:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162925,"job_number":"JOB_162925","tr_customer_id":162942,"tr_customer_product_id":162932,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:31:35.000Z","modified_at":"2026-01-21T06:31:46.000Z","name":"jatin sharma","mobile_number":"9191976787","email_id":"jatinvsharma@gmail.com","dop":"2025-12-13","serial_number":"57309058486599","imei1":"57309058486599","imei2":"57309058486599","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T06:31:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162924,"job_number":"JOB_162924","tr_customer_id":162941,"tr_customer_product_id":162931,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:31:20.000Z","modified_at":"2026-01-21T06:31:31.000Z","name":"uday p","mobile_number":"9191922787","email_id":"udap@gmail.com","dop":"2025-12-13","serial_number":"17154744459382","imei1":"17154744459382","imei2":"17154744459382","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T06:31:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162920,"job_number":"JOB_162920","tr_customer_id":162937,"tr_customer_product_id":162927,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:31:05.000Z","modified_at":"2026-01-21T06:31:16.000Z","name":"shoaib shaikh","mobile_number":"9191987787","email_id":"shaikhshoaib@gmail.com","dop":"2025-12-13","serial_number":"55918937670242","imei1":"55918937670242","imei2":"55918937670242","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T06:31:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162893,"job_number":"JOB_162893","tr_customer_id":162910,"tr_customer_product_id":162900,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:23:21.000Z","modified_at":"2026-01-21T06:23:33.000Z","name":"jatin sharma","mobile_number":"9191976787","email_id":"jatinvsharma@gmail.com","dop":"2025-12-13","serial_number":"64282419611892","imei1":"64282419611892","imei2":"64282419611892","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T06:23:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162892,"job_number":"JOB_162892","tr_customer_id":162909,"tr_customer_product_id":162899,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:23:06.000Z","modified_at":"2026-01-21T06:23:17.000Z","name":"uday p","mobile_number":"9191922787","email_id":"udap@gmail.com","dop":"2025-12-13","serial_number":"43066776680063","imei1":"43066776680063","imei2":"43066776680063","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T06:23:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162891,"job_number":"JOB_162891","tr_customer_id":162908,"tr_customer_product_id":162898,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:22:50.000Z","modified_at":"2026-01-21T06:23:01.000Z","name":"shoaib shaikh","mobile_number":"9191987787","email_id":"shaikhshoaib@gmail.com","dop":"2025-12-13","serial_number":"69761891639848","imei1":"69761891639848","imei2":"69761891639848","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T06:23:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162890,"job_number":"JOB_162890","tr_customer_id":162907,"tr_customer_product_id":162897,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:21:40.000Z","modified_at":"2026-01-21T06:21:40.000Z","name":"Jerrell Lockman","mobile_number":"278-903-8564","email_id":"Sierra.Beatty@gmail.com","dop":"2025-06-09","serial_number":"105344703874637","imei1":"105344703874637","imei2":"105344703874637","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:21:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162889,"job_number":"JOB_162889","tr_customer_id":162906,"tr_customer_product_id":162896,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:21:40.000Z","modified_at":"2026-01-21T06:21:51.000Z","name":"Roger Welch","mobile_number":"729-253-2332","email_id":"Liza_Collins@hotmail.com","dop":"2025-06-09","serial_number":"104316782562222","imei1":"104316782562222","imei2":"104316782562222","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T06:21:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162888,"job_number":"JOB_162888","tr_customer_id":162905,"tr_customer_product_id":162895,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:21:39.000Z","modified_at":"2026-01-21T06:21:39.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"107127302673431","imei1":"107127302673431","imei2":"107127302673431","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:21:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162887,"job_number":"JOB_162887","tr_customer_id":162904,"tr_customer_product_id":162894,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:21:23.000Z","modified_at":"2026-01-21T06:21:23.000Z","name":"Warren Denesik","mobile_number":"823-826-4267","email_id":"Hudson.Pollich@yahoo.com","dop":"2025-06-09","serial_number":"102168053565125","imei1":"102168053565125","imei2":"102168053565125","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:21:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162886,"job_number":"JOB_162886","tr_customer_id":162903,"tr_customer_product_id":162893,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:21:23.000Z","modified_at":"2026-01-21T06:21:35.000Z","name":"Rupert Sauer","mobile_number":"446-881-2133","email_id":"Larue.Berge25@gmail.com","dop":"2025-06-09","serial_number":"103764698010272","imei1":"103764698010272","imei2":"103764698010272","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T06:21:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162885,"job_number":"JOB_162885","tr_customer_id":162902,"tr_customer_product_id":162892,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:21:22.000Z","modified_at":"2026-01-21T06:21:22.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"104688652951223","imei1":"104688652951223","imei2":"104688652951223","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:21:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162884,"job_number":"JOB_162884","tr_customer_id":162901,"tr_customer_product_id":162891,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:21:06.000Z","modified_at":"2026-01-21T06:21:06.000Z","name":"Prince Boyle","mobile_number":"990-943-1747","email_id":"Llewellyn51@hotmail.com","dop":"2025-06-09","serial_number":"109140298705333","imei1":"109140298705333","imei2":"109140298705333","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:21:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162883,"job_number":"JOB_162883","tr_customer_id":162900,"tr_customer_product_id":162890,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:21:06.000Z","modified_at":"2026-01-21T06:21:18.000Z","name":"Leslie Donnelly","mobile_number":"940-318-3171","email_id":"Aida_Rosenbaum21@hotmail.com","dop":"2025-06-09","serial_number":"100120630446228","imei1":"100120630446228","imei2":"100120630446228","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T06:21:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162882,"job_number":"JOB_162882","tr_customer_id":162899,"tr_customer_product_id":162889,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:21:05.000Z","modified_at":"2026-01-21T06:21:05.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"109737898423974","imei1":"109737898423974","imei2":"109737898423974","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:21:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162881,"job_number":"JOB_162881","tr_customer_id":162898,"tr_customer_product_id":162888,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:18:53.000Z","modified_at":"2026-01-21T06:19:03.000Z","name":"Erich Schuster","mobile_number":"812-494-7586","email_id":"Luella4@hotmail.com","dop":"2025-11-04","serial_number":"67525805198858","imei1":"67525805198858","imei2":"67525805198858","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T06:19:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162880,"job_number":"JOB_162880","tr_customer_id":162897,"tr_customer_product_id":162887,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:18:38.000Z","modified_at":"2026-01-21T06:18:49.000Z","name":"Marcellus Predovic","mobile_number":"626-935-4538","email_id":"Monica.Rippin15@hotmail.com","dop":"2025-11-04","serial_number":"39590447961371","imei1":"39590447961371","imei2":"39590447961371","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T06:18:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162879,"job_number":"JOB_162879","tr_customer_id":162896,"tr_customer_product_id":162886,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:18:34.000Z","modified_at":"2026-01-21T06:18:58.000Z","name":"Alexzander Farrell","mobile_number":"306-292-3286","email_id":"Autumn_Windler63@hotmail.com","dop":"2025-10-01","serial_number":"17177231230133","imei1":"17177231230133","imei2":"17177231230133","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T06:18:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162878,"job_number":"JOB_162878","tr_customer_id":162895,"tr_customer_product_id":162885,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:18:23.000Z","modified_at":"2026-01-21T06:18:34.000Z","name":"Lavern Ortiz","mobile_number":"637-625-1508","email_id":"Vanessa.MacGyver@gmail.com","dop":"2025-11-04","serial_number":"29531245978093","imei1":"29531245978093","imei2":"29531245978093","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T06:18:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162785,"job_number":"JOB_162785","tr_customer_id":162802,"tr_customer_product_id":162792,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:56:11.000Z","modified_at":"2026-01-21T03:56:11.000Z","name":"Donald Willms","mobile_number":"643-452-0773","email_id":"Uriel62@hotmail.com","dop":"2025-06-09","serial_number":"59794321296063000","imei1":"59794321296063000","imei2":"59794321296063000","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:56:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162783,"job_number":"JOB_162783","tr_customer_id":162800,"tr_customer_product_id":162790,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:56:10.000Z","modified_at":"2026-01-21T03:56:10.000Z","name":"Cyril Hand","mobile_number":"506-960-6445","email_id":"Alexandrea_Bogan@yahoo.com","dop":"2025-06-09","serial_number":"101067246533383","imei1":"101067246533383","imei2":"101067246533383","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:56:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162782,"job_number":"JOB_162782","tr_customer_id":162799,"tr_customer_product_id":162789,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:56:10.000Z","modified_at":"2026-01-21T03:56:21.000Z","name":"Jessyca Kuphal","mobile_number":"402-662-4161","email_id":"Helene_Cartwright@yahoo.com","dop":"2025-06-09","serial_number":"106377618699027","imei1":"106377618699027","imei2":"106377618699027","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:56:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162781,"job_number":"JOB_162781","tr_customer_id":162798,"tr_customer_product_id":162788,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:56:09.000Z","modified_at":"2026-01-21T03:56:09.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"106649949824326","imei1":"106649949824326","imei2":"106649949824326","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:56:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162760,"job_number":"JOB_162760","tr_customer_id":162777,"tr_customer_product_id":162767,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:54.000Z","modified_at":"2026-01-21T03:55:54.000Z","name":"Jay Ratke","mobile_number":"326-344-5245","email_id":"Jazlyn_Steuber93@yahoo.com","dop":"2025-06-09","serial_number":"104976294618097","imei1":"104976294618097","imei2":"104976294618097","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:55:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162759,"job_number":"JOB_162759","tr_customer_id":162776,"tr_customer_product_id":162766,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:54.000Z","modified_at":"2026-01-21T03:56:05.000Z","name":"Connie Weimann","mobile_number":"720-603-7741","email_id":"Heloise.Cruickshank@yahoo.com","dop":"2025-06-09","serial_number":"105303194087258","imei1":"105303194087258","imei2":"105303194087258","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:56:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162758,"job_number":"JOB_162758","tr_customer_id":162775,"tr_customer_product_id":162765,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:53.000Z","modified_at":"2026-01-21T03:55:53.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"102346409261757","imei1":"102346409261757","imei2":"102346409261757","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:55:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162751,"job_number":"JOB_162751","tr_customer_id":162768,"tr_customer_product_id":162758,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:38.000Z","modified_at":"2026-01-21T03:55:38.000Z","name":"Freddy Smith","mobile_number":"314-335-0178","email_id":"Leone_Hudson90@yahoo.com","dop":"2025-06-09","serial_number":"103533220943496","imei1":"103533220943496","imei2":"103533220943496","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:55:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162750,"job_number":"JOB_162750","tr_customer_id":162767,"tr_customer_product_id":162757,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:38.000Z","modified_at":"2026-01-21T03:55:49.000Z","name":"Joannie Erdman","mobile_number":"470-489-1392","email_id":"Leland.Beatty@gmail.com","dop":"2025-06-09","serial_number":"103357694426149","imei1":"103357694426149","imei2":"103357694426149","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:55:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162749,"job_number":"JOB_162749","tr_customer_id":162766,"tr_customer_product_id":162756,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:37.000Z","modified_at":"2026-01-21T03:55:37.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"105754362426879","imei1":"105754362426879","imei2":"105754362426879","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:55:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162705,"job_number":"JOB_162705","tr_customer_id":162722,"tr_customer_product_id":162712,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:51.000Z","modified_at":"2026-01-21T03:54:51.000Z","name":"Jazmyne Labadie","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"113474739057636","imei1":"113474739057636","imei2":"113474739057636","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162704,"job_number":"JOB_162704","tr_customer_id":162721,"tr_customer_product_id":162711,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:51.000Z","modified_at":"2026-01-21T03:54:51.000Z","name":"Declan Gislason","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"172467207146546","imei1":"172467207146546","imei2":"172467207146546","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162703,"job_number":"JOB_162703","tr_customer_id":162720,"tr_customer_product_id":162710,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:50.000Z","modified_at":"2026-01-21T03:54:50.000Z","name":"Lelia Erdman","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"167686566068558","imei1":"167686566068558","imei2":"167686566068558","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162701,"job_number":"JOB_162701","tr_customer_id":162718,"tr_customer_product_id":162708,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:50.000Z","modified_at":"2026-01-21T03:54:50.000Z","name":"Amol Tambe","mobile_number":"3445554332","email_id":"amoltambe@gmail.com","dop":"2025-07-31","serial_number":"177357670445069","imei1":"177357670445069","imei2":"177357670445069","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162696,"job_number":"JOB_162696","tr_customer_id":162713,"tr_customer_product_id":162703,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:43.000Z","modified_at":"2026-01-21T03:54:43.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Rafael.Price@yahoo.com","dop":"2025-07-02","serial_number":"18672561915929","imei1":"18672561915929","imei2":"18672561915929","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162689,"job_number":"JOB_162689","tr_customer_id":162706,"tr_customer_product_id":162696,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:39.000Z","modified_at":"2026-01-21T03:54:39.000Z","name":"Isabel Schmidt","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"163462732467881","imei1":"163462732467881","imei2":"163462732467881","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162687,"job_number":"JOB_162687","tr_customer_id":162704,"tr_customer_product_id":162694,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:39.000Z","modified_at":"2026-01-21T03:54:39.000Z","name":"Reba Monahan","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"193376791926451","imei1":"193376791926451","imei2":"193376791926451","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162683,"job_number":"JOB_162683","tr_customer_id":162700,"tr_customer_product_id":162690,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:38.000Z","modified_at":"2026-01-21T03:54:38.000Z","name":"Mekhi Keeling","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"140865985322621","imei1":"140865985322621","imei2":"140865985322621","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162680,"job_number":"JOB_162680","tr_customer_id":162697,"tr_customer_product_id":162687,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:38.000Z","modified_at":"2026-01-21T03:54:38.000Z","name":"vrushali vru1234","mobile_number":"3445554332","email_id":"vrushali@gmail.com","dop":"2025-07-31","serial_number":"126283712056005","imei1":"126283712056005","imei2":"126283712056005","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162674,"job_number":"JOB_162674","tr_customer_id":162691,"tr_customer_product_id":162681,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:36.000Z","modified_at":"2026-01-21T03:54:59.000Z","name":"Dwight Dibbert","mobile_number":"517-634-5742","email_id":"Tyrese.Padberg@hotmail.com","dop":"2025-10-01","serial_number":"19665562248680","imei1":"19665562248680","imei2":"19665562248680","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:54:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162669,"job_number":"JOB_162669","tr_customer_id":162686,"tr_customer_product_id":162676,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:34.000Z","modified_at":"2026-01-21T03:54:44.000Z","name":"giyu tomiaka","mobile_number":"800-346-6638","email_id":"giyu@g.com","dop":"2026-01-10","serial_number":"854234284339935","imei1":"854234284339935","imei2":"854234284339935","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:54:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162659,"job_number":"JOB_162659","tr_customer_id":162676,"tr_customer_product_id":162666,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:26.000Z","modified_at":"2026-01-21T03:54:26.000Z","name":"Rahul goswami","mobile_number":"8767656543","email_id":"Trystan_Pacocha94@hotmail.com","dop":"2025-07-02","serial_number":"10684146989468","imei1":"10684146989468","imei2":"10684146989468","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162652,"job_number":"JOB_162652","tr_customer_id":162669,"tr_customer_product_id":162659,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:23.000Z","modified_at":"2026-01-21T03:54:32.000Z","name":"tanjiro kamado","mobile_number":"318-325-0081","email_id":"tanjiro@g.com","dop":"2026-01-10","serial_number":"667734374869607","imei1":"667734374869607","imei2":"667734374869607","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:54:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162643,"job_number":"JOB_162643","tr_customer_id":162660,"tr_customer_product_id":162650,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:12.000Z","modified_at":"2026-01-21T03:54:21.000Z","name":"saitama sensei","mobile_number":"847-932-2922","email_id":"saitama@yopmail.com","dop":"2026-01-10","serial_number":"438314888936517","imei1":"438314888936517","imei2":"438314888936517","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:54:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162642,"job_number":"JOB_162642","tr_customer_id":162659,"tr_customer_product_id":162649,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:09.000Z","modified_at":"2026-01-21T03:54:09.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Friedrich_Jacobs69@gmail.com","dop":"2025-07-02","serial_number":"15121400755880","imei1":"15121400755880","imei2":"15121400755880","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162594,"job_number":"JOB_162594","tr_customer_id":162611,"tr_customer_product_id":162601,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T02:38:37.000Z","modified_at":"2026-01-21T02:38:37.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"12022430175094","imei1":"12022430175094","imei2":"12022430175094","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T02:38:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162593,"job_number":"JOB_162593","tr_customer_id":162610,"tr_customer_product_id":162600,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T02:38:37.000Z","modified_at":"2026-01-21T02:38:43.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"14534149519631","imei1":"14534149519631","imei2":"14534149519631","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T02:38:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162592,"job_number":"JOB_162592","tr_customer_id":162609,"tr_customer_product_id":162599,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T02:38:23.000Z","modified_at":"2026-01-21T02:38:23.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"19394883773285","imei1":"19394883773285","imei2":"19394883773285","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T02:38:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162591,"job_number":"JOB_162591","tr_customer_id":162608,"tr_customer_product_id":162598,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T02:38:23.000Z","modified_at":"2026-01-21T02:38:29.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"19877363349496","imei1":"19877363349496","imei2":"19877363349496","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T02:38:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162590,"job_number":"JOB_162590","tr_customer_id":162607,"tr_customer_product_id":162597,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T02:38:01.000Z","modified_at":"2026-01-21T02:38:01.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"19661204443887","imei1":"19661204443887","imei2":"19661204443887","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T02:38:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162589,"job_number":"JOB_162589","tr_customer_id":162606,"tr_customer_product_id":162596,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T02:38:00.000Z","modified_at":"2026-01-21T02:38:06.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"10816113408542","imei1":"10816113408542","imei2":"10816113408542","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T02:38:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162587,"job_number":"JOB_162587","tr_customer_id":162604,"tr_customer_product_id":162594,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T02:21:47.000Z","modified_at":"2026-01-21T02:21:47.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"17563096152336","imei1":"17563096152336","imei2":"17563096152336","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T02:21:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/search' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"searchText":"JOB_99821"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/search
Response Information
Response Code: 200 - OK
Mean time per request: 279ms
Mean size per request: 31B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg5ODE2MzN9._4FNinjXwQig69gGU1WzW0HVFe7K6Y3B_XiPfY2-djo
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 4f0106a2-33ee-4e88-b0a5-bd5f0dfe2b46
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 36
Request Body
{
            "searchText": "JOB_104254"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 31
ETag W/"1f-XHSNhKvrk3aAE4wN//TuJSkDTNM"
Vary Accept-Encoding
Date Wed, 21 Jan 2026 07:47:19 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/details/JOB_99821' \ -X 'POST' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Length: 0' \ -H 'Content-Type: text/plain' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/details/163012
Response Information
Response Code: 200 - OK
Mean time per request: 285ms
Mean size per request: 33B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg5ODE2MzN9._4FNinjXwQig69gGU1WzW0HVFe7K6Y3B_XiPfY2-djo
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token def53369-0fa5-4d27-98ba-6df66bf413d6
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 0
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 33
ETag W/"21-a549D1gRd+HW17tYvMzi9u5U1G4"
Vary Accept-Encoding
Date Wed, 21 Jan 2026 07:47:20 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":null}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/login' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"username":"iamsup","password":"password"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 200 - OK
Mean time per request: 252ms
Mean size per request: 698B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 1a8595e7-2e0c-4edb-875b-330fa30e348c
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 59
Request Body
{
            "username": "iamsup",
            "password": "password"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 698
ETag W/"2ba-j1StssAriWfPGy11FWN/6/mqUs0"
Vary Accept-Encoding
Date Wed, 21 Jan 2026 07:47:20 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg5ODE2NDB9.tgO2dsOud9-2ahmsHAB1SqUAR8qsvb4WSo3MtKZu_zg"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNzI3NDJ9.IEtAMRF9vZn3LlTSasN0Llk5gwReGWkTINNzM8zYe8A' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 200 - OK
Mean time per request: 252ms
Mean size per request: 444B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg5ODE2NDB9.tgO2dsOud9-2ahmsHAB1SqUAR8qsvb4WSo3MtKZu_zg
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 51b567fd-82be-418a-b4a0-91d6e6d0c082
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 444
ETag W/"1bc-5jtJRsd0hZILh8Na44eS7Os72ts"
Vary Accept-Encoding
Date Wed, 21 Jan 2026 07:47:20 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"id":1,"first_name":"John","last_name":"Cena","login_id":"iamsup","mobile_number":"9988778899","email_id":"john@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":2,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-12-20T07:42:00.000Z","role_name":"Supervisor","service_location":"Service Center A"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNzI3NDJ9.IEtAMRF9vZn3LlTSasN0Llk5gwReGWkTINNzM8zYe8A' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 311ms
Mean size per request: 248B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg5ODE2NDB9.tgO2dsOud9-2ahmsHAB1SqUAR8qsvb4WSo3MtKZu_zg
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 8a7fba8f-8d6e-481e-bd63-ef6c446cc250
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 248
ETag W/"f8-mh8FJgrZ2y5Cz5Si08bOMGhud0Q"
Vary Accept-Encoding
Date Wed, 21 Jan 2026 07:47:20 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for assignment","key":"pending_for_assignment","count":280},{"label":"Pending for repair","key":"pending_for_repair","count":5},{"label":"Pending for delivery","key":"pending_for_delivery","count":1}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/pending' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNzI3NDJ9.IEtAMRF9vZn3LlTSasN0Llk5gwReGWkTINNzM8zYe8A' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/job/pending
Response Information
Response Code: 200 - OK
Mean time per request: 317ms
Mean size per request: 272.2KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI5Mzc1MTB9.-O6f2f7yIF827L6J6ejis6RAsTLeJu8tivTqfyx0T-Y
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 98fc22ae-86e7-41bc-845d-8aa9478bb87d
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"440d1-TDy636eNpefmASWYFQYfQ4rIPts"
Vary Accept-Encoding
Content-Encoding gzip
Date Wed, 21 Jan 2026 07:47:21 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":162960,"job_number":"JOB_162960","tr_customer_id":162977,"tr_customer_product_id":162967,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:38:46.000Z","modified_at":"2026-01-21T06:38:46.000Z","name":"Malika Nitzsche","mobile_number":"866-221-0515","email_id":"Jarod_Kunde@yahoo.com","dop":"2000-01-31","serial_number":"1068615764366569","imei1":"1068615764366569","imei2":"1068615764366569","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:38:46.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":162958,"job_number":"JOB_162958","tr_customer_id":162975,"tr_customer_product_id":162965,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:38:44.000Z","modified_at":"2026-01-21T06:38:44.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10764567921047","imei1":"10764567921047","imei2":"10764567921047","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:38:44.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":162953,"job_number":"JOB_162953","tr_customer_id":162970,"tr_customer_product_id":162960,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:38:01.000Z","modified_at":"2026-01-21T06:38:01.000Z","name":"Chet Dietrich","mobile_number":"803-781-7937","email_id":"Shyanne.Ledner@gmail.com","dop":"2000-01-31","serial_number":"1034922372370101","imei1":"1034922372370101","imei2":"1034922372370101","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:38:01.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":162949,"job_number":"JOB_162949","tr_customer_id":162966,"tr_customer_product_id":162956,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:38:00.000Z","modified_at":"2026-01-21T06:38:00.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10289459723595","imei1":"10289459723595","imei2":"10289459723595","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:38:00.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":162945,"job_number":"JOB_162945","tr_customer_id":162962,"tr_customer_product_id":162952,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:37:17.000Z","modified_at":"2026-01-21T06:37:17.000Z","name":"Elody Crooks","mobile_number":"932-586-1772","email_id":"Kenny_Purdy@yahoo.com","dop":"2000-01-31","serial_number":"1071466473844178","imei1":"1071466473844178","imei2":"1071466473844178","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:37:17.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":162943,"job_number":"JOB_162943","tr_customer_id":162960,"tr_customer_product_id":162950,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:37:15.000Z","modified_at":"2026-01-21T06:37:15.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10308976964436","imei1":"10308976964436","imei2":"10308976964436","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:37:15.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":162939,"job_number":"JOB_162939","tr_customer_id":162956,"tr_customer_product_id":162946,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:36:32.000Z","modified_at":"2026-01-21T06:36:32.000Z","name":"Jules Mills","mobile_number":"969-402-0205","email_id":"Maurine_Cummings@hotmail.com","dop":"2000-01-31","serial_number":"1085093491319299","imei1":"1085093491319299","imei2":"1085093491319299","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:36:32.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":162937,"job_number":"JOB_162937","tr_customer_id":162954,"tr_customer_product_id":162944,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:36:30.000Z","modified_at":"2026-01-21T06:36:30.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10912920959677","imei1":"10912920959677","imei2":"10912920959677","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:36:30.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":162795,"job_number":"JOB_162795","tr_customer_id":162812,"tr_customer_product_id":162802,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:56:59.000Z","modified_at":"2026-01-21T03:56:59.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10889565985024","imei1":"10889565985024","imei2":"10889565985024","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:56:59.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":162788,"job_number":"JOB_162788","tr_customer_id":162805,"tr_customer_product_id":162795,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:56:14.000Z","modified_at":"2026-01-21T03:56:14.000Z","name":"Tyra Walter","mobile_number":"933-641-8231","email_id":"Stevie61@gmail.com","dop":"2000-01-31","serial_number":"1095738584130085","imei1":"1095738584130085","imei2":"1095738584130085","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:56:14.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":162786,"job_number":"JOB_162786","tr_customer_id":162803,"tr_customer_product_id":162793,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:56:12.000Z","modified_at":"2026-01-21T03:56:12.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10159606713709","imei1":"10159606713709","imei2":"10159606713709","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:56:12.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":162742,"job_number":"JOB_162742","tr_customer_id":162759,"tr_customer_product_id":162749,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:27.000Z","modified_at":"2026-01-21T03:55:27.000Z","name":"Larue Trantow","mobile_number":"312-984-8106","email_id":"Jane_Gusikowski@gmail.com","dop":"2000-01-31","serial_number":"1065332436451677","imei1":"1065332436451677","imei2":"1065332436451677","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:55:27.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":162740,"job_number":"JOB_162740","tr_customer_id":162757,"tr_customer_product_id":162747,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:25.000Z","modified_at":"2026-01-21T03:55:25.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10090710724077","imei1":"10090710724077","imei2":"10090710724077","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:55:25.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":162692,"job_number":"JOB_162692","tr_customer_id":162709,"tr_customer_product_id":162699,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:40.000Z","modified_at":"2026-01-21T03:54:40.000Z","name":"Sandra Rodriguez","mobile_number":"640-338-8735","email_id":"Domenic.Barrows@yahoo.com","dop":"2000-01-31","serial_number":"1097630213506101","imei1":"1097630213506101","imei2":"1097630213506101","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:40.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":162684,"job_number":"JOB_162684","tr_customer_id":162701,"tr_customer_product_id":162691,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:38.000Z","modified_at":"2026-01-21T03:54:38.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10591616575842","imei1":"10591616575842","imei2":"10591616575842","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:38.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":163011,"job_number":"JOB_163011","tr_customer_id":163028,"tr_customer_product_id":163018,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T07:46:58.000Z","modified_at":"2026-01-21T07:46:58.000Z","name":"Emelia Reilly","mobile_number":"878-462-1830","email_id":"Ryleigh_Pacocha81@hotmail.com","dop":"2025-04-06","serial_number":"13405225925384970","imei1":"13405225925384970","imei2":"13405225925384970","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T07:46:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163006,"job_number":"JOB_163006","tr_customer_id":163023,"tr_customer_product_id":163013,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T07:31:11.000Z","modified_at":"2026-01-21T07:31:11.000Z","name":"Brock Corwin","mobile_number":"704-319-8274","email_id":"Wade_Metz@gmail.com","dop":"2025-02-01","serial_number":"17574691804591","imei1":"17574691804591","imei2":"17574691804591","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T07:31:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163003,"job_number":"JOB_163003","tr_customer_id":163020,"tr_customer_product_id":163010,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T07:07:06.000Z","modified_at":"2026-01-21T07:07:07.000Z","name":"Audra Gerlach","mobile_number":"721-468-8663","email_id":"Chance_Dare@hotmail.com","dop":"2025-04-06","serial_number":"12108449345271150","imei1":"12108449345271150","imei2":"12108449345271150","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T07:07:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163001,"job_number":"JOB_163001","tr_customer_id":163018,"tr_customer_product_id":163008,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T07:06:20.000Z","modified_at":"2026-01-21T07:06:20.000Z","name":"Ahmad Schroeder","mobile_number":"696-649-0378","email_id":"Lukas.Ullrich@gmail.com","dop":"2025-04-06","serial_number":"18275037441241292","imei1":"18275037441241292","imei2":"18275037441241292","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T07:06:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162999,"job_number":"JOB_162999","tr_customer_id":163016,"tr_customer_product_id":163006,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T07:05:33.000Z","modified_at":"2026-01-21T07:05:33.000Z","name":"Zora Zieme","mobile_number":"201-537-8314","email_id":"Cathy_Metz@yahoo.com","dop":"2025-04-06","serial_number":"15839260041705420","imei1":"15839260041705420","imei2":"15839260041705420","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T07:05:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162997,"job_number":"JOB_162997","tr_customer_id":163014,"tr_customer_product_id":163004,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:51:28.000Z","modified_at":"2026-01-21T06:51:28.000Z","name":"Erling Runolfsson","mobile_number":"550-413-2718","email_id":"Maryjane.Gaylord@hotmail.com","dop":"2025-04-06","serial_number":"10651424904204296","imei1":"10651424904204296","imei2":"10651424904204296","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:51:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162995,"job_number":"JOB_162995","tr_customer_id":163012,"tr_customer_product_id":163002,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:51:27.000Z","modified_at":"2026-01-21T06:51:27.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19031953731203","imei1":"19031953731203","imei2":"19031953731203","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:51:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162994,"job_number":"JOB_162994","tr_customer_id":163011,"tr_customer_product_id":163001,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:50:44.000Z","modified_at":"2026-01-21T06:50:44.000Z","name":"Teresa Ruecker","mobile_number":"593-612-7187","email_id":"Shirley_Franecki16@hotmail.com","dop":"2025-04-06","serial_number":"11583192275518710","imei1":"11583192275518710","imei2":"11583192275518710","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:50:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162992,"job_number":"JOB_162992","tr_customer_id":163009,"tr_customer_product_id":162999,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:50:42.000Z","modified_at":"2026-01-21T06:50:42.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13466066800980","imei1":"13466066800980","imei2":"13466066800980","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:50:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162991,"job_number":"JOB_162991","tr_customer_id":163008,"tr_customer_product_id":162998,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:50:05.000Z","modified_at":"2026-01-21T06:50:05.000Z","name":"Zoie Ledner","mobile_number":"937-452-3205","email_id":"Era80@gmail.com","dop":"2025-04-06","serial_number":"18533118216254004","imei1":"18533118216254004","imei2":"18533118216254004","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:50:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162989,"job_number":"JOB_162989","tr_customer_id":163006,"tr_customer_product_id":162996,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:49:59.000Z","modified_at":"2026-01-21T06:49:59.000Z","name":"Carolanne Oberbrunner","mobile_number":"995-750-9639","email_id":"Blanca.Fisher@yahoo.com","dop":"2025-04-06","serial_number":"19149653196501548","imei1":"19149653196501548","imei2":"19149653196501548","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:49:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162987,"job_number":"JOB_162987","tr_customer_id":163004,"tr_customer_product_id":162994,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:49:57.000Z","modified_at":"2026-01-21T06:49:57.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10689216915682","imei1":"10689216915682","imei2":"10689216915682","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:49:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162985,"job_number":"JOB_162985","tr_customer_id":163002,"tr_customer_product_id":162992,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:46:09.000Z","modified_at":"2026-01-21T06:46:09.000Z","name":"Dayana Hirthe","mobile_number":"979-360-0862","email_id":"Monte.Herzog72@hotmail.com","dop":"2025-04-06","serial_number":"11779876850918244","imei1":"11779876850918244","imei2":"11779876850918244","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:46:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162983,"job_number":"JOB_162983","tr_customer_id":163000,"tr_customer_product_id":162990,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:46:07.000Z","modified_at":"2026-01-21T06:46:07.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16876819889364","imei1":"16876819889364","imei2":"16876819889364","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:46:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162982,"job_number":"JOB_162982","tr_customer_id":162999,"tr_customer_product_id":162989,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:45:47.000Z","modified_at":"2026-01-21T06:45:47.000Z","name":"Micah Bahringer","mobile_number":"469-748-7891","email_id":"Francesca.Moen@gmail.com","dop":"2025-04-06","serial_number":"13220055565904698","imei1":"13220055565904698","imei2":"13220055565904698","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:45:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162980,"job_number":"JOB_162980","tr_customer_id":162997,"tr_customer_product_id":162987,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:45:42.000Z","modified_at":"2026-01-21T06:45:42.000Z","name":"Alexandro Vandervort","mobile_number":"330-730-8147","email_id":"Reese_Bins@yahoo.com","dop":"2025-04-06","serial_number":"16989820793386468","imei1":"16989820793386468","imei2":"16989820793386468","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:45:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162978,"job_number":"JOB_162978","tr_customer_id":162995,"tr_customer_product_id":162985,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:45:24.000Z","modified_at":"2026-01-21T06:45:24.000Z","name":"Demetris Koepp","mobile_number":"345-409-6430","email_id":"Louisa_Gutmann88@hotmail.com","dop":"2025-04-06","serial_number":"12683925262283816","imei1":"12683925262283816","imei2":"12683925262283816","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:45:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162976,"job_number":"JOB_162976","tr_customer_id":162993,"tr_customer_product_id":162983,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:45:22.000Z","modified_at":"2026-01-21T06:45:22.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10659736117977","imei1":"10659736117977","imei2":"10659736117977","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:45:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162975,"job_number":"JOB_162975","tr_customer_id":162992,"tr_customer_product_id":162982,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:44:39.000Z","modified_at":"2026-01-21T06:44:39.000Z","name":"Kattie Heidenreich","mobile_number":"464-968-6598","email_id":"Annabel1@gmail.com","dop":"2025-04-06","serial_number":"13558155131499656","imei1":"13558155131499656","imei2":"13558155131499656","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:44:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162974,"job_number":"JOB_162974","tr_customer_id":162991,"tr_customer_product_id":162981,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:44:39.000Z","modified_at":"2026-01-21T06:44:39.000Z","name":"Erick Bernhard","mobile_number":"268-365-9672","email_id":"Jaylen.Lind55@gmail.com","dop":"2025-04-06","serial_number":"18292600819471056","imei1":"18292600819471056","imei2":"18292600819471056","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:44:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162972,"job_number":"JOB_162972","tr_customer_id":162989,"tr_customer_product_id":162979,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:44:38.000Z","modified_at":"2026-01-21T06:44:38.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15289972766732","imei1":"15289972766732","imei2":"15289972766732","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:44:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162970,"job_number":"JOB_162970","tr_customer_id":162987,"tr_customer_product_id":162977,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:44:37.000Z","modified_at":"2026-01-21T06:44:37.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15657772357777","imei1":"15657772357777","imei2":"15657772357777","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:44:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162969,"job_number":"JOB_162969","tr_customer_id":162986,"tr_customer_product_id":162976,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:43:55.000Z","modified_at":"2026-01-21T06:43:55.000Z","name":"Rory Brekke","mobile_number":"318-608-9132","email_id":"Dangelo.Beahan@yahoo.com","dop":"2025-04-06","serial_number":"18756102189059096","imei1":"18756102189059096","imei2":"18756102189059096","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:43:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162967,"job_number":"JOB_162967","tr_customer_id":162984,"tr_customer_product_id":162974,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:43:53.000Z","modified_at":"2026-01-21T06:43:53.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14949429811281","imei1":"14949429811281","imei2":"14949429811281","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:43:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162966,"job_number":"JOB_162966","tr_customer_id":162983,"tr_customer_product_id":162973,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:43:10.000Z","modified_at":"2026-01-21T06:43:10.000Z","name":"Norene Hintz","mobile_number":"382-277-1132","email_id":"Trystan_Lemke18@gmail.com","dop":"2025-04-06","serial_number":"15673482482469460","imei1":"15673482482469460","imei2":"15673482482469460","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:43:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162964,"job_number":"JOB_162964","tr_customer_id":162981,"tr_customer_product_id":162971,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:43:08.000Z","modified_at":"2026-01-21T06:43:08.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13723298881951","imei1":"13723298881951","imei2":"13723298881951","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:43:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162963,"job_number":"JOB_162963","tr_customer_id":162980,"tr_customer_product_id":162970,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:39:31.000Z","modified_at":"2026-01-21T06:39:31.000Z","name":"Lavinia Haley","mobile_number":"826-742-1054","email_id":"Dayne18@yahoo.com","dop":"2025-04-06","serial_number":"12580884778192742","imei1":"12580884778192742","imei2":"12580884778192742","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:39:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162961,"job_number":"JOB_162961","tr_customer_id":162978,"tr_customer_product_id":162968,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:39:29.000Z","modified_at":"2026-01-21T06:39:29.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13633203627956","imei1":"13633203627956","imei2":"13633203627956","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:39:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162957,"job_number":"JOB_162957","tr_customer_id":162974,"tr_customer_product_id":162964,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:38:42.000Z","modified_at":"2026-01-21T06:38:42.000Z","name":"Maynard Reilly","mobile_number":"808-341-2514","email_id":"Gunner_Kuhlman@gmail.com","dop":"2025-04-06","serial_number":"13180943820679828","imei1":"13180943820679828","imei2":"13180943820679828","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:38:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162955,"job_number":"JOB_162955","tr_customer_id":162972,"tr_customer_product_id":162962,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:38:40.000Z","modified_at":"2026-01-21T06:38:40.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19928005857481","imei1":"19928005857481","imei2":"19928005857481","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:38:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162954,"job_number":"JOB_162954","tr_customer_id":162971,"tr_customer_product_id":162961,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:38:03.000Z","modified_at":"2026-01-21T06:38:03.000Z","name":"Hal Hammes","mobile_number":"590-877-0668","email_id":"Kenya.OConnell41@hotmail.com","dop":"2025-04-06","serial_number":"19540469328140736","imei1":"19540469328140736","imei2":"19540469328140736","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:38:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162951,"job_number":"JOB_162951","tr_customer_id":162968,"tr_customer_product_id":162958,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:38:01.000Z","modified_at":"2026-01-21T06:38:01.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14935627631418","imei1":"14935627631418","imei2":"14935627631418","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:38:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162948,"job_number":"JOB_162948","tr_customer_id":162965,"tr_customer_product_id":162955,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:37:52.000Z","modified_at":"2026-01-21T06:37:52.000Z","name":"Ricardo Cassin","mobile_number":"293-433-7431","email_id":"Raven.Flatley18@gmail.com","dop":"2025-04-06","serial_number":"17998245056033220","imei1":"17998245056033220","imei2":"17998245056033220","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:37:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162946,"job_number":"JOB_162946","tr_customer_id":162963,"tr_customer_product_id":162953,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:37:51.000Z","modified_at":"2026-01-21T06:37:51.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14207110431383","imei1":"14207110431383","imei2":"14207110431383","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:37:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162942,"job_number":"JOB_162942","tr_customer_id":162959,"tr_customer_product_id":162949,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:37:14.000Z","modified_at":"2026-01-21T06:37:14.000Z","name":"Malachi Witting","mobile_number":"577-388-6595","email_id":"Talia_Padberg48@gmail.com","dop":"2025-04-06","serial_number":"19405530755503990","imei1":"19405530755503990","imei2":"19405530755503990","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:37:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162940,"job_number":"JOB_162940","tr_customer_id":162957,"tr_customer_product_id":162947,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:37:12.000Z","modified_at":"2026-01-21T06:37:12.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13322178288064","imei1":"13322178288064","imei2":"13322178288064","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:37:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162936,"job_number":"JOB_162936","tr_customer_id":162953,"tr_customer_product_id":162943,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:36:25.000Z","modified_at":"2026-01-21T06:36:25.000Z","name":"Fanny Hoeger","mobile_number":"282-398-6588","email_id":"Nikko_Kertzmann@hotmail.com","dop":"2025-04-06","serial_number":"18884649322202076","imei1":"18884649322202076","imei2":"18884649322202076","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:36:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162934,"job_number":"JOB_162934","tr_customer_id":162951,"tr_customer_product_id":162941,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:36:23.000Z","modified_at":"2026-01-21T06:36:23.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16925021534393","imei1":"16925021534393","imei2":"16925021534393","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:36:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162933,"job_number":"JOB_162933","tr_customer_id":162950,"tr_customer_product_id":162940,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:36:01.000Z","modified_at":"2026-01-21T06:36:01.000Z","name":"Willa Nolan","mobile_number":"369-843-6476","email_id":"Waldo54@yahoo.com","dop":"2025-04-06","serial_number":"11274221474489864","imei1":"11274221474489864","imei2":"11274221474489864","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:36:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162931,"job_number":"JOB_162931","tr_customer_id":162948,"tr_customer_product_id":162938,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:32:49.000Z","modified_at":"2026-01-21T06:32:49.000Z","name":"Willa McClure","mobile_number":"303-531-6812","email_id":"Wilfred.Lockman@yahoo.com","dop":"2025-04-06","serial_number":"15679794119179152","imei1":"15679794119179152","imei2":"15679794119179152","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:32:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162929,"job_number":"JOB_162929","tr_customer_id":162946,"tr_customer_product_id":162936,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:32:48.000Z","modified_at":"2026-01-21T06:32:48.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13214831955730","imei1":"13214831955730","imei2":"13214831955730","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:32:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162928,"job_number":"JOB_162928","tr_customer_id":162945,"tr_customer_product_id":162935,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:32:05.000Z","modified_at":"2026-01-21T06:32:05.000Z","name":"Edison Leffler","mobile_number":"924-836-1099","email_id":"Harold2@gmail.com","dop":"2025-04-06","serial_number":"15570380534434244","imei1":"15570380534434244","imei2":"15570380534434244","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:32:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162926,"job_number":"JOB_162926","tr_customer_id":162943,"tr_customer_product_id":162933,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:32:03.000Z","modified_at":"2026-01-21T06:32:03.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14401946625375","imei1":"14401946625375","imei2":"14401946625375","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:32:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162923,"job_number":"JOB_162923","tr_customer_id":162940,"tr_customer_product_id":162930,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:31:20.000Z","modified_at":"2026-01-21T06:31:20.000Z","name":"Brant Friesen","mobile_number":"311-507-9641","email_id":"Jonathon_Monahan@gmail.com","dop":"2025-04-06","serial_number":"14967765540814140","imei1":"14967765540814140","imei2":"14967765540814140","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:31:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162921,"job_number":"JOB_162921","tr_customer_id":162938,"tr_customer_product_id":162928,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:31:18.000Z","modified_at":"2026-01-21T06:31:18.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18474584541183","imei1":"18474584541183","imei2":"18474584541183","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:31:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162919,"job_number":"JOB_162919","tr_customer_id":162936,"tr_customer_product_id":162926,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:29:48.000Z","modified_at":"2026-01-21T06:29:48.000Z","name":"Benedict Stamm","mobile_number":"674-834-0829","email_id":"Abe_Erdman@gmail.com","dop":"2025-04-06","serial_number":"16330093553060152","imei1":"16330093553060152","imei2":"16330093553060152","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:29:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162917,"job_number":"JOB_162917","tr_customer_id":162934,"tr_customer_product_id":162924,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:29:47.000Z","modified_at":"2026-01-21T06:29:47.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17786532546150","imei1":"17786532546150","imei2":"17786532546150","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:29:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162916,"job_number":"JOB_162916","tr_customer_id":162933,"tr_customer_product_id":162923,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:29:05.000Z","modified_at":"2026-01-21T06:29:05.000Z","name":"Mason Renner","mobile_number":"726-233-7389","email_id":"Ward.Wisoky22@gmail.com","dop":"2025-04-06","serial_number":"14458032780167956","imei1":"14458032780167956","imei2":"14458032780167956","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:29:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162914,"job_number":"JOB_162914","tr_customer_id":162931,"tr_customer_product_id":162921,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:29:03.000Z","modified_at":"2026-01-21T06:29:03.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12508469859581","imei1":"12508469859581","imei2":"12508469859581","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:29:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162913,"job_number":"JOB_162913","tr_customer_id":162930,"tr_customer_product_id":162920,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:28:21.000Z","modified_at":"2026-01-21T06:28:21.000Z","name":"Giovanni Koelpin","mobile_number":"897-897-0541","email_id":"Verner.Ritchie@yahoo.com","dop":"2025-04-06","serial_number":"13142155136854658","imei1":"13142155136854658","imei2":"13142155136854658","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:28:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162911,"job_number":"JOB_162911","tr_customer_id":162928,"tr_customer_product_id":162918,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:28:20.000Z","modified_at":"2026-01-21T06:28:20.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13841462764030","imei1":"13841462764030","imei2":"13841462764030","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:28:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162910,"job_number":"JOB_162910","tr_customer_id":162927,"tr_customer_product_id":162917,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:27:09.000Z","modified_at":"2026-01-21T06:27:09.000Z","name":"Felix Hackett","mobile_number":"521-514-3135","email_id":"Samanta_Powlowski@yahoo.com","dop":"2025-04-06","serial_number":"17898099325596856","imei1":"17898099325596856","imei2":"17898099325596856","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:27:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162908,"job_number":"JOB_162908","tr_customer_id":162925,"tr_customer_product_id":162915,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:27:07.000Z","modified_at":"2026-01-21T06:27:07.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17857123491074","imei1":"17857123491074","imei2":"17857123491074","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:27:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162907,"job_number":"JOB_162907","tr_customer_id":162924,"tr_customer_product_id":162914,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:26:25.000Z","modified_at":"2026-01-21T06:26:25.000Z","name":"Colten Treutel","mobile_number":"719-847-9537","email_id":"Julius_Emard18@gmail.com","dop":"2025-04-06","serial_number":"13206539527250764","imei1":"13206539527250764","imei2":"13206539527250764","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:26:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162905,"job_number":"JOB_162905","tr_customer_id":162922,"tr_customer_product_id":162912,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:26:23.000Z","modified_at":"2026-01-21T06:26:23.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"15185228078622","imei1":"15185228078622","imei2":"15185228078622","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:26:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162904,"job_number":"JOB_162904","tr_customer_id":162921,"tr_customer_product_id":162911,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:25:40.000Z","modified_at":"2026-01-21T06:25:40.000Z","name":"Jamel Toy","mobile_number":"221-319-2936","email_id":"Alverta60@yahoo.com","dop":"2025-04-06","serial_number":"19817104833675344","imei1":"19817104833675344","imei2":"19817104833675344","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:25:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162902,"job_number":"JOB_162902","tr_customer_id":162919,"tr_customer_product_id":162909,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:25:38.000Z","modified_at":"2026-01-21T06:25:38.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16960123851476","imei1":"16960123851476","imei2":"16960123851476","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:25:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162901,"job_number":"JOB_162901","tr_customer_id":162918,"tr_customer_product_id":162908,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:24:40.000Z","modified_at":"2026-01-21T06:24:40.000Z","name":"Enola Kautzer","mobile_number":"777-877-3925","email_id":"Hayley71@gmail.com","dop":"2025-06-18","serial_number":"1088271486565016","imei1":"1088271486565016","imei2":"1088271486565016","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:24:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162899,"job_number":"JOB_162899","tr_customer_id":162916,"tr_customer_product_id":162906,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:24:40.000Z","modified_at":"2026-01-21T06:24:40.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10303360622515","imei1":"10303360622515","imei2":"10303360622515","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:24:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162898,"job_number":"JOB_162898","tr_customer_id":162915,"tr_customer_product_id":162905,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:24:11.000Z","modified_at":"2026-01-21T06:24:11.000Z","name":"Amanda Romaguera","mobile_number":"632-701-5295","email_id":"Greta.Deckow@gmail.com","dop":"2025-04-06","serial_number":"18369311992665940","imei1":"18369311992665940","imei2":"18369311992665940","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:24:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162896,"job_number":"JOB_162896","tr_customer_id":162913,"tr_customer_product_id":162903,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:23:53.000Z","modified_at":"2026-01-21T06:23:53.000Z","name":"Justus Hand","mobile_number":"458-957-6139","email_id":"Rex.Rau57@yahoo.com","dop":"2025-06-18","serial_number":"1067077697497449","imei1":"1067077697497449","imei2":"1067077697497449","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:23:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162894,"job_number":"JOB_162894","tr_customer_id":162911,"tr_customer_product_id":162901,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:23:52.000Z","modified_at":"2026-01-21T06:23:52.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10287444893593","imei1":"10287444893593","imei2":"10287444893593","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:23:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162877,"job_number":"JOB_162877","tr_customer_id":162894,"tr_customer_product_id":162884,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T05:58:05.000Z","modified_at":"2026-01-21T05:58:05.000Z","name":"Jarrell Wintheiser","mobile_number":"479-920-3459","email_id":"Jules58@hotmail.com","dop":"2025-04-06","serial_number":"10788070414555038","imei1":"10788070414555038","imei2":"10788070414555038","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T05:58:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162875,"job_number":"JOB_162875","tr_customer_id":162892,"tr_customer_product_id":162882,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T05:58:03.000Z","modified_at":"2026-01-21T05:58:03.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10026383914254","imei1":"10026383914254","imei2":"10026383914254","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T05:58:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162874,"job_number":"JOB_162874","tr_customer_id":162891,"tr_customer_product_id":162881,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T05:57:15.000Z","modified_at":"2026-01-21T05:57:15.000Z","name":"Velda Becker","mobile_number":"335-982-6404","email_id":"Edgardo.Jacobs89@yahoo.com","dop":"2025-04-06","serial_number":"11707781849366398","imei1":"11707781849366398","imei2":"11707781849366398","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T05:57:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162872,"job_number":"JOB_162872","tr_customer_id":162889,"tr_customer_product_id":162879,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T05:57:13.000Z","modified_at":"2026-01-21T05:57:13.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17347962741528","imei1":"17347962741528","imei2":"17347962741528","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T05:57:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162871,"job_number":"JOB_162871","tr_customer_id":162888,"tr_customer_product_id":162878,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T05:56:25.000Z","modified_at":"2026-01-21T05:56:25.000Z","name":"Amya Hudson","mobile_number":"517-201-7980","email_id":"Rahsaan_Deckow@hotmail.com","dop":"2025-04-06","serial_number":"16106210569865402","imei1":"16106210569865402","imei2":"16106210569865402","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T05:56:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162869,"job_number":"JOB_162869","tr_customer_id":162886,"tr_customer_product_id":162876,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T05:56:23.000Z","modified_at":"2026-01-21T05:56:23.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15749124098280","imei1":"15749124098280","imei2":"15749124098280","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T05:56:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162868,"job_number":"JOB_162868","tr_customer_id":162885,"tr_customer_product_id":162875,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T05:44:59.000Z","modified_at":"2026-01-21T05:44:59.000Z","name":"Chetan AG","mobile_number":"7090191744","email_id":"agchetan18@gmail.com","dop":"2026-01-11","serial_number":"78920576984787","imei1":"78920576984787","imei2":"78920576984787","popurl":"2026-01-11T05:44:53.815977800Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T05:44:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162867,"job_number":"JOB_162867","tr_customer_id":162884,"tr_customer_product_id":162874,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T05:21:13.000Z","modified_at":"2026-01-21T05:21:13.000Z","name":"Augusta Paucek","mobile_number":"689-962-3812","email_id":"Natalia.Rath@yahoo.com","dop":"2025-04-06","serial_number":"15476359630960446","imei1":"15476359630960446","imei2":"15476359630960446","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T05:21:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162865,"job_number":"JOB_162865","tr_customer_id":162882,"tr_customer_product_id":162872,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T05:21:11.000Z","modified_at":"2026-01-21T05:21:11.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13868298772248","imei1":"13868298772248","imei2":"13868298772248","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T05:21:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162864,"job_number":"JOB_162864","tr_customer_id":162881,"tr_customer_product_id":162871,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T05:20:26.000Z","modified_at":"2026-01-21T05:20:26.000Z","name":"Triston Osinski","mobile_number":"595-848-9196","email_id":"Eliseo_Hickle71@gmail.com","dop":"2025-04-06","serial_number":"11755708241821630","imei1":"11755708241821630","imei2":"11755708241821630","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T05:20:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162862,"job_number":"JOB_162862","tr_customer_id":162879,"tr_customer_product_id":162869,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T05:20:24.000Z","modified_at":"2026-01-21T05:20:24.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10059306646076","imei1":"10059306646076","imei2":"10059306646076","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T05:20:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162861,"job_number":"JOB_162861","tr_customer_id":162878,"tr_customer_product_id":162868,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T05:19:39.000Z","modified_at":"2026-01-21T05:19:39.000Z","name":"Garland Hand","mobile_number":"347-658-0732","email_id":"Carlos_Wiza77@yahoo.com","dop":"2025-04-06","serial_number":"13849560380824524","imei1":"13849560380824524","imei2":"13849560380824524","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T05:19:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162859,"job_number":"JOB_162859","tr_customer_id":162876,"tr_customer_product_id":162866,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T05:19:37.000Z","modified_at":"2026-01-21T05:19:37.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14761460006971","imei1":"14761460006971","imei2":"14761460006971","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T05:19:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162858,"job_number":"JOB_162858","tr_customer_id":162875,"tr_customer_product_id":162865,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T05:03:20.000Z","modified_at":"2026-01-21T05:03:20.000Z","name":"Jatin Sharma","mobile_number":"776767777","email_id":"jatin@gmail.com","dop":"2026-01-21","serial_number":"92676777712346","imei1":"92676777712346","imei2":"92676777712346","popurl":"2026-01-21T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T05:03:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162857,"job_number":"JOB_162857","tr_customer_id":162874,"tr_customer_product_id":162864,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T05:00:28.000Z","modified_at":"2026-01-21T05:00:28.000Z","name":"Willa Pfeffer","mobile_number":"295-237-9990","email_id":"Estrella_Pollich@gmail.com","dop":"2025-04-06","serial_number":"14493925578243076","imei1":"14493925578243076","imei2":"14493925578243076","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T05:00:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162855,"job_number":"JOB_162855","tr_customer_id":162872,"tr_customer_product_id":162862,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T05:00:12.000Z","modified_at":"2026-01-21T05:00:12.000Z","name":"Wendell Ernser","mobile_number":"256-853-1894","email_id":"Ken.Schamberger97@hotmail.com","dop":"2025-04-06","serial_number":"12745240162655110","imei1":"12745240162655110","imei2":"12745240162655110","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T05:00:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162853,"job_number":"JOB_162853","tr_customer_id":162870,"tr_customer_product_id":162860,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:57:12.000Z","modified_at":"2026-01-21T04:57:12.000Z","name":"Chetan Geddappanavar","mobile_number":"673-872-6513","email_id":"Meggie_Gislason85@hotmail.com","dop":"2025-08-24","serial_number":"12244764292989","imei1":"12244764292989","imei2":"12244764292989","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T04:57:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162852,"job_number":"JOB_162852","tr_customer_id":162869,"tr_customer_product_id":162859,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:57:09.000Z","modified_at":"2026-01-21T04:57:09.000Z","name":"Brooke Crooks","mobile_number":"595-830-0724","email_id":"Presley_Franecki@yahoo.com","dop":"2025-04-06","serial_number":"19050963534227388","imei1":"19050963534227388","imei2":"19050963534227388","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T04:57:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162850,"job_number":"JOB_162850","tr_customer_id":162867,"tr_customer_product_id":162857,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:56:23.000Z","modified_at":"2026-01-21T04:56:23.000Z","name":"Ahmad Kihn","mobile_number":"519-380-4195","email_id":"Rachael.Boyle@hotmail.com","dop":"2025-04-06","serial_number":"17642121278585800","imei1":"17642121278585800","imei2":"17642121278585800","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T04:56:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162848,"job_number":"JOB_162848","tr_customer_id":162865,"tr_customer_product_id":162855,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:55:36.000Z","modified_at":"2026-01-21T04:55:36.000Z","name":"Montana Reynolds","mobile_number":"587-763-9433","email_id":"Alexanne.Koch80@gmail.com","dop":"2025-04-06","serial_number":"19847587915432416","imei1":"19847587915432416","imei2":"19847587915432416","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T04:55:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162845,"job_number":"JOB_162845","tr_customer_id":162862,"tr_customer_product_id":162852,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:50:31.000Z","modified_at":"2026-01-21T04:50:31.000Z","name":"priyanka daurby","mobile_number":"8898776542","email_id":"pd@gmail.com","dop":"2025-07-01","serial_number":"100995434656144","imei1":"100995434656144","imei2":"100995434656144","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T04:50:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162843,"job_number":"JOB_162843","tr_customer_id":162860,"tr_customer_product_id":162850,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:50:17.000Z","modified_at":"2026-01-21T04:50:17.000Z","name":"yogita daurby","mobile_number":"8898776543","email_id":"yd@gmail.com","dop":"2025-07-01","serial_number":"101167349114917","imei1":"101167349114917","imei2":"101167349114917","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T04:50:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162842,"job_number":"JOB_162842","tr_customer_id":162859,"tr_customer_product_id":162849,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:47:00.000Z","modified_at":"2026-01-21T04:47:00.000Z","name":"Mossie Connelly","mobile_number":"616-407-7815","email_id":"Elisabeth96@gmail.com","dop":"2017-01-31","serial_number":"739678535239887","imei1":"739678535239887","imei2":"739678535239887","popurl":"2017-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T04:47:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162840,"job_number":"JOB_162840","tr_customer_id":162857,"tr_customer_product_id":162847,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:45:08.000Z","modified_at":"2026-01-21T04:45:08.000Z","name":"Nikko Johnston","mobile_number":"804-429-1603","email_id":"Kari.Dickens34@yahoo.com","dop":"2017-01-31","serial_number":"1058254950146316","imei1":"1058254950146316","imei2":"1058254950146316","popurl":"2017-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T04:45:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162838,"job_number":"JOB_162838","tr_customer_id":162855,"tr_customer_product_id":162845,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:41:18.000Z","modified_at":"2026-01-21T04:41:18.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-11","serial_number":"13635578883544","imei1":"13635578883544","imei2":"13635578883544","popurl":"2026-01-11T04:41:18.035988230Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T04:41:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162837,"job_number":"JOB_162837","tr_customer_id":162854,"tr_customer_product_id":162844,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:40:29.000Z","modified_at":"2026-01-21T04:40:29.000Z","name":"Brannon Marks","mobile_number":"235-942-1041","email_id":"Westley.Goodwin40@gmail.com","dop":"2025-04-06","serial_number":"18073471637033556","imei1":"18073471637033556","imei2":"18073471637033556","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T04:40:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162835,"job_number":"JOB_162835","tr_customer_id":162852,"tr_customer_product_id":162842,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:40:28.000Z","modified_at":"2026-01-21T04:40:28.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16942499500974","imei1":"16942499500974","imei2":"16942499500974","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T04:40:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162834,"job_number":"JOB_162834","tr_customer_id":162851,"tr_customer_product_id":162841,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:40:15.000Z","modified_at":"2026-01-21T04:40:15.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-11","serial_number":"60772735252404","imei1":"60772735252404","imei2":"60772735252404","popurl":"2026-01-11T04:40:15.084466934Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T04:40:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162833,"job_number":"JOB_162833","tr_customer_id":162850,"tr_customer_product_id":162840,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:39:46.000Z","modified_at":"2026-01-21T04:39:46.000Z","name":"Foster Schmidt","mobile_number":"775-835-5986","email_id":"Maureen48@hotmail.com","dop":"2025-04-06","serial_number":"11994992878266368","imei1":"11994992878266368","imei2":"11994992878266368","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T04:39:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162831,"job_number":"JOB_162831","tr_customer_id":162848,"tr_customer_product_id":162838,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:39:44.000Z","modified_at":"2026-01-21T04:39:44.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10993856536502","imei1":"10993856536502","imei2":"10993856536502","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T04:39:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162830,"job_number":"JOB_162830","tr_customer_id":162847,"tr_customer_product_id":162837,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:39:02.000Z","modified_at":"2026-01-21T04:39:02.000Z","name":"Alivia Emmerich","mobile_number":"563-603-1734","email_id":"Wilbert_Cormier57@hotmail.com","dop":"2025-04-06","serial_number":"15778016753437388","imei1":"15778016753437388","imei2":"15778016753437388","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T04:39:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162828,"job_number":"JOB_162828","tr_customer_id":162845,"tr_customer_product_id":162835,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:39:00.000Z","modified_at":"2026-01-21T04:39:00.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17316550199141","imei1":"17316550199141","imei2":"17316550199141","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T04:39:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162827,"job_number":"JOB_162827","tr_customer_id":162844,"tr_customer_product_id":162834,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:08:00.000Z","modified_at":"2026-01-21T04:08:00.000Z","name":"Stanton Sauer","mobile_number":"337-579-7312","email_id":"Dorthy.Zieme1@gmail.com","dop":"2025-04-06","serial_number":"16577893783068204","imei1":"16577893783068204","imei2":"16577893783068204","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T04:08:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162825,"job_number":"JOB_162825","tr_customer_id":162842,"tr_customer_product_id":162832,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:07:58.000Z","modified_at":"2026-01-21T04:07:58.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19064947813475","imei1":"19064947813475","imei2":"19064947813475","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T04:07:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162824,"job_number":"JOB_162824","tr_customer_id":162841,"tr_customer_product_id":162831,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:07:16.000Z","modified_at":"2026-01-21T04:07:16.000Z","name":"Charlotte Dooley","mobile_number":"983-851-3035","email_id":"Rhoda.Torp@yahoo.com","dop":"2025-04-06","serial_number":"11012622729466892","imei1":"11012622729466892","imei2":"11012622729466892","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T04:07:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162822,"job_number":"JOB_162822","tr_customer_id":162839,"tr_customer_product_id":162829,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:07:15.000Z","modified_at":"2026-01-21T04:07:15.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18424217280638","imei1":"18424217280638","imei2":"18424217280638","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T04:07:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162821,"job_number":"JOB_162821","tr_customer_id":162838,"tr_customer_product_id":162828,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:06:33.000Z","modified_at":"2026-01-21T04:06:33.000Z","name":"Mckayla Oberbrunner","mobile_number":"620-322-6848","email_id":"Dave_Vandervort@gmail.com","dop":"2025-04-06","serial_number":"11036850279112522","imei1":"11036850279112522","imei2":"11036850279112522","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T04:06:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162819,"job_number":"JOB_162819","tr_customer_id":162836,"tr_customer_product_id":162826,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:06:31.000Z","modified_at":"2026-01-21T04:06:31.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12550241698009","imei1":"12550241698009","imei2":"12550241698009","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T04:06:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162817,"job_number":"JOB_162817","tr_customer_id":162834,"tr_customer_product_id":162824,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:03:24.000Z","modified_at":"2026-01-21T04:03:24.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"92400582442182","imei1":"92400582442182","imei2":"92400582442182","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T04:03:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162816,"job_number":"JOB_162816","tr_customer_id":162833,"tr_customer_product_id":162823,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:03:24.000Z","modified_at":"2026-01-21T04:03:24.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"83076068922229","imei1":"83076068922229","imei2":"83076068922229","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T04:03:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162815,"job_number":"JOB_162815","tr_customer_id":162832,"tr_customer_product_id":162822,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:03:24.000Z","modified_at":"2026-01-21T04:03:24.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"62599705489607","imei1":"62599705489607","imei2":"62599705489607","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T04:03:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162814,"job_number":"JOB_162814","tr_customer_id":162831,"tr_customer_product_id":162821,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:03:24.000Z","modified_at":"2026-01-21T04:03:24.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"23348282558512","imei1":"23348282558512","imei2":"23348282558512","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T04:03:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162813,"job_number":"JOB_162813","tr_customer_id":162830,"tr_customer_product_id":162820,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:03:23.000Z","modified_at":"2026-01-21T04:03:23.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"39105353413892","imei1":"39105353413892","imei2":"39105353413892","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T04:03:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162812,"job_number":"JOB_162812","tr_customer_id":162829,"tr_customer_product_id":162819,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:03:23.000Z","modified_at":"2026-01-21T04:03:23.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"94669280931179","imei1":"94669280931179","imei2":"94669280931179","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T04:03:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162810,"job_number":"JOB_162810","tr_customer_id":162827,"tr_customer_product_id":162817,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:02:53.000Z","modified_at":"2026-01-21T04:02:53.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"24788023947892","imei1":"24788023947892","imei2":"24788023947892","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T04:02:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162809,"job_number":"JOB_162809","tr_customer_id":162826,"tr_customer_product_id":162816,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:02:53.000Z","modified_at":"2026-01-21T04:02:53.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"56707534009094","imei1":"56707534009094","imei2":"56707534009094","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T04:02:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162808,"job_number":"JOB_162808","tr_customer_id":162825,"tr_customer_product_id":162815,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:02:52.000Z","modified_at":"2026-01-21T04:02:52.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"95637399653888","imei1":"95637399653888","imei2":"95637399653888","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T04:02:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162807,"job_number":"JOB_162807","tr_customer_id":162824,"tr_customer_product_id":162814,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:02:52.000Z","modified_at":"2026-01-21T04:02:52.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"74989679870675","imei1":"74989679870675","imei2":"74989679870675","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T04:02:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162806,"job_number":"JOB_162806","tr_customer_id":162823,"tr_customer_product_id":162813,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:02:52.000Z","modified_at":"2026-01-21T04:02:52.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"60446853786935","imei1":"60446853786935","imei2":"60446853786935","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T04:02:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162805,"job_number":"JOB_162805","tr_customer_id":162822,"tr_customer_product_id":162812,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:02:51.000Z","modified_at":"2026-01-21T04:02:51.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"50445765328132","imei1":"50445765328132","imei2":"50445765328132","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T04:02:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162803,"job_number":"JOB_162803","tr_customer_id":162820,"tr_customer_product_id":162810,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:02:22.000Z","modified_at":"2026-01-21T04:02:22.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"45311273736729","imei1":"45311273736729","imei2":"45311273736729","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T04:02:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162802,"job_number":"JOB_162802","tr_customer_id":162819,"tr_customer_product_id":162809,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:02:21.000Z","modified_at":"2026-01-21T04:02:21.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"73986996826282","imei1":"73986996826282","imei2":"73986996826282","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T04:02:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162801,"job_number":"JOB_162801","tr_customer_id":162818,"tr_customer_product_id":162808,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:02:21.000Z","modified_at":"2026-01-21T04:02:21.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"50068933013358","imei1":"50068933013358","imei2":"50068933013358","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T04:02:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162800,"job_number":"JOB_162800","tr_customer_id":162817,"tr_customer_product_id":162807,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:02:21.000Z","modified_at":"2026-01-21T04:02:21.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"71948363623306","imei1":"71948363623306","imei2":"71948363623306","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T04:02:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162799,"job_number":"JOB_162799","tr_customer_id":162816,"tr_customer_product_id":162806,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:02:20.000Z","modified_at":"2026-01-21T04:02:20.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"55414069264048","imei1":"55414069264048","imei2":"55414069264048","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T04:02:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162798,"job_number":"JOB_162798","tr_customer_id":162815,"tr_customer_product_id":162805,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:02:20.000Z","modified_at":"2026-01-21T04:02:20.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"80838712330307","imei1":"80838712330307","imei2":"80838712330307","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T04:02:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162794,"job_number":"JOB_162794","tr_customer_id":162811,"tr_customer_product_id":162801,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:56:47.000Z","modified_at":"2026-01-21T03:56:47.000Z","name":"Jacklyn Stoltenberg","mobile_number":"634-352-8934","email_id":"Clinton.Spinka27@yahoo.com","dop":"2025-04-06","serial_number":"13277021174872950","imei1":"13277021174872950","imei2":"13277021174872950","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:56:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162792,"job_number":"JOB_162792","tr_customer_id":162809,"tr_customer_product_id":162799,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:56:45.000Z","modified_at":"2026-01-21T03:56:45.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16606243786958","imei1":"16606243786958","imei2":"16606243786958","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:56:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162791,"job_number":"JOB_162791","tr_customer_id":162808,"tr_customer_product_id":162798,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:56:19.000Z","modified_at":"2026-01-21T03:56:19.000Z","name":"Jeffry Bogisich","mobile_number":"829-281-8830","email_id":"Reece84@yahoo.com","dop":"2025-04-06","serial_number":"15965484185781696","imei1":"15965484185781696","imei2":"15965484185781696","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:56:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162789,"job_number":"JOB_162789","tr_customer_id":162806,"tr_customer_product_id":162796,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:56:17.000Z","modified_at":"2026-01-21T03:56:17.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19599990776764","imei1":"19599990776764","imei2":"19599990776764","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:56:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162784,"job_number":"JOB_162784","tr_customer_id":162801,"tr_customer_product_id":162791,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:56:10.000Z","modified_at":"2026-01-21T03:56:10.000Z","name":"Kyler Roberts","mobile_number":"340-271-7936","email_id":"Grant_Koepp99@yahoo.com","dop":"2025-04-06","serial_number":"17750172796145496","imei1":"17750172796145496","imei2":"17750172796145496","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:56:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162779,"job_number":"JOB_162779","tr_customer_id":162796,"tr_customer_product_id":162786,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:56:09.000Z","modified_at":"2026-01-21T03:56:09.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12066783186229","imei1":"12066783186229","imei2":"12066783186229","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:56:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162778,"job_number":"JOB_162778","tr_customer_id":162795,"tr_customer_product_id":162785,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:56:08.000Z","modified_at":"2026-01-21T03:56:08.000Z","name":"Lucius Kuhn","mobile_number":"774-412-4439","email_id":"Cali.Turner@yahoo.com","dop":"2025-04-06","serial_number":"14328470819751264","imei1":"14328470819751264","imei2":"14328470819751264","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:56:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162776,"job_number":"JOB_162776","tr_customer_id":162793,"tr_customer_product_id":162783,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:56:06.000Z","modified_at":"2026-01-21T03:56:06.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10479763847921","imei1":"10479763847921","imei2":"10479763847921","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:56:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162775,"job_number":"JOB_162775","tr_customer_id":162792,"tr_customer_product_id":162782,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:56:02.000Z","modified_at":"2026-01-21T03:56:02.000Z","name":"Abigale Carter","mobile_number":"354-937-5316","email_id":"Carmela12@gmail.com","dop":"2025-04-06","serial_number":"13516610622865430","imei1":"13516610622865430","imei2":"13516610622865430","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:56:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162774,"job_number":"JOB_162774","tr_customer_id":162791,"tr_customer_product_id":162781,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:56:02.000Z","modified_at":"2026-01-21T03:56:02.000Z","name":"Krystal Heller","mobile_number":"528-957-7180","email_id":"Milan54@hotmail.com","dop":"2025-04-06","serial_number":"12537508866891718","imei1":"12537508866891718","imei2":"12537508866891718","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:56:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162773,"job_number":"JOB_162773","tr_customer_id":162790,"tr_customer_product_id":162780,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:56:02.000Z","modified_at":"2026-01-21T03:56:02.000Z","name":"Juliana Okuneva","mobile_number":"628-729-8150","email_id":"Amparo_Weimann10@gmail.com","dop":"2025-04-06","serial_number":"17903724294886804","imei1":"17903724294886804","imei2":"17903724294886804","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:56:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162771,"job_number":"JOB_162771","tr_customer_id":162788,"tr_customer_product_id":162778,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:56:01.000Z","modified_at":"2026-01-21T03:56:01.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17374076242404","imei1":"17374076242404","imei2":"17374076242404","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:56:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162770,"job_number":"JOB_162770","tr_customer_id":162787,"tr_customer_product_id":162777,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:56:01.000Z","modified_at":"2026-01-21T03:56:01.000Z","name":"Edwin Goodwin","mobile_number":"760-412-4452","email_id":"Julianne_Wyman64@yahoo.com","dop":"2025-04-06","serial_number":"12699502674176330","imei1":"12699502674176330","imei2":"12699502674176330","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:56:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162767,"job_number":"JOB_162767","tr_customer_id":162784,"tr_customer_product_id":162774,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:56:00.000Z","modified_at":"2026-01-21T03:56:00.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14779615738914","imei1":"14779615738914","imei2":"14779615738914","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:56:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162766,"job_number":"JOB_162766","tr_customer_id":162783,"tr_customer_product_id":162773,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:56:00.000Z","modified_at":"2026-01-21T03:56:00.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14453385923313","imei1":"14453385923313","imei2":"14453385923313","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:56:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162765,"job_number":"JOB_162765","tr_customer_id":162782,"tr_customer_product_id":162772,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:59.000Z","modified_at":"2026-01-21T03:55:59.000Z","name":"Giuseppe Fisher","mobile_number":"530-379-4979","email_id":"Modesto50@hotmail.com","dop":"2025-04-06","serial_number":"16544458269880684","imei1":"16544458269880684","imei2":"16544458269880684","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:55:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162763,"job_number":"JOB_162763","tr_customer_id":162780,"tr_customer_product_id":162770,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:59.000Z","modified_at":"2026-01-21T03:55:59.000Z","name":"kajal t","mobile_number":"7045663551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17283779099052","imei1":"17283779099052","imei2":"17283779099052","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:55:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162761,"job_number":"JOB_162761","tr_customer_id":162778,"tr_customer_product_id":162768,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:58.000Z","modified_at":"2026-01-21T03:55:58.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19326406579411","imei1":"19326406579411","imei2":"19326406579411","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:55:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162757,"job_number":"JOB_162757","tr_customer_id":162774,"tr_customer_product_id":162764,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:53.000Z","modified_at":"2026-01-21T03:55:53.000Z","name":"Vinnie Brakus","mobile_number":"635-370-2185","email_id":"Haven60@yahoo.com","dop":"2025-04-06","serial_number":"17452921656048246","imei1":"17452921656048246","imei2":"17452921656048246","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:55:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162755,"job_number":"JOB_162755","tr_customer_id":162772,"tr_customer_product_id":162762,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:52.000Z","modified_at":"2026-01-21T03:55:52.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18260412890490","imei1":"18260412890490","imei2":"18260412890490","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:55:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162754,"job_number":"JOB_162754","tr_customer_id":162771,"tr_customer_product_id":162761,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:47.000Z","modified_at":"2026-01-21T03:55:47.000Z","name":"Myah Walsh","mobile_number":"960-976-4458","email_id":"Dameon.Kulas35@gmail.com","dop":"2025-04-06","serial_number":"15578533259914248","imei1":"15578533259914248","imei2":"15578533259914248","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:55:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162752,"job_number":"JOB_162752","tr_customer_id":162769,"tr_customer_product_id":162759,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:45.000Z","modified_at":"2026-01-21T03:55:45.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16744290961185","imei1":"16744290961185","imei2":"16744290961185","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:55:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162748,"job_number":"JOB_162748","tr_customer_id":162765,"tr_customer_product_id":162755,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:35.000Z","modified_at":"2026-01-21T03:55:35.000Z","name":"Ashleigh Nitzsche","mobile_number":"675-280-9374","email_id":"Leonel82@hotmail.com","dop":"2025-04-06","serial_number":"10058957527885084","imei1":"10058957527885084","imei2":"10058957527885084","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:55:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162746,"job_number":"JOB_162746","tr_customer_id":162763,"tr_customer_product_id":162753,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:33.000Z","modified_at":"2026-01-21T03:55:33.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13310685423157","imei1":"13310685423157","imei2":"13310685423157","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:55:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162745,"job_number":"JOB_162745","tr_customer_id":162762,"tr_customer_product_id":162752,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:30.000Z","modified_at":"2026-01-21T03:55:30.000Z","name":"Idella Zemlak","mobile_number":"491-752-7466","email_id":"Hassie_Mueller@yahoo.com","dop":"2025-04-06","serial_number":"17542975757967354","imei1":"17542975757967354","imei2":"17542975757967354","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:55:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162743,"job_number":"JOB_162743","tr_customer_id":162760,"tr_customer_product_id":162750,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:29.000Z","modified_at":"2026-01-21T03:55:29.000Z","name":"Radha Jain","mobile_number":"12345678979","email_id":"test@2","dop":"2025-04-06","serial_number":"16605871831746","imei1":"16605871831746","imei2":"16605871831746","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:55:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162739,"job_number":"JOB_162739","tr_customer_id":162756,"tr_customer_product_id":162746,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:25.000Z","modified_at":"2026-01-21T03:55:25.000Z","name":"Alysa Ankunding","mobile_number":"555-633-6084","email_id":"Marvin.Mitchell2@gmail.com","dop":"2025-04-06","serial_number":"11954194196572000","imei1":"11954194196572000","imei2":"11954194196572000","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:55:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162738,"job_number":"JOB_162738","tr_customer_id":162755,"tr_customer_product_id":162745,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:24.000Z","modified_at":"2026-01-21T03:55:24.000Z","name":"Horace Conn","mobile_number":"524-394-5808","email_id":"Olga50@yahoo.com","dop":"2025-04-06","serial_number":"12338394019060760","imei1":"12338394019060760","imei2":"12338394019060760","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:55:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162736,"job_number":"JOB_162736","tr_customer_id":162753,"tr_customer_product_id":162743,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:23.000Z","modified_at":"2026-01-21T03:55:23.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14105833084369","imei1":"14105833084369","imei2":"14105833084369","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:55:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162734,"job_number":"JOB_162734","tr_customer_id":162751,"tr_customer_product_id":162741,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:22.000Z","modified_at":"2026-01-21T03:55:22.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12474517585034","imei1":"12474517585034","imei2":"12474517585034","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:55:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162733,"job_number":"JOB_162733","tr_customer_id":162750,"tr_customer_product_id":162740,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:20.000Z","modified_at":"2026-01-21T03:55:20.000Z","name":"Kariane Waelchi","mobile_number":"731-722-6457","email_id":"Kobe.Schuppe@gmail.com","dop":"2025-04-06","serial_number":"17205118757755736","imei1":"17205118757755736","imei2":"17205118757755736","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:55:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162732,"job_number":"JOB_162732","tr_customer_id":162749,"tr_customer_product_id":162739,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:20.000Z","modified_at":"2026-01-21T03:55:20.000Z","name":"Gail Collins","mobile_number":"364-438-0262","email_id":"Jermain_Roob43@yahoo.com","dop":"2025-04-06","serial_number":"14914142965215024","imei1":"14914142965215024","imei2":"14914142965215024","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:55:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162729,"job_number":"JOB_162729","tr_customer_id":162746,"tr_customer_product_id":162736,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:19.000Z","modified_at":"2026-01-21T03:55:19.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11465123849035","imei1":"11465123849035","imei2":"11465123849035","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:55:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162728,"job_number":"JOB_162728","tr_customer_id":162745,"tr_customer_product_id":162735,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:19.000Z","modified_at":"2026-01-21T03:55:19.000Z","name":"Brooke Olson","mobile_number":"630-497-7590","email_id":"Lou_Wisozk@yahoo.com","dop":"2025-04-06","serial_number":"11184939878167142","imei1":"11184939878167142","imei2":"11184939878167142","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:55:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162727,"job_number":"JOB_162727","tr_customer_id":162744,"tr_customer_product_id":162734,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:18.000Z","modified_at":"2026-01-21T03:55:18.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19285335277024","imei1":"19285335277024","imei2":"19285335277024","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:55:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162726,"job_number":"JOB_162726","tr_customer_id":162743,"tr_customer_product_id":162733,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:18.000Z","modified_at":"2026-01-21T03:55:18.000Z","name":"Theresa Orn","mobile_number":"854-615-0275","email_id":"Annette54@yahoo.com","dop":"2025-04-06","serial_number":"12047082356178284","imei1":"12047082356178284","imei2":"12047082356178284","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:55:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162724,"job_number":"JOB_162724","tr_customer_id":162741,"tr_customer_product_id":162731,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:17.000Z","modified_at":"2026-01-21T03:55:17.000Z","name":"uday p","mobile_number":"9321453112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17954307958064","imei1":"17954307958064","imei2":"17954307958064","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:55:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162722,"job_number":"JOB_162722","tr_customer_id":162739,"tr_customer_product_id":162729,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:17.000Z","modified_at":"2026-01-21T03:55:17.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10431646362720","imei1":"10431646362720","imei2":"10431646362720","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:55:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162721,"job_number":"JOB_162721","tr_customer_id":162738,"tr_customer_product_id":162728,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:16.000Z","modified_at":"2026-01-21T03:55:16.000Z","name":"Lourdes Nitzsche","mobile_number":"381-377-0924","email_id":"Rosa_Beahan0@hotmail.com","dop":"2025-04-06","serial_number":"14459349065420912","imei1":"14459349065420912","imei2":"14459349065420912","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:55:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162719,"job_number":"JOB_162719","tr_customer_id":162736,"tr_customer_product_id":162726,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:14.000Z","modified_at":"2026-01-21T03:55:14.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12215665241206","imei1":"12215665241206","imei2":"12215665241206","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:55:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162718,"job_number":"JOB_162718","tr_customer_id":162735,"tr_customer_product_id":162725,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:13.000Z","modified_at":"2026-01-21T03:55:13.000Z","name":"Eli Sauer","mobile_number":"579-477-4482","email_id":"Evangeline.Pfeffer@yahoo.com","dop":"2025-04-06","serial_number":"17459648709512868","imei1":"17459648709512868","imei2":"17459648709512868","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:55:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162717,"job_number":"JOB_162717","tr_customer_id":162734,"tr_customer_product_id":162724,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:12.000Z","modified_at":"2026-01-21T03:55:12.000Z","name":"Marian Lesch","mobile_number":"820-909-5565","email_id":"Antonette69@yahoo.com","dop":"2025-04-06","serial_number":"15974529322278268","imei1":"15974529322278268","imei2":"15974529322278268","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:55:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162715,"job_number":"JOB_162715","tr_customer_id":162732,"tr_customer_product_id":162722,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:11.000Z","modified_at":"2026-01-21T03:55:11.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18104718223469","imei1":"18104718223469","imei2":"18104718223469","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:55:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162713,"job_number":"JOB_162713","tr_customer_id":162730,"tr_customer_product_id":162720,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:10.000Z","modified_at":"2026-01-21T03:55:10.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18612558739407","imei1":"18612558739407","imei2":"18612558739407","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:55:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162712,"job_number":"JOB_162712","tr_customer_id":162729,"tr_customer_product_id":162719,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:10.000Z","modified_at":"2026-01-21T03:55:10.000Z","name":"Rick Monahan","mobile_number":"270-337-8951","email_id":"Robb_Kuvalis10@gmail.com","dop":"2025-04-06","serial_number":"19404147400035508","imei1":"19404147400035508","imei2":"19404147400035508","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:55:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162710,"job_number":"JOB_162710","tr_customer_id":162727,"tr_customer_product_id":162717,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:08.000Z","modified_at":"2026-01-21T03:55:08.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19693571304256","imei1":"19693571304256","imei2":"19693571304256","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:55:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162709,"job_number":"JOB_162709","tr_customer_id":162726,"tr_customer_product_id":162716,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:00.000Z","modified_at":"2026-01-21T03:55:00.000Z","name":"Mazie Towne","mobile_number":"411-358-1066","email_id":"Thomas77@gmail.com","dop":"2025-04-06","serial_number":"10660904358040404","imei1":"10660904358040404","imei2":"10660904358040404","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:55:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162707,"job_number":"JOB_162707","tr_customer_id":162724,"tr_customer_product_id":162714,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:59.000Z","modified_at":"2026-01-21T03:54:59.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12819376050191","imei1":"12819376050191","imei2":"12819376050191","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162706,"job_number":"JOB_162706","tr_customer_id":162723,"tr_customer_product_id":162713,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:51.000Z","modified_at":"2026-01-21T03:54:51.000Z","name":"Hassan West","mobile_number":"663-898-0888","email_id":"Lavada82@yahoo.com","dop":"2025-04-06","serial_number":"14433541135182342","imei1":"14433541135182342","imei2":"14433541135182342","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162700,"job_number":"JOB_162700","tr_customer_id":162717,"tr_customer_product_id":162707,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:50.000Z","modified_at":"2026-01-21T03:54:50.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11598172322500","imei1":"11598172322500","imei2":"11598172322500","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162699,"job_number":"JOB_162699","tr_customer_id":162716,"tr_customer_product_id":162706,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:47.000Z","modified_at":"2026-01-21T03:54:47.000Z","name":"Betty Durgan","mobile_number":"297-879-6183","email_id":"Kasandra63@gmail.com","dop":"2025-04-06","serial_number":"11961754946158752","imei1":"11961754946158752","imei2":"11961754946158752","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162697,"job_number":"JOB_162697","tr_customer_id":162714,"tr_customer_product_id":162704,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:45.000Z","modified_at":"2026-01-21T03:54:45.000Z","name":"Rita Gupta","mobile_number":"12345678978","email_id":"test@1","dop":"2025-04-06","serial_number":"14617980334931","imei1":"14617980334931","imei2":"14617980334931","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162695,"job_number":"JOB_162695","tr_customer_id":162712,"tr_customer_product_id":162702,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:43.000Z","modified_at":"2026-01-21T03:54:43.000Z","name":"Zane Wunsch","mobile_number":"480-306-9599","email_id":"Carmine_Swift@hotmail.com","dop":"2025-04-06","serial_number":"13005074319123836","imei1":"13005074319123836","imei2":"13005074319123836","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162693,"job_number":"JOB_162693","tr_customer_id":162710,"tr_customer_product_id":162700,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:41.000Z","modified_at":"2026-01-21T03:54:41.000Z","name":"Uday D","mobile_number":"9405167371","email_id":"dmandlik923454@gmail.com","dop":"2025-04-06","serial_number":"10472085389825","imei1":"10472085389825","imei2":"10472085389825","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162691,"job_number":"JOB_162691","tr_customer_id":162708,"tr_customer_product_id":162698,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:40.000Z","modified_at":"2026-01-21T03:54:40.000Z","name":"Jaycee Wiegand","mobile_number":"277-726-4638","email_id":"Rickey.McCullough@hotmail.com","dop":"2025-04-06","serial_number":"17949274473728028","imei1":"17949274473728028","imei2":"17949274473728028","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162690,"job_number":"JOB_162690","tr_customer_id":162707,"tr_customer_product_id":162697,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:40.000Z","modified_at":"2026-01-21T03:54:40.000Z","name":"Imelda Schumm","mobile_number":"295-804-4689","email_id":"Jacquelyn.Breitenberg17@gmail.com","dop":"2025-04-06","serial_number":"11654181013335758","imei1":"11654181013335758","imei2":"11654181013335758","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162685,"job_number":"JOB_162685","tr_customer_id":162702,"tr_customer_product_id":162692,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:39.000Z","modified_at":"2026-01-21T03:54:39.000Z","name":"Imelda Wunsch","mobile_number":"835-671-9329","email_id":"Rosamond83@hotmail.com","dop":"2025-04-06","serial_number":"17183608022188176","imei1":"17183608022188176","imei2":"17183608022188176","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162682,"job_number":"JOB_162682","tr_customer_id":162699,"tr_customer_product_id":162689,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:38.000Z","modified_at":"2026-01-21T03:54:38.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12062986808027","imei1":"12062986808027","imei2":"12062986808027","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162679,"job_number":"JOB_162679","tr_customer_id":162696,"tr_customer_product_id":162686,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:38.000Z","modified_at":"2026-01-21T03:54:38.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17591036684314","imei1":"17591036684314","imei2":"17591036684314","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162677,"job_number":"JOB_162677","tr_customer_id":162694,"tr_customer_product_id":162684,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:37.000Z","modified_at":"2026-01-21T03:54:37.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16159543790134","imei1":"16159543790134","imei2":"16159543790134","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162676,"job_number":"JOB_162676","tr_customer_id":162693,"tr_customer_product_id":162683,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:37.000Z","modified_at":"2026-01-21T03:54:37.000Z","name":"Sidney Gulgowski","mobile_number":"594-699-2192","email_id":"Scottie.Mertz@hotmail.com","dop":"2025-04-06","serial_number":"10585079893058744","imei1":"10585079893058744","imei2":"10585079893058744","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162675,"job_number":"JOB_162675","tr_customer_id":162692,"tr_customer_product_id":162682,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:36.000Z","modified_at":"2026-01-21T03:54:36.000Z","name":"Nathaniel Christiansen","mobile_number":"931-509-6360","email_id":"Kennedy_Roob22@gmail.com","dop":"2025-04-06","serial_number":"18531806963616636","imei1":"18531806963616636","imei2":"18531806963616636","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162671,"job_number":"JOB_162671","tr_customer_id":162688,"tr_customer_product_id":162678,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:35.000Z","modified_at":"2026-01-21T03:54:35.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19473862542889","imei1":"19473862542889","imei2":"19473862542889","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162670,"job_number":"JOB_162670","tr_customer_id":162687,"tr_customer_product_id":162677,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:35.000Z","modified_at":"2026-01-21T03:54:35.000Z","name":"jatin sharma","mobile_number":"7045663552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14331917249370","imei1":"14331917249370","imei2":"14331917249370","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162668,"job_number":"JOB_162668","tr_customer_id":162685,"tr_customer_product_id":162675,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:33.000Z","modified_at":"2026-01-21T03:54:33.000Z","name":"Rahul Greenholt","mobile_number":"935-411-4659","email_id":"Herminio_Kessler64@gmail.com","dop":"2025-05-30","serial_number":"1842208524031168","imei1":"1842208524031168","imei2":"1842208524031168","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162667,"job_number":"JOB_162667","tr_customer_id":162684,"tr_customer_product_id":162674,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:31.000Z","modified_at":"2026-01-21T03:54:31.000Z","name":"Ally Satterfield","mobile_number":"357-510-7177","email_id":"Ford2@yahoo.com","dop":"2025-05-30","serial_number":"15356519984057","imei1":"15356519984057","imei2":"15356519984057","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162665,"job_number":"JOB_162665","tr_customer_id":162682,"tr_customer_product_id":162672,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:30.000Z","modified_at":"2026-01-21T03:54:30.000Z","name":"Arlo Kris","mobile_number":"277-449-1565","email_id":"Romaine.Wuckert93@yahoo.com","dop":"2025-04-06","serial_number":"11693425988122226","imei1":"11693425988122226","imei2":"11693425988122226","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162663,"job_number":"JOB_162663","tr_customer_id":162680,"tr_customer_product_id":162670,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:28.000Z","modified_at":"2026-01-21T03:54:28.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12251968929478","imei1":"12251968929478","imei2":"12251968929478","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162662,"job_number":"JOB_162662","tr_customer_id":162679,"tr_customer_product_id":162669,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:27.000Z","modified_at":"2026-01-21T03:54:27.000Z","name":"Pablo DuBuque","mobile_number":"793-312-8727","email_id":"Maya16@yahoo.com","dop":"2025-04-06","serial_number":"14683523743272888","imei1":"14683523743272888","imei2":"14683523743272888","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162661,"job_number":"JOB_162661","tr_customer_id":162678,"tr_customer_product_id":162668,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:26.000Z","modified_at":"2026-01-21T03:54:26.000Z","name":"Beaulah Simonis","mobile_number":"204-656-2894","email_id":"Domingo8@hotmail.com","dop":"2025-04-06","serial_number":"17432839441483412","imei1":"17432839441483412","imei2":"17432839441483412","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162660,"job_number":"JOB_162660","tr_customer_id":162677,"tr_customer_product_id":162667,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:26.000Z","modified_at":"2026-01-21T03:54:26.000Z","name":"Katrina Roberts","mobile_number":"822-859-7295","email_id":"Asia_Bins@hotmail.com","dop":"2025-04-06","serial_number":"10631193522869558","imei1":"10631193522869558","imei2":"10631193522869558","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162657,"job_number":"JOB_162657","tr_customer_id":162674,"tr_customer_product_id":162664,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:25.000Z","modified_at":"2026-01-21T03:54:25.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14750896796796","imei1":"14750896796796","imei2":"14750896796796","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162654,"job_number":"JOB_162654","tr_customer_id":162671,"tr_customer_product_id":162661,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:25.000Z","modified_at":"2026-01-21T03:54:25.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19435443486077","imei1":"19435443486077","imei2":"19435443486077","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162653,"job_number":"JOB_162653","tr_customer_id":162670,"tr_customer_product_id":162660,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:24.000Z","modified_at":"2026-01-21T03:54:24.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19728822802727","imei1":"19728822802727","imei2":"19728822802727","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162651,"job_number":"JOB_162651","tr_customer_id":162668,"tr_customer_product_id":162658,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:22.000Z","modified_at":"2026-01-21T03:54:22.000Z","name":"Ottilie Schumm","mobile_number":"556-225-3098","email_id":"Eve_Mayert@yahoo.com","dop":"2025-04-06","serial_number":"10043714224930806","imei1":"10043714224930806","imei2":"10043714224930806","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162650,"job_number":"JOB_162650","tr_customer_id":162667,"tr_customer_product_id":162657,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:21.000Z","modified_at":"2026-01-21T03:54:21.000Z","name":"Judah Sanford","mobile_number":"884-293-2118","email_id":"Hettie.Cormier36@hotmail.com","dop":"2025-06-18","serial_number":"1027025340922719","imei1":"1027025340922719","imei2":"1027025340922719","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162647,"job_number":"JOB_162647","tr_customer_id":162664,"tr_customer_product_id":162654,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:20.000Z","modified_at":"2026-01-21T03:54:20.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10752618983109","imei1":"10752618983109","imei2":"10752618983109","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162646,"job_number":"JOB_162646","tr_customer_id":162663,"tr_customer_product_id":162653,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:15.000Z","modified_at":"2026-01-21T03:54:15.000Z","name":"Eda Pagac","mobile_number":"934-720-6863","email_id":"Rafaela.Haag34@yahoo.com","dop":"2025-04-06","serial_number":"15390323679788892","imei1":"15390323679788892","imei2":"15390323679788892","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162644,"job_number":"JOB_162644","tr_customer_id":162661,"tr_customer_product_id":162651,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:13.000Z","modified_at":"2026-01-21T03:54:13.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15397658553317","imei1":"15397658553317","imei2":"15397658553317","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162641,"job_number":"JOB_162641","tr_customer_id":162658,"tr_customer_product_id":162648,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:08.000Z","modified_at":"2026-01-21T03:54:08.000Z","name":"Issac Luettgen","mobile_number":"745-358-5630","email_id":"Bernita_Beahan45@hotmail.com","dop":"2025-04-06","serial_number":"19306903525320280","imei1":"19306903525320280","imei2":"19306903525320280","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162639,"job_number":"JOB_162639","tr_customer_id":162656,"tr_customer_product_id":162646,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:00.000Z","modified_at":"2026-01-21T03:54:00.000Z","name":"Buddy Botsford","mobile_number":"282-524-7506","email_id":"Jesse43@gmail.com","dop":"2025-04-06","serial_number":"17518805026091808","imei1":"17518805026091808","imei2":"17518805026091808","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162637,"job_number":"JOB_162637","tr_customer_id":162654,"tr_customer_product_id":162644,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:53:59.000Z","modified_at":"2026-01-21T03:53:59.000Z","name":"D M","mobile_number":"9405167371","email_id":"dmandlik92345@gmail.com","dop":"2025-04-06","serial_number":"16959601556511","imei1":"16959601556511","imei2":"16959601556511","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:53:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162636,"job_number":"JOB_162636","tr_customer_id":162653,"tr_customer_product_id":162643,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:53:54.000Z","modified_at":"2026-01-21T03:53:54.000Z","name":"Edd Bailey","mobile_number":"754-571-6777","email_id":"Uriel_OReilly@gmail.com","dop":"2025-04-06","serial_number":"12138392590815666","imei1":"12138392590815666","imei2":"12138392590815666","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:53:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162634,"job_number":"JOB_162634","tr_customer_id":162651,"tr_customer_product_id":162641,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:53:52.000Z","modified_at":"2026-01-21T03:53:52.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18349304720762","imei1":"18349304720762","imei2":"18349304720762","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:53:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162633,"job_number":"JOB_162633","tr_customer_id":162650,"tr_customer_product_id":162640,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:53:48.000Z","modified_at":"2026-01-21T03:53:48.000Z","name":"Leland Mitchell","mobile_number":"610-411-4350","email_id":"Shayna.Kuvalis@hotmail.com","dop":"2025-04-06","serial_number":"16534113069734780","imei1":"16534113069734780","imei2":"16534113069734780","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:53:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162631,"job_number":"JOB_162631","tr_customer_id":162648,"tr_customer_product_id":162638,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:53:41.000Z","modified_at":"2026-01-21T03:53:41.000Z","name":"Dennis McClure","mobile_number":"473-518-3893","email_id":"Favian.Baumbach@yahoo.com","dop":"2025-04-06","serial_number":"11672018648706232","imei1":"11672018648706232","imei2":"11672018648706232","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:53:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162629,"job_number":"JOB_162629","tr_customer_id":162646,"tr_customer_product_id":162636,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:53:39.000Z","modified_at":"2026-01-21T03:53:39.000Z","name":"Arlie Treutel","mobile_number":"604-903-8259","email_id":"Kenya.Swaniawski74@gmail.com","dop":"2025-06-18","serial_number":"1080106078253185","imei1":"1080106078253185","imei2":"1080106078253185","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:53:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162628,"job_number":"JOB_162628","tr_customer_id":162645,"tr_customer_product_id":162635,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:53:39.000Z","modified_at":"2026-01-21T03:53:39.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14399582480480","imei1":"14399582480480","imei2":"14399582480480","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:53:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162626,"job_number":"JOB_162626","tr_customer_id":162643,"tr_customer_product_id":162633,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:53:38.000Z","modified_at":"2026-01-21T03:53:38.000Z","name":"Marian West","mobile_number":"660-828-7789","email_id":"Osvaldo.Nolan28@yahoo.com","dop":"2025-04-06","serial_number":"16451017225734406","imei1":"16451017225734406","imei2":"16451017225734406","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:53:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162625,"job_number":"JOB_162625","tr_customer_id":162642,"tr_customer_product_id":162632,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:53:38.000Z","modified_at":"2026-01-21T03:53:38.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10788517097240","imei1":"10788517097240","imei2":"10788517097240","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:53:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162623,"job_number":"JOB_162623","tr_customer_id":162640,"tr_customer_product_id":162630,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:53:29.000Z","modified_at":"2026-01-21T03:53:29.000Z","name":"Alice Shields","mobile_number":"797-885-8513","email_id":"Kenneth.Abbott@hotmail.com","dop":"2025-04-06","serial_number":"12193303622992512","imei1":"12193303622992512","imei2":"12193303622992512","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:53:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162620,"job_number":"JOB_162620","tr_customer_id":162637,"tr_customer_product_id":162627,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:53:22.000Z","modified_at":"2026-01-21T03:53:22.000Z","name":"Donnell Hilll","mobile_number":"425-402-9199","email_id":"Elissa23@gmail.com","dop":"2025-04-06","serial_number":"12546921181361340","imei1":"12546921181361340","imei2":"12546921181361340","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:53:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162618,"job_number":"JOB_162618","tr_customer_id":162635,"tr_customer_product_id":162625,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:53:18.000Z","modified_at":"2026-01-21T03:53:18.000Z","name":"Marshall Koss","mobile_number":"501-318-7028","email_id":"Marvin37@hotmail.com","dop":"2025-04-06","serial_number":"15012338366390536","imei1":"15012338366390536","imei2":"15012338366390536","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:53:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162616,"job_number":"JOB_162616","tr_customer_id":162633,"tr_customer_product_id":162623,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:53:17.000Z","modified_at":"2026-01-21T03:53:17.000Z","name":"Dhananjay Mandlik","mobile_number":"9405167371","email_id":"dmandlik92@gmail.com","dop":"2025-04-06","serial_number":"18290475511432","imei1":"18290475511432","imei2":"18290475511432","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:53:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162614,"job_number":"JOB_162614","tr_customer_id":162631,"tr_customer_product_id":162621,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:48:34.000Z","modified_at":"2026-01-21T03:48:34.000Z","name":"Esther Parker","mobile_number":"834-642-0901","email_id":"Jules.Schinner19@hotmail.com","dop":"2025-04-06","serial_number":"16313148066048748","imei1":"16313148066048748","imei2":"16313148066048748","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:48:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162612,"job_number":"JOB_162612","tr_customer_id":162629,"tr_customer_product_id":162619,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:48:32.000Z","modified_at":"2026-01-21T03:48:32.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17848277089381","imei1":"17848277089381","imei2":"17848277089381","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:48:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162611,"job_number":"JOB_162611","tr_customer_id":162628,"tr_customer_product_id":162618,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:47:54.000Z","modified_at":"2026-01-21T03:47:54.000Z","name":"Bertha Bins","mobile_number":"880-586-2742","email_id":"Althea85@gmail.com","dop":"2025-04-06","serial_number":"19804275476949320","imei1":"19804275476949320","imei2":"19804275476949320","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:47:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162609,"job_number":"JOB_162609","tr_customer_id":162626,"tr_customer_product_id":162616,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:47:52.000Z","modified_at":"2026-01-21T03:47:52.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"15963298373361","imei1":"15963298373361","imei2":"15963298373361","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:47:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162608,"job_number":"JOB_162608","tr_customer_id":162625,"tr_customer_product_id":162615,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:47:14.000Z","modified_at":"2026-01-21T03:47:14.000Z","name":"Madelyn Farrell","mobile_number":"428-445-3992","email_id":"Angus50@hotmail.com","dop":"2025-04-06","serial_number":"16746191132438830","imei1":"16746191132438830","imei2":"16746191132438830","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:47:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162606,"job_number":"JOB_162606","tr_customer_id":162623,"tr_customer_product_id":162613,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:47:12.000Z","modified_at":"2026-01-21T03:47:12.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13058901590552","imei1":"13058901590552","imei2":"13058901590552","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:47:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162601,"job_number":"JOB_162601","tr_customer_id":162618,"tr_customer_product_id":162608,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T02:59:52.000Z","modified_at":"2026-01-21T06:12:37.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14703153286275","imei1":"14703153286275","imei2":"14703153286275","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":3,"assigned_on":"2026-01-21T06:12:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162597,"job_number":"JOB_162597","tr_customer_id":162614,"tr_customer_product_id":162604,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T02:58:20.000Z","modified_at":"2026-01-21T02:58:20.000Z","name":"Elva Koss","mobile_number":"316-617-1422","email_id":"Delphia_Welch19@yahoo.com","dop":"2025-04-06","serial_number":"16740242445612904","imei1":"16740242445612904","imei2":"16740242445612904","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T02:58:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162595,"job_number":"JOB_162595","tr_customer_id":162612,"tr_customer_product_id":162602,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T02:58:18.000Z","modified_at":"2026-01-21T02:58:18.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14346605803933","imei1":"14346605803933","imei2":"14346605803933","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T02:58:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162588,"job_number":"JOB_162588","tr_customer_id":162605,"tr_customer_product_id":162595,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T02:24:34.000Z","modified_at":"2026-01-21T02:24:34.000Z","name":"Divya Rai","mobile_number":"7001829202","email_id":"testemail@gmail.com","dop":"2025-12-04","serial_number":"23451113430770109","imei1":"23451113430770109","imei2":"23451113430770109","popurl":"2025-12-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T02:24:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162586,"job_number":"JOB_162586","tr_customer_id":162603,"tr_customer_product_id":162593,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T01:29:13.000Z","modified_at":"2026-01-21T01:29:13.000Z","name":"Dnyan Ubale","mobile_number":"7878787878","email_id":"xyz@gmail.com","dop":"2026-01-11","serial_number":"11794514993682","imei1":"18904414473682","imei2":"130779079163742","popurl":"2026-01-11T01:29:05.036385171Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T01:29:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162585,"job_number":"JOB_162585","tr_customer_id":162602,"tr_customer_product_id":162592,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T01:16:15.000Z","modified_at":"2026-01-21T01:16:15.000Z","name":"Jewell Hammes","mobile_number":"282-657-9437","email_id":"Zita_Haag@yahoo.com","dop":"2025-04-06","serial_number":"15699477022877","imei1":"15699477022877","imei2":"15699477022877","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T01:16:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162584,"job_number":"JOB_162584","tr_customer_id":162601,"tr_customer_product_id":162591,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T23:43:46.000Z","modified_at":"2026-01-20T23:43:46.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2026-01-10","serial_number":"79946591955889","imei1":"79946591955889","imei2":"79946591955889","popurl":"2026-01-10T23:43:45.940208174Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T23:43:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162583,"job_number":"JOB_162583","tr_customer_id":162600,"tr_customer_product_id":162590,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T23:41:21.000Z","modified_at":"2026-01-20T23:41:21.000Z","name":"Chaturbhuj Mahajan","mobile_number":"7026991834","email_id":"shobhana.dutta@yahoo.co.in","dop":"2026-01-10","serial_number":"224794184197133","imei1":"224794184197133","imei2":"224794184197133","popurl":"www.trilokanath-kakkar.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T23:41:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162582,"job_number":"JOB_162582","tr_customer_id":162599,"tr_customer_product_id":162589,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T23:41:20.000Z","modified_at":"2026-01-20T23:41:20.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2026-01-10","serial_number":"18836592954988","imei1":"18836592954988","imei2":"18836592954988","popurl":"2026-01-10T23:41:19.946927849Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T23:41:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162581,"job_number":"JOB_162581","tr_customer_id":162598,"tr_customer_product_id":162588,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T20:40:30.000Z","modified_at":"2026-01-20T20:40:30.000Z","name":"Princess Miller","mobile_number":"502-632-4620","email_id":"Bettie1@hotmail.com","dop":"2025-04-06","serial_number":"14278450739459654","imei1":"14278450739459654","imei2":"14278450739459654","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T20:40:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162579,"job_number":"JOB_162579","tr_customer_id":162596,"tr_customer_product_id":162586,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T20:40:29.000Z","modified_at":"2026-01-20T20:40:29.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16116783914589","imei1":"16116783914589","imei2":"16116783914589","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T20:40:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162578,"job_number":"JOB_162578","tr_customer_id":162595,"tr_customer_product_id":162585,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T20:39:50.000Z","modified_at":"2026-01-20T20:39:50.000Z","name":"Orville Schuster","mobile_number":"425-446-1916","email_id":"Nakia_DuBuque@gmail.com","dop":"2025-04-06","serial_number":"13476479898069586","imei1":"13476479898069586","imei2":"13476479898069586","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T20:39:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162576,"job_number":"JOB_162576","tr_customer_id":162593,"tr_customer_product_id":162583,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T20:39:48.000Z","modified_at":"2026-01-20T20:39:48.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14242279873716","imei1":"14242279873716","imei2":"14242279873716","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T20:39:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162575,"job_number":"JOB_162575","tr_customer_id":162592,"tr_customer_product_id":162582,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T20:39:10.000Z","modified_at":"2026-01-20T20:39:10.000Z","name":"Nash VonRueden","mobile_number":"616-440-1488","email_id":"Giovani62@hotmail.com","dop":"2025-04-06","serial_number":"14955966540965402","imei1":"14955966540965402","imei2":"14955966540965402","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T20:39:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162573,"job_number":"JOB_162573","tr_customer_id":162590,"tr_customer_product_id":162580,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T20:39:08.000Z","modified_at":"2026-01-20T20:39:08.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12095869755675","imei1":"12095869755675","imei2":"12095869755675","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T20:39:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163012,"job_number":"JOB_163012","tr_customer_id":163029,"tr_customer_product_id":163019,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T07:47:17.000Z","modified_at":"2026-01-21T07:47:17.000Z","name":"Octavia Hahn","mobile_number":"950-265-4948","email_id":"Bart95@yahoo.com","dop":"2025-11-04","serial_number":"39713453300546","imei1":"39713453300546","imei2":"39713453300546","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T07:47:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163009,"job_number":"JOB_163009","tr_customer_id":163026,"tr_customer_product_id":163016,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T07:36:56.000Z","modified_at":"2026-01-21T07:36:56.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Brisa_Weissnat99@yahoo.com","dop":"2025-07-02","serial_number":"16207931644445","imei1":"16207931644445","imei2":"16207931644445","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T07:36:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163008,"job_number":"JOB_163008","tr_customer_id":163025,"tr_customer_product_id":163015,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T07:36:37.000Z","modified_at":"2026-01-21T07:36:37.000Z","name":"Rahul goswami","mobile_number":"8767656543","email_id":"Mckenzie_Schoen@hotmail.com","dop":"2025-07-02","serial_number":"13718010959776","imei1":"13718010959776","imei2":"13718010959776","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T07:36:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163007,"job_number":"JOB_163007","tr_customer_id":163024,"tr_customer_product_id":163014,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T07:36:19.000Z","modified_at":"2026-01-21T07:36:19.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Annabell_Bernier@yahoo.com","dop":"2025-07-02","serial_number":"13461850930646","imei1":"13461850930646","imei2":"13461850930646","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T07:36:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162890,"job_number":"JOB_162890","tr_customer_id":162907,"tr_customer_product_id":162897,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:21:40.000Z","modified_at":"2026-01-21T06:21:40.000Z","name":"Jerrell Lockman","mobile_number":"278-903-8564","email_id":"Sierra.Beatty@gmail.com","dop":"2025-06-09","serial_number":"105344703874637","imei1":"105344703874637","imei2":"105344703874637","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:21:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162888,"job_number":"JOB_162888","tr_customer_id":162905,"tr_customer_product_id":162895,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:21:39.000Z","modified_at":"2026-01-21T06:21:39.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"107127302673431","imei1":"107127302673431","imei2":"107127302673431","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:21:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162887,"job_number":"JOB_162887","tr_customer_id":162904,"tr_customer_product_id":162894,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:21:23.000Z","modified_at":"2026-01-21T06:21:23.000Z","name":"Warren Denesik","mobile_number":"823-826-4267","email_id":"Hudson.Pollich@yahoo.com","dop":"2025-06-09","serial_number":"102168053565125","imei1":"102168053565125","imei2":"102168053565125","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:21:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162885,"job_number":"JOB_162885","tr_customer_id":162902,"tr_customer_product_id":162892,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:21:22.000Z","modified_at":"2026-01-21T06:21:22.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"104688652951223","imei1":"104688652951223","imei2":"104688652951223","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:21:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162884,"job_number":"JOB_162884","tr_customer_id":162901,"tr_customer_product_id":162891,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:21:06.000Z","modified_at":"2026-01-21T06:21:06.000Z","name":"Prince Boyle","mobile_number":"990-943-1747","email_id":"Llewellyn51@hotmail.com","dop":"2025-06-09","serial_number":"109140298705333","imei1":"109140298705333","imei2":"109140298705333","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:21:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162882,"job_number":"JOB_162882","tr_customer_id":162899,"tr_customer_product_id":162889,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:21:05.000Z","modified_at":"2026-01-21T06:21:05.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"109737898423974","imei1":"109737898423974","imei2":"109737898423974","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:21:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162785,"job_number":"JOB_162785","tr_customer_id":162802,"tr_customer_product_id":162792,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:56:11.000Z","modified_at":"2026-01-21T03:56:11.000Z","name":"Donald Willms","mobile_number":"643-452-0773","email_id":"Uriel62@hotmail.com","dop":"2025-06-09","serial_number":"59794321296063000","imei1":"59794321296063000","imei2":"59794321296063000","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:56:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162783,"job_number":"JOB_162783","tr_customer_id":162800,"tr_customer_product_id":162790,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:56:10.000Z","modified_at":"2026-01-21T03:56:10.000Z","name":"Cyril Hand","mobile_number":"506-960-6445","email_id":"Alexandrea_Bogan@yahoo.com","dop":"2025-06-09","serial_number":"101067246533383","imei1":"101067246533383","imei2":"101067246533383","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:56:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162781,"job_number":"JOB_162781","tr_customer_id":162798,"tr_customer_product_id":162788,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:56:09.000Z","modified_at":"2026-01-21T03:56:09.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"106649949824326","imei1":"106649949824326","imei2":"106649949824326","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:56:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162760,"job_number":"JOB_162760","tr_customer_id":162777,"tr_customer_product_id":162767,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:54.000Z","modified_at":"2026-01-21T03:55:54.000Z","name":"Jay Ratke","mobile_number":"326-344-5245","email_id":"Jazlyn_Steuber93@yahoo.com","dop":"2025-06-09","serial_number":"104976294618097","imei1":"104976294618097","imei2":"104976294618097","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:55:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162758,"job_number":"JOB_162758","tr_customer_id":162775,"tr_customer_product_id":162765,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:53.000Z","modified_at":"2026-01-21T03:55:53.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"102346409261757","imei1":"102346409261757","imei2":"102346409261757","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:55:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162751,"job_number":"JOB_162751","tr_customer_id":162768,"tr_customer_product_id":162758,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:38.000Z","modified_at":"2026-01-21T03:55:38.000Z","name":"Freddy Smith","mobile_number":"314-335-0178","email_id":"Leone_Hudson90@yahoo.com","dop":"2025-06-09","serial_number":"103533220943496","imei1":"103533220943496","imei2":"103533220943496","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:55:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162749,"job_number":"JOB_162749","tr_customer_id":162766,"tr_customer_product_id":162756,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:37.000Z","modified_at":"2026-01-21T03:55:37.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"105754362426879","imei1":"105754362426879","imei2":"105754362426879","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:55:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162705,"job_number":"JOB_162705","tr_customer_id":162722,"tr_customer_product_id":162712,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:51.000Z","modified_at":"2026-01-21T03:54:51.000Z","name":"Jazmyne Labadie","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"113474739057636","imei1":"113474739057636","imei2":"113474739057636","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162704,"job_number":"JOB_162704","tr_customer_id":162721,"tr_customer_product_id":162711,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:51.000Z","modified_at":"2026-01-21T03:54:51.000Z","name":"Declan Gislason","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"172467207146546","imei1":"172467207146546","imei2":"172467207146546","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162703,"job_number":"JOB_162703","tr_customer_id":162720,"tr_customer_product_id":162710,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:50.000Z","modified_at":"2026-01-21T03:54:50.000Z","name":"Lelia Erdman","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"167686566068558","imei1":"167686566068558","imei2":"167686566068558","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162701,"job_number":"JOB_162701","tr_customer_id":162718,"tr_customer_product_id":162708,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:50.000Z","modified_at":"2026-01-21T03:54:50.000Z","name":"Amol Tambe","mobile_number":"3445554332","email_id":"amoltambe@gmail.com","dop":"2025-07-31","serial_number":"177357670445069","imei1":"177357670445069","imei2":"177357670445069","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162696,"job_number":"JOB_162696","tr_customer_id":162713,"tr_customer_product_id":162703,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:43.000Z","modified_at":"2026-01-21T03:54:43.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Rafael.Price@yahoo.com","dop":"2025-07-02","serial_number":"18672561915929","imei1":"18672561915929","imei2":"18672561915929","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162689,"job_number":"JOB_162689","tr_customer_id":162706,"tr_customer_product_id":162696,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:39.000Z","modified_at":"2026-01-21T03:54:39.000Z","name":"Isabel Schmidt","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"163462732467881","imei1":"163462732467881","imei2":"163462732467881","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162687,"job_number":"JOB_162687","tr_customer_id":162704,"tr_customer_product_id":162694,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:39.000Z","modified_at":"2026-01-21T03:54:39.000Z","name":"Reba Monahan","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"193376791926451","imei1":"193376791926451","imei2":"193376791926451","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162683,"job_number":"JOB_162683","tr_customer_id":162700,"tr_customer_product_id":162690,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:38.000Z","modified_at":"2026-01-21T03:54:38.000Z","name":"Mekhi Keeling","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"140865985322621","imei1":"140865985322621","imei2":"140865985322621","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162680,"job_number":"JOB_162680","tr_customer_id":162697,"tr_customer_product_id":162687,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:38.000Z","modified_at":"2026-01-21T03:54:38.000Z","name":"vrushali vru1234","mobile_number":"3445554332","email_id":"vrushali@gmail.com","dop":"2025-07-31","serial_number":"126283712056005","imei1":"126283712056005","imei2":"126283712056005","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162659,"job_number":"JOB_162659","tr_customer_id":162676,"tr_customer_product_id":162666,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:26.000Z","modified_at":"2026-01-21T03:54:26.000Z","name":"Rahul goswami","mobile_number":"8767656543","email_id":"Trystan_Pacocha94@hotmail.com","dop":"2025-07-02","serial_number":"10684146989468","imei1":"10684146989468","imei2":"10684146989468","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162642,"job_number":"JOB_162642","tr_customer_id":162659,"tr_customer_product_id":162649,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:09.000Z","modified_at":"2026-01-21T03:54:09.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Friedrich_Jacobs69@gmail.com","dop":"2025-07-02","serial_number":"15121400755880","imei1":"15121400755880","imei2":"15121400755880","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162594,"job_number":"JOB_162594","tr_customer_id":162611,"tr_customer_product_id":162601,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T02:38:37.000Z","modified_at":"2026-01-21T02:38:37.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"12022430175094","imei1":"12022430175094","imei2":"12022430175094","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T02:38:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162592,"job_number":"JOB_162592","tr_customer_id":162609,"tr_customer_product_id":162599,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T02:38:23.000Z","modified_at":"2026-01-21T02:38:23.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"19394883773285","imei1":"19394883773285","imei2":"19394883773285","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T02:38:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162590,"job_number":"JOB_162590","tr_customer_id":162607,"tr_customer_product_id":162597,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T02:38:01.000Z","modified_at":"2026-01-21T02:38:01.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"19661204443887","imei1":"19661204443887","imei2":"19661204443887","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T02:38:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162587,"job_number":"JOB_162587","tr_customer_id":162604,"tr_customer_product_id":162594,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T02:21:47.000Z","modified_at":"2026-01-21T02:21:47.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"17563096152336","imei1":"17563096152336","imei2":"17563096152336","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T02:21:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/engineer/mapped' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNzI3NDJ9.IEtAMRF9vZn3LlTSasN0Llk5gwReGWkTINNzM8zYe8A' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/engineer/mapped
Response Information
Response Code: 200 - OK
Mean time per request: 251ms
Mean size per request: 866B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg5ODE2NDB9.tgO2dsOud9-2ahmsHAB1SqUAR8qsvb4WSo3MtKZu_zg
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 89622429-7f91-4bc6-9f00-b8c4fc2f7b15
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 866
ETag W/"362-uZ8Ftnx2Af1NjAWrk0wJooRkni0"
Vary Accept-Encoding
Date Wed, 21 Jan 2026 07:47:21 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"id":2,"first_name":"Mark","last_name":"zuk","login_id":"iameng","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":true,"mst_role_id":1,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-12-20T07:42:00.000Z","role_name":"Engineer","service_location":"Service Center A"},{"id":17,"first_name":"Jay ","last_name":"Howard","login_id":"jhoward","mobile_number":"3434524356","email_id":"Jay@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":true,"mst_role_id":1,"mst_service_location_id":1,"created_at":"2022-08-19T13:34:19.000Z","modified_at":"2022-08-19T13:34:19.000Z","role_name":"Engineer","service_location":"Service Center A"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/engineer/assign' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNzI3NDJ9.IEtAMRF9vZn3LlTSasN0Llk5gwReGWkTINNzM8zYe8A' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"job_id":99821,"engineer_id":17}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/engineer/assign
Response Information
Response Code: 200 - OK
Mean time per request: 261ms
Mean size per request: 54B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg5ODE2NDB9.tgO2dsOud9-2ahmsHAB1SqUAR8qsvb4WSo3MtKZu_zg
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token ce87bb4c-6ba2-4de9-b99c-4f37fb5d523d
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 49
Request Body
{
            "job_id": 163012,
            "engineer_id": 2
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 54
ETag W/"36-SJqPGnqoYGAacRPYXRhhHPv8y+E"
Vary Accept-Encoding
Date Wed, 21 Jan 2026 07:47:21 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Engineer assigned successfully","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/pending' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDEzNjh9.ejrA7BJz_H-2keUgA284RVE6WB4vB5-7eYUdu6PhPXI' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/job/pending
Response Information
Response Code: 200 - OK
Mean time per request: 319ms
Mean size per request: 271.24KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg5ODE2NDB9.tgO2dsOud9-2ahmsHAB1SqUAR8qsvb4WSo3MtKZu_zg
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 2d86c397-9399-4bbd-98e9-f7c61b3ad0cf
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"43cf8-wG9UqZ7eYhPU6K2wKM4ExYJ4tBE"
Vary Accept-Encoding
Content-Encoding gzip
Date Wed, 21 Jan 2026 07:47:22 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":162960,"job_number":"JOB_162960","tr_customer_id":162977,"tr_customer_product_id":162967,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:38:46.000Z","modified_at":"2026-01-21T06:38:46.000Z","name":"Malika Nitzsche","mobile_number":"866-221-0515","email_id":"Jarod_Kunde@yahoo.com","dop":"2000-01-31","serial_number":"1068615764366569","imei1":"1068615764366569","imei2":"1068615764366569","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:38:46.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":162958,"job_number":"JOB_162958","tr_customer_id":162975,"tr_customer_product_id":162965,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:38:44.000Z","modified_at":"2026-01-21T06:38:44.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10764567921047","imei1":"10764567921047","imei2":"10764567921047","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:38:44.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":162953,"job_number":"JOB_162953","tr_customer_id":162970,"tr_customer_product_id":162960,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:38:01.000Z","modified_at":"2026-01-21T06:38:01.000Z","name":"Chet Dietrich","mobile_number":"803-781-7937","email_id":"Shyanne.Ledner@gmail.com","dop":"2000-01-31","serial_number":"1034922372370101","imei1":"1034922372370101","imei2":"1034922372370101","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:38:01.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":162949,"job_number":"JOB_162949","tr_customer_id":162966,"tr_customer_product_id":162956,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:38:00.000Z","modified_at":"2026-01-21T06:38:00.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10289459723595","imei1":"10289459723595","imei2":"10289459723595","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:38:00.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":162945,"job_number":"JOB_162945","tr_customer_id":162962,"tr_customer_product_id":162952,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:37:17.000Z","modified_at":"2026-01-21T06:37:17.000Z","name":"Elody Crooks","mobile_number":"932-586-1772","email_id":"Kenny_Purdy@yahoo.com","dop":"2000-01-31","serial_number":"1071466473844178","imei1":"1071466473844178","imei2":"1071466473844178","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:37:17.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":162943,"job_number":"JOB_162943","tr_customer_id":162960,"tr_customer_product_id":162950,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:37:15.000Z","modified_at":"2026-01-21T06:37:15.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10308976964436","imei1":"10308976964436","imei2":"10308976964436","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:37:15.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":162939,"job_number":"JOB_162939","tr_customer_id":162956,"tr_customer_product_id":162946,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:36:32.000Z","modified_at":"2026-01-21T06:36:32.000Z","name":"Jules Mills","mobile_number":"969-402-0205","email_id":"Maurine_Cummings@hotmail.com","dop":"2000-01-31","serial_number":"1085093491319299","imei1":"1085093491319299","imei2":"1085093491319299","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:36:32.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":162937,"job_number":"JOB_162937","tr_customer_id":162954,"tr_customer_product_id":162944,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:36:30.000Z","modified_at":"2026-01-21T06:36:30.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10912920959677","imei1":"10912920959677","imei2":"10912920959677","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:36:30.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":162795,"job_number":"JOB_162795","tr_customer_id":162812,"tr_customer_product_id":162802,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:56:59.000Z","modified_at":"2026-01-21T03:56:59.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10889565985024","imei1":"10889565985024","imei2":"10889565985024","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:56:59.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":162788,"job_number":"JOB_162788","tr_customer_id":162805,"tr_customer_product_id":162795,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:56:14.000Z","modified_at":"2026-01-21T03:56:14.000Z","name":"Tyra Walter","mobile_number":"933-641-8231","email_id":"Stevie61@gmail.com","dop":"2000-01-31","serial_number":"1095738584130085","imei1":"1095738584130085","imei2":"1095738584130085","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:56:14.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":162786,"job_number":"JOB_162786","tr_customer_id":162803,"tr_customer_product_id":162793,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:56:12.000Z","modified_at":"2026-01-21T03:56:12.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10159606713709","imei1":"10159606713709","imei2":"10159606713709","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:56:12.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":162742,"job_number":"JOB_162742","tr_customer_id":162759,"tr_customer_product_id":162749,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:27.000Z","modified_at":"2026-01-21T03:55:27.000Z","name":"Larue Trantow","mobile_number":"312-984-8106","email_id":"Jane_Gusikowski@gmail.com","dop":"2000-01-31","serial_number":"1065332436451677","imei1":"1065332436451677","imei2":"1065332436451677","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:55:27.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":162740,"job_number":"JOB_162740","tr_customer_id":162757,"tr_customer_product_id":162747,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:25.000Z","modified_at":"2026-01-21T03:55:25.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10090710724077","imei1":"10090710724077","imei2":"10090710724077","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:55:25.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":162692,"job_number":"JOB_162692","tr_customer_id":162709,"tr_customer_product_id":162699,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:40.000Z","modified_at":"2026-01-21T03:54:40.000Z","name":"Sandra Rodriguez","mobile_number":"640-338-8735","email_id":"Domenic.Barrows@yahoo.com","dop":"2000-01-31","serial_number":"1097630213506101","imei1":"1097630213506101","imei2":"1097630213506101","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:40.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":162684,"job_number":"JOB_162684","tr_customer_id":162701,"tr_customer_product_id":162691,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:38.000Z","modified_at":"2026-01-21T03:54:38.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10591616575842","imei1":"10591616575842","imei2":"10591616575842","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:38.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":163011,"job_number":"JOB_163011","tr_customer_id":163028,"tr_customer_product_id":163018,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T07:46:58.000Z","modified_at":"2026-01-21T07:46:58.000Z","name":"Emelia Reilly","mobile_number":"878-462-1830","email_id":"Ryleigh_Pacocha81@hotmail.com","dop":"2025-04-06","serial_number":"13405225925384970","imei1":"13405225925384970","imei2":"13405225925384970","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T07:46:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163006,"job_number":"JOB_163006","tr_customer_id":163023,"tr_customer_product_id":163013,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T07:31:11.000Z","modified_at":"2026-01-21T07:31:11.000Z","name":"Brock Corwin","mobile_number":"704-319-8274","email_id":"Wade_Metz@gmail.com","dop":"2025-02-01","serial_number":"17574691804591","imei1":"17574691804591","imei2":"17574691804591","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T07:31:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163003,"job_number":"JOB_163003","tr_customer_id":163020,"tr_customer_product_id":163010,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T07:07:06.000Z","modified_at":"2026-01-21T07:07:07.000Z","name":"Audra Gerlach","mobile_number":"721-468-8663","email_id":"Chance_Dare@hotmail.com","dop":"2025-04-06","serial_number":"12108449345271150","imei1":"12108449345271150","imei2":"12108449345271150","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T07:07:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163001,"job_number":"JOB_163001","tr_customer_id":163018,"tr_customer_product_id":163008,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T07:06:20.000Z","modified_at":"2026-01-21T07:06:20.000Z","name":"Ahmad Schroeder","mobile_number":"696-649-0378","email_id":"Lukas.Ullrich@gmail.com","dop":"2025-04-06","serial_number":"18275037441241292","imei1":"18275037441241292","imei2":"18275037441241292","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T07:06:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162999,"job_number":"JOB_162999","tr_customer_id":163016,"tr_customer_product_id":163006,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T07:05:33.000Z","modified_at":"2026-01-21T07:05:33.000Z","name":"Zora Zieme","mobile_number":"201-537-8314","email_id":"Cathy_Metz@yahoo.com","dop":"2025-04-06","serial_number":"15839260041705420","imei1":"15839260041705420","imei2":"15839260041705420","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T07:05:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162997,"job_number":"JOB_162997","tr_customer_id":163014,"tr_customer_product_id":163004,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:51:28.000Z","modified_at":"2026-01-21T06:51:28.000Z","name":"Erling Runolfsson","mobile_number":"550-413-2718","email_id":"Maryjane.Gaylord@hotmail.com","dop":"2025-04-06","serial_number":"10651424904204296","imei1":"10651424904204296","imei2":"10651424904204296","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:51:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162995,"job_number":"JOB_162995","tr_customer_id":163012,"tr_customer_product_id":163002,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:51:27.000Z","modified_at":"2026-01-21T06:51:27.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19031953731203","imei1":"19031953731203","imei2":"19031953731203","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:51:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162994,"job_number":"JOB_162994","tr_customer_id":163011,"tr_customer_product_id":163001,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:50:44.000Z","modified_at":"2026-01-21T06:50:44.000Z","name":"Teresa Ruecker","mobile_number":"593-612-7187","email_id":"Shirley_Franecki16@hotmail.com","dop":"2025-04-06","serial_number":"11583192275518710","imei1":"11583192275518710","imei2":"11583192275518710","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:50:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162992,"job_number":"JOB_162992","tr_customer_id":163009,"tr_customer_product_id":162999,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:50:42.000Z","modified_at":"2026-01-21T06:50:42.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13466066800980","imei1":"13466066800980","imei2":"13466066800980","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:50:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162991,"job_number":"JOB_162991","tr_customer_id":163008,"tr_customer_product_id":162998,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:50:05.000Z","modified_at":"2026-01-21T06:50:05.000Z","name":"Zoie Ledner","mobile_number":"937-452-3205","email_id":"Era80@gmail.com","dop":"2025-04-06","serial_number":"18533118216254004","imei1":"18533118216254004","imei2":"18533118216254004","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:50:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162989,"job_number":"JOB_162989","tr_customer_id":163006,"tr_customer_product_id":162996,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:49:59.000Z","modified_at":"2026-01-21T06:49:59.000Z","name":"Carolanne Oberbrunner","mobile_number":"995-750-9639","email_id":"Blanca.Fisher@yahoo.com","dop":"2025-04-06","serial_number":"19149653196501548","imei1":"19149653196501548","imei2":"19149653196501548","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:49:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162987,"job_number":"JOB_162987","tr_customer_id":163004,"tr_customer_product_id":162994,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:49:57.000Z","modified_at":"2026-01-21T06:49:57.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10689216915682","imei1":"10689216915682","imei2":"10689216915682","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:49:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162985,"job_number":"JOB_162985","tr_customer_id":163002,"tr_customer_product_id":162992,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:46:09.000Z","modified_at":"2026-01-21T06:46:09.000Z","name":"Dayana Hirthe","mobile_number":"979-360-0862","email_id":"Monte.Herzog72@hotmail.com","dop":"2025-04-06","serial_number":"11779876850918244","imei1":"11779876850918244","imei2":"11779876850918244","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:46:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162983,"job_number":"JOB_162983","tr_customer_id":163000,"tr_customer_product_id":162990,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:46:07.000Z","modified_at":"2026-01-21T06:46:07.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16876819889364","imei1":"16876819889364","imei2":"16876819889364","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:46:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162982,"job_number":"JOB_162982","tr_customer_id":162999,"tr_customer_product_id":162989,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:45:47.000Z","modified_at":"2026-01-21T06:45:47.000Z","name":"Micah Bahringer","mobile_number":"469-748-7891","email_id":"Francesca.Moen@gmail.com","dop":"2025-04-06","serial_number":"13220055565904698","imei1":"13220055565904698","imei2":"13220055565904698","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:45:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162980,"job_number":"JOB_162980","tr_customer_id":162997,"tr_customer_product_id":162987,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:45:42.000Z","modified_at":"2026-01-21T06:45:42.000Z","name":"Alexandro Vandervort","mobile_number":"330-730-8147","email_id":"Reese_Bins@yahoo.com","dop":"2025-04-06","serial_number":"16989820793386468","imei1":"16989820793386468","imei2":"16989820793386468","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:45:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162978,"job_number":"JOB_162978","tr_customer_id":162995,"tr_customer_product_id":162985,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:45:24.000Z","modified_at":"2026-01-21T06:45:24.000Z","name":"Demetris Koepp","mobile_number":"345-409-6430","email_id":"Louisa_Gutmann88@hotmail.com","dop":"2025-04-06","serial_number":"12683925262283816","imei1":"12683925262283816","imei2":"12683925262283816","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:45:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162976,"job_number":"JOB_162976","tr_customer_id":162993,"tr_customer_product_id":162983,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:45:22.000Z","modified_at":"2026-01-21T06:45:22.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10659736117977","imei1":"10659736117977","imei2":"10659736117977","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:45:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162975,"job_number":"JOB_162975","tr_customer_id":162992,"tr_customer_product_id":162982,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:44:39.000Z","modified_at":"2026-01-21T06:44:39.000Z","name":"Kattie Heidenreich","mobile_number":"464-968-6598","email_id":"Annabel1@gmail.com","dop":"2025-04-06","serial_number":"13558155131499656","imei1":"13558155131499656","imei2":"13558155131499656","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:44:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162974,"job_number":"JOB_162974","tr_customer_id":162991,"tr_customer_product_id":162981,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:44:39.000Z","modified_at":"2026-01-21T06:44:39.000Z","name":"Erick Bernhard","mobile_number":"268-365-9672","email_id":"Jaylen.Lind55@gmail.com","dop":"2025-04-06","serial_number":"18292600819471056","imei1":"18292600819471056","imei2":"18292600819471056","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:44:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162972,"job_number":"JOB_162972","tr_customer_id":162989,"tr_customer_product_id":162979,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:44:38.000Z","modified_at":"2026-01-21T06:44:38.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15289972766732","imei1":"15289972766732","imei2":"15289972766732","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:44:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162970,"job_number":"JOB_162970","tr_customer_id":162987,"tr_customer_product_id":162977,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:44:37.000Z","modified_at":"2026-01-21T06:44:37.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15657772357777","imei1":"15657772357777","imei2":"15657772357777","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:44:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162969,"job_number":"JOB_162969","tr_customer_id":162986,"tr_customer_product_id":162976,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:43:55.000Z","modified_at":"2026-01-21T06:43:55.000Z","name":"Rory Brekke","mobile_number":"318-608-9132","email_id":"Dangelo.Beahan@yahoo.com","dop":"2025-04-06","serial_number":"18756102189059096","imei1":"18756102189059096","imei2":"18756102189059096","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:43:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162967,"job_number":"JOB_162967","tr_customer_id":162984,"tr_customer_product_id":162974,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:43:53.000Z","modified_at":"2026-01-21T06:43:53.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14949429811281","imei1":"14949429811281","imei2":"14949429811281","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:43:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162966,"job_number":"JOB_162966","tr_customer_id":162983,"tr_customer_product_id":162973,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:43:10.000Z","modified_at":"2026-01-21T06:43:10.000Z","name":"Norene Hintz","mobile_number":"382-277-1132","email_id":"Trystan_Lemke18@gmail.com","dop":"2025-04-06","serial_number":"15673482482469460","imei1":"15673482482469460","imei2":"15673482482469460","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:43:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162964,"job_number":"JOB_162964","tr_customer_id":162981,"tr_customer_product_id":162971,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:43:08.000Z","modified_at":"2026-01-21T06:43:08.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13723298881951","imei1":"13723298881951","imei2":"13723298881951","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:43:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162963,"job_number":"JOB_162963","tr_customer_id":162980,"tr_customer_product_id":162970,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:39:31.000Z","modified_at":"2026-01-21T06:39:31.000Z","name":"Lavinia Haley","mobile_number":"826-742-1054","email_id":"Dayne18@yahoo.com","dop":"2025-04-06","serial_number":"12580884778192742","imei1":"12580884778192742","imei2":"12580884778192742","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:39:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162961,"job_number":"JOB_162961","tr_customer_id":162978,"tr_customer_product_id":162968,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:39:29.000Z","modified_at":"2026-01-21T06:39:29.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13633203627956","imei1":"13633203627956","imei2":"13633203627956","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:39:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162957,"job_number":"JOB_162957","tr_customer_id":162974,"tr_customer_product_id":162964,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:38:42.000Z","modified_at":"2026-01-21T06:38:42.000Z","name":"Maynard Reilly","mobile_number":"808-341-2514","email_id":"Gunner_Kuhlman@gmail.com","dop":"2025-04-06","serial_number":"13180943820679828","imei1":"13180943820679828","imei2":"13180943820679828","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:38:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162955,"job_number":"JOB_162955","tr_customer_id":162972,"tr_customer_product_id":162962,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:38:40.000Z","modified_at":"2026-01-21T06:38:40.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19928005857481","imei1":"19928005857481","imei2":"19928005857481","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:38:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162954,"job_number":"JOB_162954","tr_customer_id":162971,"tr_customer_product_id":162961,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:38:03.000Z","modified_at":"2026-01-21T06:38:03.000Z","name":"Hal Hammes","mobile_number":"590-877-0668","email_id":"Kenya.OConnell41@hotmail.com","dop":"2025-04-06","serial_number":"19540469328140736","imei1":"19540469328140736","imei2":"19540469328140736","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:38:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162951,"job_number":"JOB_162951","tr_customer_id":162968,"tr_customer_product_id":162958,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:38:01.000Z","modified_at":"2026-01-21T06:38:01.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14935627631418","imei1":"14935627631418","imei2":"14935627631418","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:38:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162948,"job_number":"JOB_162948","tr_customer_id":162965,"tr_customer_product_id":162955,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:37:52.000Z","modified_at":"2026-01-21T06:37:52.000Z","name":"Ricardo Cassin","mobile_number":"293-433-7431","email_id":"Raven.Flatley18@gmail.com","dop":"2025-04-06","serial_number":"17998245056033220","imei1":"17998245056033220","imei2":"17998245056033220","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:37:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162946,"job_number":"JOB_162946","tr_customer_id":162963,"tr_customer_product_id":162953,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:37:51.000Z","modified_at":"2026-01-21T06:37:51.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14207110431383","imei1":"14207110431383","imei2":"14207110431383","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:37:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162942,"job_number":"JOB_162942","tr_customer_id":162959,"tr_customer_product_id":162949,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:37:14.000Z","modified_at":"2026-01-21T06:37:14.000Z","name":"Malachi Witting","mobile_number":"577-388-6595","email_id":"Talia_Padberg48@gmail.com","dop":"2025-04-06","serial_number":"19405530755503990","imei1":"19405530755503990","imei2":"19405530755503990","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:37:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162940,"job_number":"JOB_162940","tr_customer_id":162957,"tr_customer_product_id":162947,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:37:12.000Z","modified_at":"2026-01-21T06:37:12.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13322178288064","imei1":"13322178288064","imei2":"13322178288064","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:37:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162936,"job_number":"JOB_162936","tr_customer_id":162953,"tr_customer_product_id":162943,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:36:25.000Z","modified_at":"2026-01-21T06:36:25.000Z","name":"Fanny Hoeger","mobile_number":"282-398-6588","email_id":"Nikko_Kertzmann@hotmail.com","dop":"2025-04-06","serial_number":"18884649322202076","imei1":"18884649322202076","imei2":"18884649322202076","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:36:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162934,"job_number":"JOB_162934","tr_customer_id":162951,"tr_customer_product_id":162941,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:36:23.000Z","modified_at":"2026-01-21T06:36:23.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16925021534393","imei1":"16925021534393","imei2":"16925021534393","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:36:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162933,"job_number":"JOB_162933","tr_customer_id":162950,"tr_customer_product_id":162940,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:36:01.000Z","modified_at":"2026-01-21T06:36:01.000Z","name":"Willa Nolan","mobile_number":"369-843-6476","email_id":"Waldo54@yahoo.com","dop":"2025-04-06","serial_number":"11274221474489864","imei1":"11274221474489864","imei2":"11274221474489864","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:36:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162931,"job_number":"JOB_162931","tr_customer_id":162948,"tr_customer_product_id":162938,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:32:49.000Z","modified_at":"2026-01-21T06:32:49.000Z","name":"Willa McClure","mobile_number":"303-531-6812","email_id":"Wilfred.Lockman@yahoo.com","dop":"2025-04-06","serial_number":"15679794119179152","imei1":"15679794119179152","imei2":"15679794119179152","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:32:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162929,"job_number":"JOB_162929","tr_customer_id":162946,"tr_customer_product_id":162936,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:32:48.000Z","modified_at":"2026-01-21T06:32:48.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13214831955730","imei1":"13214831955730","imei2":"13214831955730","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:32:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162928,"job_number":"JOB_162928","tr_customer_id":162945,"tr_customer_product_id":162935,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:32:05.000Z","modified_at":"2026-01-21T06:32:05.000Z","name":"Edison Leffler","mobile_number":"924-836-1099","email_id":"Harold2@gmail.com","dop":"2025-04-06","serial_number":"15570380534434244","imei1":"15570380534434244","imei2":"15570380534434244","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:32:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162926,"job_number":"JOB_162926","tr_customer_id":162943,"tr_customer_product_id":162933,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:32:03.000Z","modified_at":"2026-01-21T06:32:03.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14401946625375","imei1":"14401946625375","imei2":"14401946625375","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:32:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162923,"job_number":"JOB_162923","tr_customer_id":162940,"tr_customer_product_id":162930,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:31:20.000Z","modified_at":"2026-01-21T06:31:20.000Z","name":"Brant Friesen","mobile_number":"311-507-9641","email_id":"Jonathon_Monahan@gmail.com","dop":"2025-04-06","serial_number":"14967765540814140","imei1":"14967765540814140","imei2":"14967765540814140","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:31:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162921,"job_number":"JOB_162921","tr_customer_id":162938,"tr_customer_product_id":162928,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:31:18.000Z","modified_at":"2026-01-21T06:31:18.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18474584541183","imei1":"18474584541183","imei2":"18474584541183","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:31:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162919,"job_number":"JOB_162919","tr_customer_id":162936,"tr_customer_product_id":162926,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:29:48.000Z","modified_at":"2026-01-21T06:29:48.000Z","name":"Benedict Stamm","mobile_number":"674-834-0829","email_id":"Abe_Erdman@gmail.com","dop":"2025-04-06","serial_number":"16330093553060152","imei1":"16330093553060152","imei2":"16330093553060152","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:29:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162917,"job_number":"JOB_162917","tr_customer_id":162934,"tr_customer_product_id":162924,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:29:47.000Z","modified_at":"2026-01-21T06:29:47.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17786532546150","imei1":"17786532546150","imei2":"17786532546150","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:29:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162916,"job_number":"JOB_162916","tr_customer_id":162933,"tr_customer_product_id":162923,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:29:05.000Z","modified_at":"2026-01-21T06:29:05.000Z","name":"Mason Renner","mobile_number":"726-233-7389","email_id":"Ward.Wisoky22@gmail.com","dop":"2025-04-06","serial_number":"14458032780167956","imei1":"14458032780167956","imei2":"14458032780167956","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:29:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162914,"job_number":"JOB_162914","tr_customer_id":162931,"tr_customer_product_id":162921,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:29:03.000Z","modified_at":"2026-01-21T06:29:03.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12508469859581","imei1":"12508469859581","imei2":"12508469859581","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:29:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162913,"job_number":"JOB_162913","tr_customer_id":162930,"tr_customer_product_id":162920,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:28:21.000Z","modified_at":"2026-01-21T06:28:21.000Z","name":"Giovanni Koelpin","mobile_number":"897-897-0541","email_id":"Verner.Ritchie@yahoo.com","dop":"2025-04-06","serial_number":"13142155136854658","imei1":"13142155136854658","imei2":"13142155136854658","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:28:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162911,"job_number":"JOB_162911","tr_customer_id":162928,"tr_customer_product_id":162918,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:28:20.000Z","modified_at":"2026-01-21T06:28:20.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13841462764030","imei1":"13841462764030","imei2":"13841462764030","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:28:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162910,"job_number":"JOB_162910","tr_customer_id":162927,"tr_customer_product_id":162917,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:27:09.000Z","modified_at":"2026-01-21T06:27:09.000Z","name":"Felix Hackett","mobile_number":"521-514-3135","email_id":"Samanta_Powlowski@yahoo.com","dop":"2025-04-06","serial_number":"17898099325596856","imei1":"17898099325596856","imei2":"17898099325596856","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:27:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162908,"job_number":"JOB_162908","tr_customer_id":162925,"tr_customer_product_id":162915,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:27:07.000Z","modified_at":"2026-01-21T06:27:07.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17857123491074","imei1":"17857123491074","imei2":"17857123491074","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:27:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162907,"job_number":"JOB_162907","tr_customer_id":162924,"tr_customer_product_id":162914,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:26:25.000Z","modified_at":"2026-01-21T06:26:25.000Z","name":"Colten Treutel","mobile_number":"719-847-9537","email_id":"Julius_Emard18@gmail.com","dop":"2025-04-06","serial_number":"13206539527250764","imei1":"13206539527250764","imei2":"13206539527250764","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:26:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162905,"job_number":"JOB_162905","tr_customer_id":162922,"tr_customer_product_id":162912,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:26:23.000Z","modified_at":"2026-01-21T06:26:23.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"15185228078622","imei1":"15185228078622","imei2":"15185228078622","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:26:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162904,"job_number":"JOB_162904","tr_customer_id":162921,"tr_customer_product_id":162911,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:25:40.000Z","modified_at":"2026-01-21T06:25:40.000Z","name":"Jamel Toy","mobile_number":"221-319-2936","email_id":"Alverta60@yahoo.com","dop":"2025-04-06","serial_number":"19817104833675344","imei1":"19817104833675344","imei2":"19817104833675344","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:25:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162902,"job_number":"JOB_162902","tr_customer_id":162919,"tr_customer_product_id":162909,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:25:38.000Z","modified_at":"2026-01-21T06:25:38.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16960123851476","imei1":"16960123851476","imei2":"16960123851476","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:25:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162901,"job_number":"JOB_162901","tr_customer_id":162918,"tr_customer_product_id":162908,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:24:40.000Z","modified_at":"2026-01-21T06:24:40.000Z","name":"Enola Kautzer","mobile_number":"777-877-3925","email_id":"Hayley71@gmail.com","dop":"2025-06-18","serial_number":"1088271486565016","imei1":"1088271486565016","imei2":"1088271486565016","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:24:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162899,"job_number":"JOB_162899","tr_customer_id":162916,"tr_customer_product_id":162906,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:24:40.000Z","modified_at":"2026-01-21T06:24:40.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10303360622515","imei1":"10303360622515","imei2":"10303360622515","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:24:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162898,"job_number":"JOB_162898","tr_customer_id":162915,"tr_customer_product_id":162905,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:24:11.000Z","modified_at":"2026-01-21T06:24:11.000Z","name":"Amanda Romaguera","mobile_number":"632-701-5295","email_id":"Greta.Deckow@gmail.com","dop":"2025-04-06","serial_number":"18369311992665940","imei1":"18369311992665940","imei2":"18369311992665940","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:24:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162896,"job_number":"JOB_162896","tr_customer_id":162913,"tr_customer_product_id":162903,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:23:53.000Z","modified_at":"2026-01-21T06:23:53.000Z","name":"Justus Hand","mobile_number":"458-957-6139","email_id":"Rex.Rau57@yahoo.com","dop":"2025-06-18","serial_number":"1067077697497449","imei1":"1067077697497449","imei2":"1067077697497449","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:23:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162894,"job_number":"JOB_162894","tr_customer_id":162911,"tr_customer_product_id":162901,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:23:52.000Z","modified_at":"2026-01-21T06:23:52.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10287444893593","imei1":"10287444893593","imei2":"10287444893593","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:23:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162877,"job_number":"JOB_162877","tr_customer_id":162894,"tr_customer_product_id":162884,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T05:58:05.000Z","modified_at":"2026-01-21T05:58:05.000Z","name":"Jarrell Wintheiser","mobile_number":"479-920-3459","email_id":"Jules58@hotmail.com","dop":"2025-04-06","serial_number":"10788070414555038","imei1":"10788070414555038","imei2":"10788070414555038","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T05:58:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162875,"job_number":"JOB_162875","tr_customer_id":162892,"tr_customer_product_id":162882,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T05:58:03.000Z","modified_at":"2026-01-21T05:58:03.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10026383914254","imei1":"10026383914254","imei2":"10026383914254","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T05:58:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162874,"job_number":"JOB_162874","tr_customer_id":162891,"tr_customer_product_id":162881,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T05:57:15.000Z","modified_at":"2026-01-21T05:57:15.000Z","name":"Velda Becker","mobile_number":"335-982-6404","email_id":"Edgardo.Jacobs89@yahoo.com","dop":"2025-04-06","serial_number":"11707781849366398","imei1":"11707781849366398","imei2":"11707781849366398","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T05:57:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162872,"job_number":"JOB_162872","tr_customer_id":162889,"tr_customer_product_id":162879,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T05:57:13.000Z","modified_at":"2026-01-21T05:57:13.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17347962741528","imei1":"17347962741528","imei2":"17347962741528","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T05:57:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162871,"job_number":"JOB_162871","tr_customer_id":162888,"tr_customer_product_id":162878,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T05:56:25.000Z","modified_at":"2026-01-21T05:56:25.000Z","name":"Amya Hudson","mobile_number":"517-201-7980","email_id":"Rahsaan_Deckow@hotmail.com","dop":"2025-04-06","serial_number":"16106210569865402","imei1":"16106210569865402","imei2":"16106210569865402","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T05:56:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162869,"job_number":"JOB_162869","tr_customer_id":162886,"tr_customer_product_id":162876,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T05:56:23.000Z","modified_at":"2026-01-21T05:56:23.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15749124098280","imei1":"15749124098280","imei2":"15749124098280","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T05:56:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162868,"job_number":"JOB_162868","tr_customer_id":162885,"tr_customer_product_id":162875,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T05:44:59.000Z","modified_at":"2026-01-21T05:44:59.000Z","name":"Chetan AG","mobile_number":"7090191744","email_id":"agchetan18@gmail.com","dop":"2026-01-11","serial_number":"78920576984787","imei1":"78920576984787","imei2":"78920576984787","popurl":"2026-01-11T05:44:53.815977800Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T05:44:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162867,"job_number":"JOB_162867","tr_customer_id":162884,"tr_customer_product_id":162874,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T05:21:13.000Z","modified_at":"2026-01-21T05:21:13.000Z","name":"Augusta Paucek","mobile_number":"689-962-3812","email_id":"Natalia.Rath@yahoo.com","dop":"2025-04-06","serial_number":"15476359630960446","imei1":"15476359630960446","imei2":"15476359630960446","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T05:21:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162865,"job_number":"JOB_162865","tr_customer_id":162882,"tr_customer_product_id":162872,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T05:21:11.000Z","modified_at":"2026-01-21T05:21:11.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13868298772248","imei1":"13868298772248","imei2":"13868298772248","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T05:21:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162864,"job_number":"JOB_162864","tr_customer_id":162881,"tr_customer_product_id":162871,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T05:20:26.000Z","modified_at":"2026-01-21T05:20:26.000Z","name":"Triston Osinski","mobile_number":"595-848-9196","email_id":"Eliseo_Hickle71@gmail.com","dop":"2025-04-06","serial_number":"11755708241821630","imei1":"11755708241821630","imei2":"11755708241821630","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T05:20:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162862,"job_number":"JOB_162862","tr_customer_id":162879,"tr_customer_product_id":162869,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T05:20:24.000Z","modified_at":"2026-01-21T05:20:24.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10059306646076","imei1":"10059306646076","imei2":"10059306646076","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T05:20:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162861,"job_number":"JOB_162861","tr_customer_id":162878,"tr_customer_product_id":162868,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T05:19:39.000Z","modified_at":"2026-01-21T05:19:39.000Z","name":"Garland Hand","mobile_number":"347-658-0732","email_id":"Carlos_Wiza77@yahoo.com","dop":"2025-04-06","serial_number":"13849560380824524","imei1":"13849560380824524","imei2":"13849560380824524","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T05:19:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162859,"job_number":"JOB_162859","tr_customer_id":162876,"tr_customer_product_id":162866,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T05:19:37.000Z","modified_at":"2026-01-21T05:19:37.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14761460006971","imei1":"14761460006971","imei2":"14761460006971","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T05:19:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162858,"job_number":"JOB_162858","tr_customer_id":162875,"tr_customer_product_id":162865,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T05:03:20.000Z","modified_at":"2026-01-21T05:03:20.000Z","name":"Jatin Sharma","mobile_number":"776767777","email_id":"jatin@gmail.com","dop":"2026-01-21","serial_number":"92676777712346","imei1":"92676777712346","imei2":"92676777712346","popurl":"2026-01-21T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T05:03:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162857,"job_number":"JOB_162857","tr_customer_id":162874,"tr_customer_product_id":162864,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T05:00:28.000Z","modified_at":"2026-01-21T05:00:28.000Z","name":"Willa Pfeffer","mobile_number":"295-237-9990","email_id":"Estrella_Pollich@gmail.com","dop":"2025-04-06","serial_number":"14493925578243076","imei1":"14493925578243076","imei2":"14493925578243076","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T05:00:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162855,"job_number":"JOB_162855","tr_customer_id":162872,"tr_customer_product_id":162862,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T05:00:12.000Z","modified_at":"2026-01-21T05:00:12.000Z","name":"Wendell Ernser","mobile_number":"256-853-1894","email_id":"Ken.Schamberger97@hotmail.com","dop":"2025-04-06","serial_number":"12745240162655110","imei1":"12745240162655110","imei2":"12745240162655110","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T05:00:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162853,"job_number":"JOB_162853","tr_customer_id":162870,"tr_customer_product_id":162860,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:57:12.000Z","modified_at":"2026-01-21T04:57:12.000Z","name":"Chetan Geddappanavar","mobile_number":"673-872-6513","email_id":"Meggie_Gislason85@hotmail.com","dop":"2025-08-24","serial_number":"12244764292989","imei1":"12244764292989","imei2":"12244764292989","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T04:57:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162852,"job_number":"JOB_162852","tr_customer_id":162869,"tr_customer_product_id":162859,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:57:09.000Z","modified_at":"2026-01-21T04:57:09.000Z","name":"Brooke Crooks","mobile_number":"595-830-0724","email_id":"Presley_Franecki@yahoo.com","dop":"2025-04-06","serial_number":"19050963534227388","imei1":"19050963534227388","imei2":"19050963534227388","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T04:57:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162850,"job_number":"JOB_162850","tr_customer_id":162867,"tr_customer_product_id":162857,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:56:23.000Z","modified_at":"2026-01-21T04:56:23.000Z","name":"Ahmad Kihn","mobile_number":"519-380-4195","email_id":"Rachael.Boyle@hotmail.com","dop":"2025-04-06","serial_number":"17642121278585800","imei1":"17642121278585800","imei2":"17642121278585800","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T04:56:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162848,"job_number":"JOB_162848","tr_customer_id":162865,"tr_customer_product_id":162855,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:55:36.000Z","modified_at":"2026-01-21T04:55:36.000Z","name":"Montana Reynolds","mobile_number":"587-763-9433","email_id":"Alexanne.Koch80@gmail.com","dop":"2025-04-06","serial_number":"19847587915432416","imei1":"19847587915432416","imei2":"19847587915432416","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T04:55:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162845,"job_number":"JOB_162845","tr_customer_id":162862,"tr_customer_product_id":162852,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:50:31.000Z","modified_at":"2026-01-21T04:50:31.000Z","name":"priyanka daurby","mobile_number":"8898776542","email_id":"pd@gmail.com","dop":"2025-07-01","serial_number":"100995434656144","imei1":"100995434656144","imei2":"100995434656144","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T04:50:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162843,"job_number":"JOB_162843","tr_customer_id":162860,"tr_customer_product_id":162850,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:50:17.000Z","modified_at":"2026-01-21T04:50:17.000Z","name":"yogita daurby","mobile_number":"8898776543","email_id":"yd@gmail.com","dop":"2025-07-01","serial_number":"101167349114917","imei1":"101167349114917","imei2":"101167349114917","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T04:50:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162842,"job_number":"JOB_162842","tr_customer_id":162859,"tr_customer_product_id":162849,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:47:00.000Z","modified_at":"2026-01-21T04:47:00.000Z","name":"Mossie Connelly","mobile_number":"616-407-7815","email_id":"Elisabeth96@gmail.com","dop":"2017-01-31","serial_number":"739678535239887","imei1":"739678535239887","imei2":"739678535239887","popurl":"2017-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T04:47:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162840,"job_number":"JOB_162840","tr_customer_id":162857,"tr_customer_product_id":162847,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:45:08.000Z","modified_at":"2026-01-21T04:45:08.000Z","name":"Nikko Johnston","mobile_number":"804-429-1603","email_id":"Kari.Dickens34@yahoo.com","dop":"2017-01-31","serial_number":"1058254950146316","imei1":"1058254950146316","imei2":"1058254950146316","popurl":"2017-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T04:45:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162838,"job_number":"JOB_162838","tr_customer_id":162855,"tr_customer_product_id":162845,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:41:18.000Z","modified_at":"2026-01-21T04:41:18.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-11","serial_number":"13635578883544","imei1":"13635578883544","imei2":"13635578883544","popurl":"2026-01-11T04:41:18.035988230Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T04:41:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162837,"job_number":"JOB_162837","tr_customer_id":162854,"tr_customer_product_id":162844,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:40:29.000Z","modified_at":"2026-01-21T04:40:29.000Z","name":"Brannon Marks","mobile_number":"235-942-1041","email_id":"Westley.Goodwin40@gmail.com","dop":"2025-04-06","serial_number":"18073471637033556","imei1":"18073471637033556","imei2":"18073471637033556","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T04:40:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162835,"job_number":"JOB_162835","tr_customer_id":162852,"tr_customer_product_id":162842,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:40:28.000Z","modified_at":"2026-01-21T04:40:28.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16942499500974","imei1":"16942499500974","imei2":"16942499500974","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T04:40:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162834,"job_number":"JOB_162834","tr_customer_id":162851,"tr_customer_product_id":162841,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:40:15.000Z","modified_at":"2026-01-21T04:40:15.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-11","serial_number":"60772735252404","imei1":"60772735252404","imei2":"60772735252404","popurl":"2026-01-11T04:40:15.084466934Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T04:40:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162833,"job_number":"JOB_162833","tr_customer_id":162850,"tr_customer_product_id":162840,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:39:46.000Z","modified_at":"2026-01-21T04:39:46.000Z","name":"Foster Schmidt","mobile_number":"775-835-5986","email_id":"Maureen48@hotmail.com","dop":"2025-04-06","serial_number":"11994992878266368","imei1":"11994992878266368","imei2":"11994992878266368","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T04:39:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162831,"job_number":"JOB_162831","tr_customer_id":162848,"tr_customer_product_id":162838,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:39:44.000Z","modified_at":"2026-01-21T04:39:44.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10993856536502","imei1":"10993856536502","imei2":"10993856536502","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T04:39:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162830,"job_number":"JOB_162830","tr_customer_id":162847,"tr_customer_product_id":162837,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:39:02.000Z","modified_at":"2026-01-21T04:39:02.000Z","name":"Alivia Emmerich","mobile_number":"563-603-1734","email_id":"Wilbert_Cormier57@hotmail.com","dop":"2025-04-06","serial_number":"15778016753437388","imei1":"15778016753437388","imei2":"15778016753437388","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T04:39:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162828,"job_number":"JOB_162828","tr_customer_id":162845,"tr_customer_product_id":162835,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:39:00.000Z","modified_at":"2026-01-21T04:39:00.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17316550199141","imei1":"17316550199141","imei2":"17316550199141","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T04:39:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162827,"job_number":"JOB_162827","tr_customer_id":162844,"tr_customer_product_id":162834,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:08:00.000Z","modified_at":"2026-01-21T04:08:00.000Z","name":"Stanton Sauer","mobile_number":"337-579-7312","email_id":"Dorthy.Zieme1@gmail.com","dop":"2025-04-06","serial_number":"16577893783068204","imei1":"16577893783068204","imei2":"16577893783068204","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T04:08:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162825,"job_number":"JOB_162825","tr_customer_id":162842,"tr_customer_product_id":162832,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:07:58.000Z","modified_at":"2026-01-21T04:07:58.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19064947813475","imei1":"19064947813475","imei2":"19064947813475","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T04:07:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162824,"job_number":"JOB_162824","tr_customer_id":162841,"tr_customer_product_id":162831,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:07:16.000Z","modified_at":"2026-01-21T04:07:16.000Z","name":"Charlotte Dooley","mobile_number":"983-851-3035","email_id":"Rhoda.Torp@yahoo.com","dop":"2025-04-06","serial_number":"11012622729466892","imei1":"11012622729466892","imei2":"11012622729466892","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T04:07:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162822,"job_number":"JOB_162822","tr_customer_id":162839,"tr_customer_product_id":162829,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:07:15.000Z","modified_at":"2026-01-21T04:07:15.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18424217280638","imei1":"18424217280638","imei2":"18424217280638","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T04:07:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162821,"job_number":"JOB_162821","tr_customer_id":162838,"tr_customer_product_id":162828,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:06:33.000Z","modified_at":"2026-01-21T04:06:33.000Z","name":"Mckayla Oberbrunner","mobile_number":"620-322-6848","email_id":"Dave_Vandervort@gmail.com","dop":"2025-04-06","serial_number":"11036850279112522","imei1":"11036850279112522","imei2":"11036850279112522","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T04:06:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162819,"job_number":"JOB_162819","tr_customer_id":162836,"tr_customer_product_id":162826,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:06:31.000Z","modified_at":"2026-01-21T04:06:31.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12550241698009","imei1":"12550241698009","imei2":"12550241698009","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T04:06:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162817,"job_number":"JOB_162817","tr_customer_id":162834,"tr_customer_product_id":162824,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:03:24.000Z","modified_at":"2026-01-21T04:03:24.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"92400582442182","imei1":"92400582442182","imei2":"92400582442182","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T04:03:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162816,"job_number":"JOB_162816","tr_customer_id":162833,"tr_customer_product_id":162823,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:03:24.000Z","modified_at":"2026-01-21T04:03:24.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"83076068922229","imei1":"83076068922229","imei2":"83076068922229","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T04:03:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162815,"job_number":"JOB_162815","tr_customer_id":162832,"tr_customer_product_id":162822,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:03:24.000Z","modified_at":"2026-01-21T04:03:24.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"62599705489607","imei1":"62599705489607","imei2":"62599705489607","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T04:03:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162814,"job_number":"JOB_162814","tr_customer_id":162831,"tr_customer_product_id":162821,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:03:24.000Z","modified_at":"2026-01-21T04:03:24.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"23348282558512","imei1":"23348282558512","imei2":"23348282558512","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T04:03:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162813,"job_number":"JOB_162813","tr_customer_id":162830,"tr_customer_product_id":162820,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:03:23.000Z","modified_at":"2026-01-21T04:03:23.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"39105353413892","imei1":"39105353413892","imei2":"39105353413892","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T04:03:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162812,"job_number":"JOB_162812","tr_customer_id":162829,"tr_customer_product_id":162819,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:03:23.000Z","modified_at":"2026-01-21T04:03:23.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"94669280931179","imei1":"94669280931179","imei2":"94669280931179","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T04:03:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162810,"job_number":"JOB_162810","tr_customer_id":162827,"tr_customer_product_id":162817,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:02:53.000Z","modified_at":"2026-01-21T04:02:53.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"24788023947892","imei1":"24788023947892","imei2":"24788023947892","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T04:02:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162809,"job_number":"JOB_162809","tr_customer_id":162826,"tr_customer_product_id":162816,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:02:53.000Z","modified_at":"2026-01-21T04:02:53.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"56707534009094","imei1":"56707534009094","imei2":"56707534009094","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T04:02:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162808,"job_number":"JOB_162808","tr_customer_id":162825,"tr_customer_product_id":162815,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:02:52.000Z","modified_at":"2026-01-21T04:02:52.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"95637399653888","imei1":"95637399653888","imei2":"95637399653888","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T04:02:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162807,"job_number":"JOB_162807","tr_customer_id":162824,"tr_customer_product_id":162814,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:02:52.000Z","modified_at":"2026-01-21T04:02:52.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"74989679870675","imei1":"74989679870675","imei2":"74989679870675","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T04:02:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162806,"job_number":"JOB_162806","tr_customer_id":162823,"tr_customer_product_id":162813,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:02:52.000Z","modified_at":"2026-01-21T04:02:52.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"60446853786935","imei1":"60446853786935","imei2":"60446853786935","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T04:02:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162805,"job_number":"JOB_162805","tr_customer_id":162822,"tr_customer_product_id":162812,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:02:51.000Z","modified_at":"2026-01-21T04:02:51.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"50445765328132","imei1":"50445765328132","imei2":"50445765328132","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T04:02:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162803,"job_number":"JOB_162803","tr_customer_id":162820,"tr_customer_product_id":162810,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:02:22.000Z","modified_at":"2026-01-21T04:02:22.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"45311273736729","imei1":"45311273736729","imei2":"45311273736729","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T04:02:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162802,"job_number":"JOB_162802","tr_customer_id":162819,"tr_customer_product_id":162809,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:02:21.000Z","modified_at":"2026-01-21T04:02:21.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"73986996826282","imei1":"73986996826282","imei2":"73986996826282","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T04:02:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162801,"job_number":"JOB_162801","tr_customer_id":162818,"tr_customer_product_id":162808,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:02:21.000Z","modified_at":"2026-01-21T04:02:21.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"50068933013358","imei1":"50068933013358","imei2":"50068933013358","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T04:02:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162800,"job_number":"JOB_162800","tr_customer_id":162817,"tr_customer_product_id":162807,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:02:21.000Z","modified_at":"2026-01-21T04:02:21.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"71948363623306","imei1":"71948363623306","imei2":"71948363623306","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T04:02:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162799,"job_number":"JOB_162799","tr_customer_id":162816,"tr_customer_product_id":162806,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:02:20.000Z","modified_at":"2026-01-21T04:02:20.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"55414069264048","imei1":"55414069264048","imei2":"55414069264048","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T04:02:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162798,"job_number":"JOB_162798","tr_customer_id":162815,"tr_customer_product_id":162805,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:02:20.000Z","modified_at":"2026-01-21T04:02:20.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"80838712330307","imei1":"80838712330307","imei2":"80838712330307","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T04:02:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162794,"job_number":"JOB_162794","tr_customer_id":162811,"tr_customer_product_id":162801,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:56:47.000Z","modified_at":"2026-01-21T03:56:47.000Z","name":"Jacklyn Stoltenberg","mobile_number":"634-352-8934","email_id":"Clinton.Spinka27@yahoo.com","dop":"2025-04-06","serial_number":"13277021174872950","imei1":"13277021174872950","imei2":"13277021174872950","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:56:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162792,"job_number":"JOB_162792","tr_customer_id":162809,"tr_customer_product_id":162799,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:56:45.000Z","modified_at":"2026-01-21T03:56:45.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16606243786958","imei1":"16606243786958","imei2":"16606243786958","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:56:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162791,"job_number":"JOB_162791","tr_customer_id":162808,"tr_customer_product_id":162798,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:56:19.000Z","modified_at":"2026-01-21T03:56:19.000Z","name":"Jeffry Bogisich","mobile_number":"829-281-8830","email_id":"Reece84@yahoo.com","dop":"2025-04-06","serial_number":"15965484185781696","imei1":"15965484185781696","imei2":"15965484185781696","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:56:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162789,"job_number":"JOB_162789","tr_customer_id":162806,"tr_customer_product_id":162796,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:56:17.000Z","modified_at":"2026-01-21T03:56:17.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19599990776764","imei1":"19599990776764","imei2":"19599990776764","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:56:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162784,"job_number":"JOB_162784","tr_customer_id":162801,"tr_customer_product_id":162791,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:56:10.000Z","modified_at":"2026-01-21T03:56:10.000Z","name":"Kyler Roberts","mobile_number":"340-271-7936","email_id":"Grant_Koepp99@yahoo.com","dop":"2025-04-06","serial_number":"17750172796145496","imei1":"17750172796145496","imei2":"17750172796145496","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:56:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162779,"job_number":"JOB_162779","tr_customer_id":162796,"tr_customer_product_id":162786,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:56:09.000Z","modified_at":"2026-01-21T03:56:09.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12066783186229","imei1":"12066783186229","imei2":"12066783186229","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:56:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162778,"job_number":"JOB_162778","tr_customer_id":162795,"tr_customer_product_id":162785,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:56:08.000Z","modified_at":"2026-01-21T03:56:08.000Z","name":"Lucius Kuhn","mobile_number":"774-412-4439","email_id":"Cali.Turner@yahoo.com","dop":"2025-04-06","serial_number":"14328470819751264","imei1":"14328470819751264","imei2":"14328470819751264","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:56:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162776,"job_number":"JOB_162776","tr_customer_id":162793,"tr_customer_product_id":162783,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:56:06.000Z","modified_at":"2026-01-21T03:56:06.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10479763847921","imei1":"10479763847921","imei2":"10479763847921","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:56:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162775,"job_number":"JOB_162775","tr_customer_id":162792,"tr_customer_product_id":162782,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:56:02.000Z","modified_at":"2026-01-21T03:56:02.000Z","name":"Abigale Carter","mobile_number":"354-937-5316","email_id":"Carmela12@gmail.com","dop":"2025-04-06","serial_number":"13516610622865430","imei1":"13516610622865430","imei2":"13516610622865430","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:56:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162774,"job_number":"JOB_162774","tr_customer_id":162791,"tr_customer_product_id":162781,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:56:02.000Z","modified_at":"2026-01-21T03:56:02.000Z","name":"Krystal Heller","mobile_number":"528-957-7180","email_id":"Milan54@hotmail.com","dop":"2025-04-06","serial_number":"12537508866891718","imei1":"12537508866891718","imei2":"12537508866891718","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:56:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162773,"job_number":"JOB_162773","tr_customer_id":162790,"tr_customer_product_id":162780,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:56:02.000Z","modified_at":"2026-01-21T03:56:02.000Z","name":"Juliana Okuneva","mobile_number":"628-729-8150","email_id":"Amparo_Weimann10@gmail.com","dop":"2025-04-06","serial_number":"17903724294886804","imei1":"17903724294886804","imei2":"17903724294886804","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:56:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162771,"job_number":"JOB_162771","tr_customer_id":162788,"tr_customer_product_id":162778,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:56:01.000Z","modified_at":"2026-01-21T03:56:01.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17374076242404","imei1":"17374076242404","imei2":"17374076242404","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:56:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162770,"job_number":"JOB_162770","tr_customer_id":162787,"tr_customer_product_id":162777,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:56:01.000Z","modified_at":"2026-01-21T03:56:01.000Z","name":"Edwin Goodwin","mobile_number":"760-412-4452","email_id":"Julianne_Wyman64@yahoo.com","dop":"2025-04-06","serial_number":"12699502674176330","imei1":"12699502674176330","imei2":"12699502674176330","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:56:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162767,"job_number":"JOB_162767","tr_customer_id":162784,"tr_customer_product_id":162774,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:56:00.000Z","modified_at":"2026-01-21T03:56:00.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14779615738914","imei1":"14779615738914","imei2":"14779615738914","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:56:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162766,"job_number":"JOB_162766","tr_customer_id":162783,"tr_customer_product_id":162773,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:56:00.000Z","modified_at":"2026-01-21T03:56:00.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14453385923313","imei1":"14453385923313","imei2":"14453385923313","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:56:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162765,"job_number":"JOB_162765","tr_customer_id":162782,"tr_customer_product_id":162772,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:59.000Z","modified_at":"2026-01-21T03:55:59.000Z","name":"Giuseppe Fisher","mobile_number":"530-379-4979","email_id":"Modesto50@hotmail.com","dop":"2025-04-06","serial_number":"16544458269880684","imei1":"16544458269880684","imei2":"16544458269880684","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:55:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162763,"job_number":"JOB_162763","tr_customer_id":162780,"tr_customer_product_id":162770,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:59.000Z","modified_at":"2026-01-21T03:55:59.000Z","name":"kajal t","mobile_number":"7045663551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17283779099052","imei1":"17283779099052","imei2":"17283779099052","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:55:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162761,"job_number":"JOB_162761","tr_customer_id":162778,"tr_customer_product_id":162768,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:58.000Z","modified_at":"2026-01-21T03:55:58.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19326406579411","imei1":"19326406579411","imei2":"19326406579411","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:55:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162757,"job_number":"JOB_162757","tr_customer_id":162774,"tr_customer_product_id":162764,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:53.000Z","modified_at":"2026-01-21T03:55:53.000Z","name":"Vinnie Brakus","mobile_number":"635-370-2185","email_id":"Haven60@yahoo.com","dop":"2025-04-06","serial_number":"17452921656048246","imei1":"17452921656048246","imei2":"17452921656048246","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:55:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162755,"job_number":"JOB_162755","tr_customer_id":162772,"tr_customer_product_id":162762,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:52.000Z","modified_at":"2026-01-21T03:55:52.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18260412890490","imei1":"18260412890490","imei2":"18260412890490","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:55:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162754,"job_number":"JOB_162754","tr_customer_id":162771,"tr_customer_product_id":162761,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:47.000Z","modified_at":"2026-01-21T03:55:47.000Z","name":"Myah Walsh","mobile_number":"960-976-4458","email_id":"Dameon.Kulas35@gmail.com","dop":"2025-04-06","serial_number":"15578533259914248","imei1":"15578533259914248","imei2":"15578533259914248","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:55:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162752,"job_number":"JOB_162752","tr_customer_id":162769,"tr_customer_product_id":162759,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:45.000Z","modified_at":"2026-01-21T03:55:45.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16744290961185","imei1":"16744290961185","imei2":"16744290961185","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:55:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162748,"job_number":"JOB_162748","tr_customer_id":162765,"tr_customer_product_id":162755,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:35.000Z","modified_at":"2026-01-21T03:55:35.000Z","name":"Ashleigh Nitzsche","mobile_number":"675-280-9374","email_id":"Leonel82@hotmail.com","dop":"2025-04-06","serial_number":"10058957527885084","imei1":"10058957527885084","imei2":"10058957527885084","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:55:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162746,"job_number":"JOB_162746","tr_customer_id":162763,"tr_customer_product_id":162753,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:33.000Z","modified_at":"2026-01-21T03:55:33.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13310685423157","imei1":"13310685423157","imei2":"13310685423157","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:55:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162745,"job_number":"JOB_162745","tr_customer_id":162762,"tr_customer_product_id":162752,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:30.000Z","modified_at":"2026-01-21T03:55:30.000Z","name":"Idella Zemlak","mobile_number":"491-752-7466","email_id":"Hassie_Mueller@yahoo.com","dop":"2025-04-06","serial_number":"17542975757967354","imei1":"17542975757967354","imei2":"17542975757967354","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:55:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162743,"job_number":"JOB_162743","tr_customer_id":162760,"tr_customer_product_id":162750,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:29.000Z","modified_at":"2026-01-21T03:55:29.000Z","name":"Radha Jain","mobile_number":"12345678979","email_id":"test@2","dop":"2025-04-06","serial_number":"16605871831746","imei1":"16605871831746","imei2":"16605871831746","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:55:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162739,"job_number":"JOB_162739","tr_customer_id":162756,"tr_customer_product_id":162746,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:25.000Z","modified_at":"2026-01-21T03:55:25.000Z","name":"Alysa Ankunding","mobile_number":"555-633-6084","email_id":"Marvin.Mitchell2@gmail.com","dop":"2025-04-06","serial_number":"11954194196572000","imei1":"11954194196572000","imei2":"11954194196572000","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:55:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162738,"job_number":"JOB_162738","tr_customer_id":162755,"tr_customer_product_id":162745,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:24.000Z","modified_at":"2026-01-21T03:55:24.000Z","name":"Horace Conn","mobile_number":"524-394-5808","email_id":"Olga50@yahoo.com","dop":"2025-04-06","serial_number":"12338394019060760","imei1":"12338394019060760","imei2":"12338394019060760","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:55:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162736,"job_number":"JOB_162736","tr_customer_id":162753,"tr_customer_product_id":162743,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:23.000Z","modified_at":"2026-01-21T03:55:23.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14105833084369","imei1":"14105833084369","imei2":"14105833084369","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:55:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162734,"job_number":"JOB_162734","tr_customer_id":162751,"tr_customer_product_id":162741,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:22.000Z","modified_at":"2026-01-21T03:55:22.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12474517585034","imei1":"12474517585034","imei2":"12474517585034","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:55:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162733,"job_number":"JOB_162733","tr_customer_id":162750,"tr_customer_product_id":162740,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:20.000Z","modified_at":"2026-01-21T03:55:20.000Z","name":"Kariane Waelchi","mobile_number":"731-722-6457","email_id":"Kobe.Schuppe@gmail.com","dop":"2025-04-06","serial_number":"17205118757755736","imei1":"17205118757755736","imei2":"17205118757755736","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:55:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162732,"job_number":"JOB_162732","tr_customer_id":162749,"tr_customer_product_id":162739,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:20.000Z","modified_at":"2026-01-21T03:55:20.000Z","name":"Gail Collins","mobile_number":"364-438-0262","email_id":"Jermain_Roob43@yahoo.com","dop":"2025-04-06","serial_number":"14914142965215024","imei1":"14914142965215024","imei2":"14914142965215024","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:55:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162729,"job_number":"JOB_162729","tr_customer_id":162746,"tr_customer_product_id":162736,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:19.000Z","modified_at":"2026-01-21T03:55:19.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11465123849035","imei1":"11465123849035","imei2":"11465123849035","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:55:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162728,"job_number":"JOB_162728","tr_customer_id":162745,"tr_customer_product_id":162735,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:19.000Z","modified_at":"2026-01-21T03:55:19.000Z","name":"Brooke Olson","mobile_number":"630-497-7590","email_id":"Lou_Wisozk@yahoo.com","dop":"2025-04-06","serial_number":"11184939878167142","imei1":"11184939878167142","imei2":"11184939878167142","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:55:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162727,"job_number":"JOB_162727","tr_customer_id":162744,"tr_customer_product_id":162734,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:18.000Z","modified_at":"2026-01-21T03:55:18.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19285335277024","imei1":"19285335277024","imei2":"19285335277024","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:55:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162726,"job_number":"JOB_162726","tr_customer_id":162743,"tr_customer_product_id":162733,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:18.000Z","modified_at":"2026-01-21T03:55:18.000Z","name":"Theresa Orn","mobile_number":"854-615-0275","email_id":"Annette54@yahoo.com","dop":"2025-04-06","serial_number":"12047082356178284","imei1":"12047082356178284","imei2":"12047082356178284","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:55:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162724,"job_number":"JOB_162724","tr_customer_id":162741,"tr_customer_product_id":162731,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:17.000Z","modified_at":"2026-01-21T03:55:17.000Z","name":"uday p","mobile_number":"9321453112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17954307958064","imei1":"17954307958064","imei2":"17954307958064","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:55:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162722,"job_number":"JOB_162722","tr_customer_id":162739,"tr_customer_product_id":162729,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:17.000Z","modified_at":"2026-01-21T03:55:17.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10431646362720","imei1":"10431646362720","imei2":"10431646362720","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:55:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162721,"job_number":"JOB_162721","tr_customer_id":162738,"tr_customer_product_id":162728,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:16.000Z","modified_at":"2026-01-21T03:55:16.000Z","name":"Lourdes Nitzsche","mobile_number":"381-377-0924","email_id":"Rosa_Beahan0@hotmail.com","dop":"2025-04-06","serial_number":"14459349065420912","imei1":"14459349065420912","imei2":"14459349065420912","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:55:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162719,"job_number":"JOB_162719","tr_customer_id":162736,"tr_customer_product_id":162726,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:14.000Z","modified_at":"2026-01-21T03:55:14.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12215665241206","imei1":"12215665241206","imei2":"12215665241206","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:55:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162718,"job_number":"JOB_162718","tr_customer_id":162735,"tr_customer_product_id":162725,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:13.000Z","modified_at":"2026-01-21T03:55:13.000Z","name":"Eli Sauer","mobile_number":"579-477-4482","email_id":"Evangeline.Pfeffer@yahoo.com","dop":"2025-04-06","serial_number":"17459648709512868","imei1":"17459648709512868","imei2":"17459648709512868","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:55:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162717,"job_number":"JOB_162717","tr_customer_id":162734,"tr_customer_product_id":162724,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:12.000Z","modified_at":"2026-01-21T03:55:12.000Z","name":"Marian Lesch","mobile_number":"820-909-5565","email_id":"Antonette69@yahoo.com","dop":"2025-04-06","serial_number":"15974529322278268","imei1":"15974529322278268","imei2":"15974529322278268","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:55:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162715,"job_number":"JOB_162715","tr_customer_id":162732,"tr_customer_product_id":162722,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:11.000Z","modified_at":"2026-01-21T03:55:11.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18104718223469","imei1":"18104718223469","imei2":"18104718223469","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:55:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162713,"job_number":"JOB_162713","tr_customer_id":162730,"tr_customer_product_id":162720,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:10.000Z","modified_at":"2026-01-21T03:55:10.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18612558739407","imei1":"18612558739407","imei2":"18612558739407","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:55:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162712,"job_number":"JOB_162712","tr_customer_id":162729,"tr_customer_product_id":162719,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:10.000Z","modified_at":"2026-01-21T03:55:10.000Z","name":"Rick Monahan","mobile_number":"270-337-8951","email_id":"Robb_Kuvalis10@gmail.com","dop":"2025-04-06","serial_number":"19404147400035508","imei1":"19404147400035508","imei2":"19404147400035508","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:55:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162710,"job_number":"JOB_162710","tr_customer_id":162727,"tr_customer_product_id":162717,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:08.000Z","modified_at":"2026-01-21T03:55:08.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19693571304256","imei1":"19693571304256","imei2":"19693571304256","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:55:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162709,"job_number":"JOB_162709","tr_customer_id":162726,"tr_customer_product_id":162716,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:00.000Z","modified_at":"2026-01-21T03:55:00.000Z","name":"Mazie Towne","mobile_number":"411-358-1066","email_id":"Thomas77@gmail.com","dop":"2025-04-06","serial_number":"10660904358040404","imei1":"10660904358040404","imei2":"10660904358040404","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:55:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162707,"job_number":"JOB_162707","tr_customer_id":162724,"tr_customer_product_id":162714,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:59.000Z","modified_at":"2026-01-21T03:54:59.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12819376050191","imei1":"12819376050191","imei2":"12819376050191","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162706,"job_number":"JOB_162706","tr_customer_id":162723,"tr_customer_product_id":162713,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:51.000Z","modified_at":"2026-01-21T03:54:51.000Z","name":"Hassan West","mobile_number":"663-898-0888","email_id":"Lavada82@yahoo.com","dop":"2025-04-06","serial_number":"14433541135182342","imei1":"14433541135182342","imei2":"14433541135182342","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162700,"job_number":"JOB_162700","tr_customer_id":162717,"tr_customer_product_id":162707,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:50.000Z","modified_at":"2026-01-21T03:54:50.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11598172322500","imei1":"11598172322500","imei2":"11598172322500","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162699,"job_number":"JOB_162699","tr_customer_id":162716,"tr_customer_product_id":162706,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:47.000Z","modified_at":"2026-01-21T03:54:47.000Z","name":"Betty Durgan","mobile_number":"297-879-6183","email_id":"Kasandra63@gmail.com","dop":"2025-04-06","serial_number":"11961754946158752","imei1":"11961754946158752","imei2":"11961754946158752","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162697,"job_number":"JOB_162697","tr_customer_id":162714,"tr_customer_product_id":162704,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:45.000Z","modified_at":"2026-01-21T03:54:45.000Z","name":"Rita Gupta","mobile_number":"12345678978","email_id":"test@1","dop":"2025-04-06","serial_number":"14617980334931","imei1":"14617980334931","imei2":"14617980334931","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162695,"job_number":"JOB_162695","tr_customer_id":162712,"tr_customer_product_id":162702,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:43.000Z","modified_at":"2026-01-21T03:54:43.000Z","name":"Zane Wunsch","mobile_number":"480-306-9599","email_id":"Carmine_Swift@hotmail.com","dop":"2025-04-06","serial_number":"13005074319123836","imei1":"13005074319123836","imei2":"13005074319123836","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162693,"job_number":"JOB_162693","tr_customer_id":162710,"tr_customer_product_id":162700,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:41.000Z","modified_at":"2026-01-21T03:54:41.000Z","name":"Uday D","mobile_number":"9405167371","email_id":"dmandlik923454@gmail.com","dop":"2025-04-06","serial_number":"10472085389825","imei1":"10472085389825","imei2":"10472085389825","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162691,"job_number":"JOB_162691","tr_customer_id":162708,"tr_customer_product_id":162698,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:40.000Z","modified_at":"2026-01-21T03:54:40.000Z","name":"Jaycee Wiegand","mobile_number":"277-726-4638","email_id":"Rickey.McCullough@hotmail.com","dop":"2025-04-06","serial_number":"17949274473728028","imei1":"17949274473728028","imei2":"17949274473728028","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162690,"job_number":"JOB_162690","tr_customer_id":162707,"tr_customer_product_id":162697,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:40.000Z","modified_at":"2026-01-21T03:54:40.000Z","name":"Imelda Schumm","mobile_number":"295-804-4689","email_id":"Jacquelyn.Breitenberg17@gmail.com","dop":"2025-04-06","serial_number":"11654181013335758","imei1":"11654181013335758","imei2":"11654181013335758","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162685,"job_number":"JOB_162685","tr_customer_id":162702,"tr_customer_product_id":162692,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:39.000Z","modified_at":"2026-01-21T03:54:39.000Z","name":"Imelda Wunsch","mobile_number":"835-671-9329","email_id":"Rosamond83@hotmail.com","dop":"2025-04-06","serial_number":"17183608022188176","imei1":"17183608022188176","imei2":"17183608022188176","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162682,"job_number":"JOB_162682","tr_customer_id":162699,"tr_customer_product_id":162689,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:38.000Z","modified_at":"2026-01-21T03:54:38.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12062986808027","imei1":"12062986808027","imei2":"12062986808027","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162679,"job_number":"JOB_162679","tr_customer_id":162696,"tr_customer_product_id":162686,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:38.000Z","modified_at":"2026-01-21T03:54:38.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17591036684314","imei1":"17591036684314","imei2":"17591036684314","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162677,"job_number":"JOB_162677","tr_customer_id":162694,"tr_customer_product_id":162684,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:37.000Z","modified_at":"2026-01-21T03:54:37.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16159543790134","imei1":"16159543790134","imei2":"16159543790134","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162676,"job_number":"JOB_162676","tr_customer_id":162693,"tr_customer_product_id":162683,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:37.000Z","modified_at":"2026-01-21T03:54:37.000Z","name":"Sidney Gulgowski","mobile_number":"594-699-2192","email_id":"Scottie.Mertz@hotmail.com","dop":"2025-04-06","serial_number":"10585079893058744","imei1":"10585079893058744","imei2":"10585079893058744","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162675,"job_number":"JOB_162675","tr_customer_id":162692,"tr_customer_product_id":162682,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:36.000Z","modified_at":"2026-01-21T03:54:36.000Z","name":"Nathaniel Christiansen","mobile_number":"931-509-6360","email_id":"Kennedy_Roob22@gmail.com","dop":"2025-04-06","serial_number":"18531806963616636","imei1":"18531806963616636","imei2":"18531806963616636","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162671,"job_number":"JOB_162671","tr_customer_id":162688,"tr_customer_product_id":162678,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:35.000Z","modified_at":"2026-01-21T03:54:35.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19473862542889","imei1":"19473862542889","imei2":"19473862542889","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162670,"job_number":"JOB_162670","tr_customer_id":162687,"tr_customer_product_id":162677,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:35.000Z","modified_at":"2026-01-21T03:54:35.000Z","name":"jatin sharma","mobile_number":"7045663552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14331917249370","imei1":"14331917249370","imei2":"14331917249370","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162668,"job_number":"JOB_162668","tr_customer_id":162685,"tr_customer_product_id":162675,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:33.000Z","modified_at":"2026-01-21T03:54:33.000Z","name":"Rahul Greenholt","mobile_number":"935-411-4659","email_id":"Herminio_Kessler64@gmail.com","dop":"2025-05-30","serial_number":"1842208524031168","imei1":"1842208524031168","imei2":"1842208524031168","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162667,"job_number":"JOB_162667","tr_customer_id":162684,"tr_customer_product_id":162674,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:31.000Z","modified_at":"2026-01-21T03:54:31.000Z","name":"Ally Satterfield","mobile_number":"357-510-7177","email_id":"Ford2@yahoo.com","dop":"2025-05-30","serial_number":"15356519984057","imei1":"15356519984057","imei2":"15356519984057","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162665,"job_number":"JOB_162665","tr_customer_id":162682,"tr_customer_product_id":162672,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:30.000Z","modified_at":"2026-01-21T03:54:30.000Z","name":"Arlo Kris","mobile_number":"277-449-1565","email_id":"Romaine.Wuckert93@yahoo.com","dop":"2025-04-06","serial_number":"11693425988122226","imei1":"11693425988122226","imei2":"11693425988122226","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162663,"job_number":"JOB_162663","tr_customer_id":162680,"tr_customer_product_id":162670,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:28.000Z","modified_at":"2026-01-21T03:54:28.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12251968929478","imei1":"12251968929478","imei2":"12251968929478","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162662,"job_number":"JOB_162662","tr_customer_id":162679,"tr_customer_product_id":162669,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:27.000Z","modified_at":"2026-01-21T03:54:27.000Z","name":"Pablo DuBuque","mobile_number":"793-312-8727","email_id":"Maya16@yahoo.com","dop":"2025-04-06","serial_number":"14683523743272888","imei1":"14683523743272888","imei2":"14683523743272888","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162661,"job_number":"JOB_162661","tr_customer_id":162678,"tr_customer_product_id":162668,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:26.000Z","modified_at":"2026-01-21T03:54:26.000Z","name":"Beaulah Simonis","mobile_number":"204-656-2894","email_id":"Domingo8@hotmail.com","dop":"2025-04-06","serial_number":"17432839441483412","imei1":"17432839441483412","imei2":"17432839441483412","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162660,"job_number":"JOB_162660","tr_customer_id":162677,"tr_customer_product_id":162667,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:26.000Z","modified_at":"2026-01-21T03:54:26.000Z","name":"Katrina Roberts","mobile_number":"822-859-7295","email_id":"Asia_Bins@hotmail.com","dop":"2025-04-06","serial_number":"10631193522869558","imei1":"10631193522869558","imei2":"10631193522869558","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162657,"job_number":"JOB_162657","tr_customer_id":162674,"tr_customer_product_id":162664,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:25.000Z","modified_at":"2026-01-21T03:54:25.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14750896796796","imei1":"14750896796796","imei2":"14750896796796","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162654,"job_number":"JOB_162654","tr_customer_id":162671,"tr_customer_product_id":162661,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:25.000Z","modified_at":"2026-01-21T03:54:25.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19435443486077","imei1":"19435443486077","imei2":"19435443486077","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162653,"job_number":"JOB_162653","tr_customer_id":162670,"tr_customer_product_id":162660,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:24.000Z","modified_at":"2026-01-21T03:54:24.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19728822802727","imei1":"19728822802727","imei2":"19728822802727","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162651,"job_number":"JOB_162651","tr_customer_id":162668,"tr_customer_product_id":162658,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:22.000Z","modified_at":"2026-01-21T03:54:22.000Z","name":"Ottilie Schumm","mobile_number":"556-225-3098","email_id":"Eve_Mayert@yahoo.com","dop":"2025-04-06","serial_number":"10043714224930806","imei1":"10043714224930806","imei2":"10043714224930806","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162650,"job_number":"JOB_162650","tr_customer_id":162667,"tr_customer_product_id":162657,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:21.000Z","modified_at":"2026-01-21T03:54:21.000Z","name":"Judah Sanford","mobile_number":"884-293-2118","email_id":"Hettie.Cormier36@hotmail.com","dop":"2025-06-18","serial_number":"1027025340922719","imei1":"1027025340922719","imei2":"1027025340922719","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162647,"job_number":"JOB_162647","tr_customer_id":162664,"tr_customer_product_id":162654,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:20.000Z","modified_at":"2026-01-21T03:54:20.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10752618983109","imei1":"10752618983109","imei2":"10752618983109","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162646,"job_number":"JOB_162646","tr_customer_id":162663,"tr_customer_product_id":162653,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:15.000Z","modified_at":"2026-01-21T03:54:15.000Z","name":"Eda Pagac","mobile_number":"934-720-6863","email_id":"Rafaela.Haag34@yahoo.com","dop":"2025-04-06","serial_number":"15390323679788892","imei1":"15390323679788892","imei2":"15390323679788892","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162644,"job_number":"JOB_162644","tr_customer_id":162661,"tr_customer_product_id":162651,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:13.000Z","modified_at":"2026-01-21T03:54:13.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15397658553317","imei1":"15397658553317","imei2":"15397658553317","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162641,"job_number":"JOB_162641","tr_customer_id":162658,"tr_customer_product_id":162648,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:08.000Z","modified_at":"2026-01-21T03:54:08.000Z","name":"Issac Luettgen","mobile_number":"745-358-5630","email_id":"Bernita_Beahan45@hotmail.com","dop":"2025-04-06","serial_number":"19306903525320280","imei1":"19306903525320280","imei2":"19306903525320280","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162639,"job_number":"JOB_162639","tr_customer_id":162656,"tr_customer_product_id":162646,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:00.000Z","modified_at":"2026-01-21T03:54:00.000Z","name":"Buddy Botsford","mobile_number":"282-524-7506","email_id":"Jesse43@gmail.com","dop":"2025-04-06","serial_number":"17518805026091808","imei1":"17518805026091808","imei2":"17518805026091808","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162637,"job_number":"JOB_162637","tr_customer_id":162654,"tr_customer_product_id":162644,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:53:59.000Z","modified_at":"2026-01-21T03:53:59.000Z","name":"D M","mobile_number":"9405167371","email_id":"dmandlik92345@gmail.com","dop":"2025-04-06","serial_number":"16959601556511","imei1":"16959601556511","imei2":"16959601556511","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:53:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162636,"job_number":"JOB_162636","tr_customer_id":162653,"tr_customer_product_id":162643,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:53:54.000Z","modified_at":"2026-01-21T03:53:54.000Z","name":"Edd Bailey","mobile_number":"754-571-6777","email_id":"Uriel_OReilly@gmail.com","dop":"2025-04-06","serial_number":"12138392590815666","imei1":"12138392590815666","imei2":"12138392590815666","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:53:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162634,"job_number":"JOB_162634","tr_customer_id":162651,"tr_customer_product_id":162641,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:53:52.000Z","modified_at":"2026-01-21T03:53:52.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18349304720762","imei1":"18349304720762","imei2":"18349304720762","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:53:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162633,"job_number":"JOB_162633","tr_customer_id":162650,"tr_customer_product_id":162640,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:53:48.000Z","modified_at":"2026-01-21T03:53:48.000Z","name":"Leland Mitchell","mobile_number":"610-411-4350","email_id":"Shayna.Kuvalis@hotmail.com","dop":"2025-04-06","serial_number":"16534113069734780","imei1":"16534113069734780","imei2":"16534113069734780","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:53:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162631,"job_number":"JOB_162631","tr_customer_id":162648,"tr_customer_product_id":162638,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:53:41.000Z","modified_at":"2026-01-21T03:53:41.000Z","name":"Dennis McClure","mobile_number":"473-518-3893","email_id":"Favian.Baumbach@yahoo.com","dop":"2025-04-06","serial_number":"11672018648706232","imei1":"11672018648706232","imei2":"11672018648706232","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:53:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162629,"job_number":"JOB_162629","tr_customer_id":162646,"tr_customer_product_id":162636,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:53:39.000Z","modified_at":"2026-01-21T03:53:39.000Z","name":"Arlie Treutel","mobile_number":"604-903-8259","email_id":"Kenya.Swaniawski74@gmail.com","dop":"2025-06-18","serial_number":"1080106078253185","imei1":"1080106078253185","imei2":"1080106078253185","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:53:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162628,"job_number":"JOB_162628","tr_customer_id":162645,"tr_customer_product_id":162635,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:53:39.000Z","modified_at":"2026-01-21T03:53:39.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14399582480480","imei1":"14399582480480","imei2":"14399582480480","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:53:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162626,"job_number":"JOB_162626","tr_customer_id":162643,"tr_customer_product_id":162633,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:53:38.000Z","modified_at":"2026-01-21T03:53:38.000Z","name":"Marian West","mobile_number":"660-828-7789","email_id":"Osvaldo.Nolan28@yahoo.com","dop":"2025-04-06","serial_number":"16451017225734406","imei1":"16451017225734406","imei2":"16451017225734406","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:53:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162625,"job_number":"JOB_162625","tr_customer_id":162642,"tr_customer_product_id":162632,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:53:38.000Z","modified_at":"2026-01-21T03:53:38.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10788517097240","imei1":"10788517097240","imei2":"10788517097240","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:53:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162623,"job_number":"JOB_162623","tr_customer_id":162640,"tr_customer_product_id":162630,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:53:29.000Z","modified_at":"2026-01-21T03:53:29.000Z","name":"Alice Shields","mobile_number":"797-885-8513","email_id":"Kenneth.Abbott@hotmail.com","dop":"2025-04-06","serial_number":"12193303622992512","imei1":"12193303622992512","imei2":"12193303622992512","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:53:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162620,"job_number":"JOB_162620","tr_customer_id":162637,"tr_customer_product_id":162627,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:53:22.000Z","modified_at":"2026-01-21T03:53:22.000Z","name":"Donnell Hilll","mobile_number":"425-402-9199","email_id":"Elissa23@gmail.com","dop":"2025-04-06","serial_number":"12546921181361340","imei1":"12546921181361340","imei2":"12546921181361340","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:53:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162618,"job_number":"JOB_162618","tr_customer_id":162635,"tr_customer_product_id":162625,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:53:18.000Z","modified_at":"2026-01-21T03:53:18.000Z","name":"Marshall Koss","mobile_number":"501-318-7028","email_id":"Marvin37@hotmail.com","dop":"2025-04-06","serial_number":"15012338366390536","imei1":"15012338366390536","imei2":"15012338366390536","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:53:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162616,"job_number":"JOB_162616","tr_customer_id":162633,"tr_customer_product_id":162623,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:53:17.000Z","modified_at":"2026-01-21T03:53:17.000Z","name":"Dhananjay Mandlik","mobile_number":"9405167371","email_id":"dmandlik92@gmail.com","dop":"2025-04-06","serial_number":"18290475511432","imei1":"18290475511432","imei2":"18290475511432","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:53:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162614,"job_number":"JOB_162614","tr_customer_id":162631,"tr_customer_product_id":162621,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:48:34.000Z","modified_at":"2026-01-21T03:48:34.000Z","name":"Esther Parker","mobile_number":"834-642-0901","email_id":"Jules.Schinner19@hotmail.com","dop":"2025-04-06","serial_number":"16313148066048748","imei1":"16313148066048748","imei2":"16313148066048748","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:48:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162612,"job_number":"JOB_162612","tr_customer_id":162629,"tr_customer_product_id":162619,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:48:32.000Z","modified_at":"2026-01-21T03:48:32.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17848277089381","imei1":"17848277089381","imei2":"17848277089381","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:48:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162611,"job_number":"JOB_162611","tr_customer_id":162628,"tr_customer_product_id":162618,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:47:54.000Z","modified_at":"2026-01-21T03:47:54.000Z","name":"Bertha Bins","mobile_number":"880-586-2742","email_id":"Althea85@gmail.com","dop":"2025-04-06","serial_number":"19804275476949320","imei1":"19804275476949320","imei2":"19804275476949320","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:47:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162609,"job_number":"JOB_162609","tr_customer_id":162626,"tr_customer_product_id":162616,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:47:52.000Z","modified_at":"2026-01-21T03:47:52.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"15963298373361","imei1":"15963298373361","imei2":"15963298373361","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:47:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162608,"job_number":"JOB_162608","tr_customer_id":162625,"tr_customer_product_id":162615,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:47:14.000Z","modified_at":"2026-01-21T03:47:14.000Z","name":"Madelyn Farrell","mobile_number":"428-445-3992","email_id":"Angus50@hotmail.com","dop":"2025-04-06","serial_number":"16746191132438830","imei1":"16746191132438830","imei2":"16746191132438830","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:47:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162606,"job_number":"JOB_162606","tr_customer_id":162623,"tr_customer_product_id":162613,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:47:12.000Z","modified_at":"2026-01-21T03:47:12.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13058901590552","imei1":"13058901590552","imei2":"13058901590552","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:47:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162601,"job_number":"JOB_162601","tr_customer_id":162618,"tr_customer_product_id":162608,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T02:59:52.000Z","modified_at":"2026-01-21T06:12:37.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14703153286275","imei1":"14703153286275","imei2":"14703153286275","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":3,"assigned_on":"2026-01-21T06:12:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162597,"job_number":"JOB_162597","tr_customer_id":162614,"tr_customer_product_id":162604,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T02:58:20.000Z","modified_at":"2026-01-21T02:58:20.000Z","name":"Elva Koss","mobile_number":"316-617-1422","email_id":"Delphia_Welch19@yahoo.com","dop":"2025-04-06","serial_number":"16740242445612904","imei1":"16740242445612904","imei2":"16740242445612904","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T02:58:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162595,"job_number":"JOB_162595","tr_customer_id":162612,"tr_customer_product_id":162602,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T02:58:18.000Z","modified_at":"2026-01-21T02:58:18.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14346605803933","imei1":"14346605803933","imei2":"14346605803933","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T02:58:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162588,"job_number":"JOB_162588","tr_customer_id":162605,"tr_customer_product_id":162595,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T02:24:34.000Z","modified_at":"2026-01-21T02:24:34.000Z","name":"Divya Rai","mobile_number":"7001829202","email_id":"testemail@gmail.com","dop":"2025-12-04","serial_number":"23451113430770109","imei1":"23451113430770109","imei2":"23451113430770109","popurl":"2025-12-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T02:24:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162586,"job_number":"JOB_162586","tr_customer_id":162603,"tr_customer_product_id":162593,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T01:29:13.000Z","modified_at":"2026-01-21T01:29:13.000Z","name":"Dnyan Ubale","mobile_number":"7878787878","email_id":"xyz@gmail.com","dop":"2026-01-11","serial_number":"11794514993682","imei1":"18904414473682","imei2":"130779079163742","popurl":"2026-01-11T01:29:05.036385171Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T01:29:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162585,"job_number":"JOB_162585","tr_customer_id":162602,"tr_customer_product_id":162592,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T01:16:15.000Z","modified_at":"2026-01-21T01:16:15.000Z","name":"Jewell Hammes","mobile_number":"282-657-9437","email_id":"Zita_Haag@yahoo.com","dop":"2025-04-06","serial_number":"15699477022877","imei1":"15699477022877","imei2":"15699477022877","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T01:16:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162584,"job_number":"JOB_162584","tr_customer_id":162601,"tr_customer_product_id":162591,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T23:43:46.000Z","modified_at":"2026-01-20T23:43:46.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2026-01-10","serial_number":"79946591955889","imei1":"79946591955889","imei2":"79946591955889","popurl":"2026-01-10T23:43:45.940208174Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T23:43:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162583,"job_number":"JOB_162583","tr_customer_id":162600,"tr_customer_product_id":162590,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T23:41:21.000Z","modified_at":"2026-01-20T23:41:21.000Z","name":"Chaturbhuj Mahajan","mobile_number":"7026991834","email_id":"shobhana.dutta@yahoo.co.in","dop":"2026-01-10","serial_number":"224794184197133","imei1":"224794184197133","imei2":"224794184197133","popurl":"www.trilokanath-kakkar.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T23:41:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162582,"job_number":"JOB_162582","tr_customer_id":162599,"tr_customer_product_id":162589,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T23:41:20.000Z","modified_at":"2026-01-20T23:41:20.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2026-01-10","serial_number":"18836592954988","imei1":"18836592954988","imei2":"18836592954988","popurl":"2026-01-10T23:41:19.946927849Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T23:41:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162581,"job_number":"JOB_162581","tr_customer_id":162598,"tr_customer_product_id":162588,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T20:40:30.000Z","modified_at":"2026-01-20T20:40:30.000Z","name":"Princess Miller","mobile_number":"502-632-4620","email_id":"Bettie1@hotmail.com","dop":"2025-04-06","serial_number":"14278450739459654","imei1":"14278450739459654","imei2":"14278450739459654","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T20:40:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162579,"job_number":"JOB_162579","tr_customer_id":162596,"tr_customer_product_id":162586,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T20:40:29.000Z","modified_at":"2026-01-20T20:40:29.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16116783914589","imei1":"16116783914589","imei2":"16116783914589","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T20:40:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162578,"job_number":"JOB_162578","tr_customer_id":162595,"tr_customer_product_id":162585,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T20:39:50.000Z","modified_at":"2026-01-20T20:39:50.000Z","name":"Orville Schuster","mobile_number":"425-446-1916","email_id":"Nakia_DuBuque@gmail.com","dop":"2025-04-06","serial_number":"13476479898069586","imei1":"13476479898069586","imei2":"13476479898069586","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T20:39:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162576,"job_number":"JOB_162576","tr_customer_id":162593,"tr_customer_product_id":162583,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T20:39:48.000Z","modified_at":"2026-01-20T20:39:48.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14242279873716","imei1":"14242279873716","imei2":"14242279873716","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T20:39:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162575,"job_number":"JOB_162575","tr_customer_id":162592,"tr_customer_product_id":162582,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T20:39:10.000Z","modified_at":"2026-01-20T20:39:10.000Z","name":"Nash VonRueden","mobile_number":"616-440-1488","email_id":"Giovani62@hotmail.com","dop":"2025-04-06","serial_number":"14955966540965402","imei1":"14955966540965402","imei2":"14955966540965402","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T20:39:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162573,"job_number":"JOB_162573","tr_customer_id":162590,"tr_customer_product_id":162580,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T20:39:08.000Z","modified_at":"2026-01-20T20:39:08.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12095869755675","imei1":"12095869755675","imei2":"12095869755675","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T20:39:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163009,"job_number":"JOB_163009","tr_customer_id":163026,"tr_customer_product_id":163016,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T07:36:56.000Z","modified_at":"2026-01-21T07:36:56.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Brisa_Weissnat99@yahoo.com","dop":"2025-07-02","serial_number":"16207931644445","imei1":"16207931644445","imei2":"16207931644445","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T07:36:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163008,"job_number":"JOB_163008","tr_customer_id":163025,"tr_customer_product_id":163015,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T07:36:37.000Z","modified_at":"2026-01-21T07:36:37.000Z","name":"Rahul goswami","mobile_number":"8767656543","email_id":"Mckenzie_Schoen@hotmail.com","dop":"2025-07-02","serial_number":"13718010959776","imei1":"13718010959776","imei2":"13718010959776","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T07:36:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163007,"job_number":"JOB_163007","tr_customer_id":163024,"tr_customer_product_id":163014,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T07:36:19.000Z","modified_at":"2026-01-21T07:36:19.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Annabell_Bernier@yahoo.com","dop":"2025-07-02","serial_number":"13461850930646","imei1":"13461850930646","imei2":"13461850930646","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T07:36:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162890,"job_number":"JOB_162890","tr_customer_id":162907,"tr_customer_product_id":162897,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:21:40.000Z","modified_at":"2026-01-21T06:21:40.000Z","name":"Jerrell Lockman","mobile_number":"278-903-8564","email_id":"Sierra.Beatty@gmail.com","dop":"2025-06-09","serial_number":"105344703874637","imei1":"105344703874637","imei2":"105344703874637","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:21:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162888,"job_number":"JOB_162888","tr_customer_id":162905,"tr_customer_product_id":162895,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:21:39.000Z","modified_at":"2026-01-21T06:21:39.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"107127302673431","imei1":"107127302673431","imei2":"107127302673431","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:21:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162887,"job_number":"JOB_162887","tr_customer_id":162904,"tr_customer_product_id":162894,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:21:23.000Z","modified_at":"2026-01-21T06:21:23.000Z","name":"Warren Denesik","mobile_number":"823-826-4267","email_id":"Hudson.Pollich@yahoo.com","dop":"2025-06-09","serial_number":"102168053565125","imei1":"102168053565125","imei2":"102168053565125","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:21:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162885,"job_number":"JOB_162885","tr_customer_id":162902,"tr_customer_product_id":162892,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:21:22.000Z","modified_at":"2026-01-21T06:21:22.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"104688652951223","imei1":"104688652951223","imei2":"104688652951223","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:21:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162884,"job_number":"JOB_162884","tr_customer_id":162901,"tr_customer_product_id":162891,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:21:06.000Z","modified_at":"2026-01-21T06:21:06.000Z","name":"Prince Boyle","mobile_number":"990-943-1747","email_id":"Llewellyn51@hotmail.com","dop":"2025-06-09","serial_number":"109140298705333","imei1":"109140298705333","imei2":"109140298705333","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:21:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162882,"job_number":"JOB_162882","tr_customer_id":162899,"tr_customer_product_id":162889,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:21:05.000Z","modified_at":"2026-01-21T06:21:05.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"109737898423974","imei1":"109737898423974","imei2":"109737898423974","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:21:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162785,"job_number":"JOB_162785","tr_customer_id":162802,"tr_customer_product_id":162792,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:56:11.000Z","modified_at":"2026-01-21T03:56:11.000Z","name":"Donald Willms","mobile_number":"643-452-0773","email_id":"Uriel62@hotmail.com","dop":"2025-06-09","serial_number":"59794321296063000","imei1":"59794321296063000","imei2":"59794321296063000","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:56:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162783,"job_number":"JOB_162783","tr_customer_id":162800,"tr_customer_product_id":162790,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:56:10.000Z","modified_at":"2026-01-21T03:56:10.000Z","name":"Cyril Hand","mobile_number":"506-960-6445","email_id":"Alexandrea_Bogan@yahoo.com","dop":"2025-06-09","serial_number":"101067246533383","imei1":"101067246533383","imei2":"101067246533383","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:56:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162781,"job_number":"JOB_162781","tr_customer_id":162798,"tr_customer_product_id":162788,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:56:09.000Z","modified_at":"2026-01-21T03:56:09.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"106649949824326","imei1":"106649949824326","imei2":"106649949824326","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:56:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162760,"job_number":"JOB_162760","tr_customer_id":162777,"tr_customer_product_id":162767,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:54.000Z","modified_at":"2026-01-21T03:55:54.000Z","name":"Jay Ratke","mobile_number":"326-344-5245","email_id":"Jazlyn_Steuber93@yahoo.com","dop":"2025-06-09","serial_number":"104976294618097","imei1":"104976294618097","imei2":"104976294618097","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:55:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162758,"job_number":"JOB_162758","tr_customer_id":162775,"tr_customer_product_id":162765,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:53.000Z","modified_at":"2026-01-21T03:55:53.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"102346409261757","imei1":"102346409261757","imei2":"102346409261757","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:55:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162751,"job_number":"JOB_162751","tr_customer_id":162768,"tr_customer_product_id":162758,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:38.000Z","modified_at":"2026-01-21T03:55:38.000Z","name":"Freddy Smith","mobile_number":"314-335-0178","email_id":"Leone_Hudson90@yahoo.com","dop":"2025-06-09","serial_number":"103533220943496","imei1":"103533220943496","imei2":"103533220943496","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:55:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162749,"job_number":"JOB_162749","tr_customer_id":162766,"tr_customer_product_id":162756,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:37.000Z","modified_at":"2026-01-21T03:55:37.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"105754362426879","imei1":"105754362426879","imei2":"105754362426879","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:55:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162705,"job_number":"JOB_162705","tr_customer_id":162722,"tr_customer_product_id":162712,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:51.000Z","modified_at":"2026-01-21T03:54:51.000Z","name":"Jazmyne Labadie","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"113474739057636","imei1":"113474739057636","imei2":"113474739057636","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162704,"job_number":"JOB_162704","tr_customer_id":162721,"tr_customer_product_id":162711,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:51.000Z","modified_at":"2026-01-21T03:54:51.000Z","name":"Declan Gislason","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"172467207146546","imei1":"172467207146546","imei2":"172467207146546","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162703,"job_number":"JOB_162703","tr_customer_id":162720,"tr_customer_product_id":162710,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:50.000Z","modified_at":"2026-01-21T03:54:50.000Z","name":"Lelia Erdman","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"167686566068558","imei1":"167686566068558","imei2":"167686566068558","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162701,"job_number":"JOB_162701","tr_customer_id":162718,"tr_customer_product_id":162708,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:50.000Z","modified_at":"2026-01-21T03:54:50.000Z","name":"Amol Tambe","mobile_number":"3445554332","email_id":"amoltambe@gmail.com","dop":"2025-07-31","serial_number":"177357670445069","imei1":"177357670445069","imei2":"177357670445069","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162696,"job_number":"JOB_162696","tr_customer_id":162713,"tr_customer_product_id":162703,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:43.000Z","modified_at":"2026-01-21T03:54:43.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Rafael.Price@yahoo.com","dop":"2025-07-02","serial_number":"18672561915929","imei1":"18672561915929","imei2":"18672561915929","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162689,"job_number":"JOB_162689","tr_customer_id":162706,"tr_customer_product_id":162696,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:39.000Z","modified_at":"2026-01-21T03:54:39.000Z","name":"Isabel Schmidt","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"163462732467881","imei1":"163462732467881","imei2":"163462732467881","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162687,"job_number":"JOB_162687","tr_customer_id":162704,"tr_customer_product_id":162694,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:39.000Z","modified_at":"2026-01-21T03:54:39.000Z","name":"Reba Monahan","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"193376791926451","imei1":"193376791926451","imei2":"193376791926451","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162683,"job_number":"JOB_162683","tr_customer_id":162700,"tr_customer_product_id":162690,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:38.000Z","modified_at":"2026-01-21T03:54:38.000Z","name":"Mekhi Keeling","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"140865985322621","imei1":"140865985322621","imei2":"140865985322621","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162680,"job_number":"JOB_162680","tr_customer_id":162697,"tr_customer_product_id":162687,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:38.000Z","modified_at":"2026-01-21T03:54:38.000Z","name":"vrushali vru1234","mobile_number":"3445554332","email_id":"vrushali@gmail.com","dop":"2025-07-31","serial_number":"126283712056005","imei1":"126283712056005","imei2":"126283712056005","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162659,"job_number":"JOB_162659","tr_customer_id":162676,"tr_customer_product_id":162666,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:26.000Z","modified_at":"2026-01-21T03:54:26.000Z","name":"Rahul goswami","mobile_number":"8767656543","email_id":"Trystan_Pacocha94@hotmail.com","dop":"2025-07-02","serial_number":"10684146989468","imei1":"10684146989468","imei2":"10684146989468","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162642,"job_number":"JOB_162642","tr_customer_id":162659,"tr_customer_product_id":162649,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:09.000Z","modified_at":"2026-01-21T03:54:09.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Friedrich_Jacobs69@gmail.com","dop":"2025-07-02","serial_number":"15121400755880","imei1":"15121400755880","imei2":"15121400755880","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162594,"job_number":"JOB_162594","tr_customer_id":162611,"tr_customer_product_id":162601,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T02:38:37.000Z","modified_at":"2026-01-21T02:38:37.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"12022430175094","imei1":"12022430175094","imei2":"12022430175094","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T02:38:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162592,"job_number":"JOB_162592","tr_customer_id":162609,"tr_customer_product_id":162599,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T02:38:23.000Z","modified_at":"2026-01-21T02:38:23.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"19394883773285","imei1":"19394883773285","imei2":"19394883773285","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T02:38:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162590,"job_number":"JOB_162590","tr_customer_id":162607,"tr_customer_product_id":162597,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T02:38:01.000Z","modified_at":"2026-01-21T02:38:01.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"19661204443887","imei1":"19661204443887","imei2":"19661204443887","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T02:38:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162587,"job_number":"JOB_162587","tr_customer_id":162604,"tr_customer_product_id":162594,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T02:21:47.000Z","modified_at":"2026-01-21T02:21:47.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"17563096152336","imei1":"17563096152336","imei2":"17563096152336","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T02:21:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/login' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"username":"iameng","password":"password"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 200 - OK
Mean time per request: 253ms
Mean size per request: 694B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Accept-Language en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token c2147733-55c5-46f7-a90b-e28c5c06ce31
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 56
Request Body
{
            "username": "iameng",
            "password": "password"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 694
ETag W/"2b6-Pw6WA/m8jYz3heeFARXT45X2Szk"
Vary Accept-Encoding
Date Wed, 21 Jan 2026 07:47:22 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg5ODE2NDJ9.CC-AphoVz6hyU6n5ji2NbH-_L_qJNfWS-WvjrLhYGz0"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'If-None-Match: W/"1bc-5jtJRsd0hZILh8Na44eS7Os72ts"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 200 - OK
Mean time per request: 251ms
Mean size per request: 441B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg5ODE2NDJ9.CC-AphoVz6hyU6n5ji2NbH-_L_qJNfWS-WvjrLhYGz0
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token db2e396f-064b-4103-bbe6-5b2878bfd250
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 441
ETag W/"1b9-gwZ3q4NUFVwjUwUa8wJaXTtaK9Q"
Vary Accept-Encoding
Date Wed, 21 Jan 2026 07:47:22 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"id":2,"first_name":"Mark","last_name":"zuk","login_id":"iameng","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":1,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-12-20T07:42:00.000Z","role_name":"Engineer","service_location":"Service Center A"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'If-None-Match: W/"fa-dy8dN/UPU87UvqyXQsHHqicOua0"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 273ms
Mean size per request: 164B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg5ODE2NDJ9.CC-AphoVz6hyU6n5ji2NbH-_L_qJNfWS-WvjrLhYGz0
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 0e507636-8ca3-4ca8-998f-6c6e8f1c6bb3
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 164
ETag W/"a4-K4kXpQVsT/awl+PTOdyPdzW3WD8"
Vary Accept-Encoding
Date Wed, 21 Jan 2026 07:47:23 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for repair","key":"pending_for_repair","count":5},{"label":"Repair completed","key":"repair_completed","count":153}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"details_key":"pending_for_repair"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/dashboard/details
Response Information
Response Code: 200 - OK
Mean time per request: 270ms
Mean size per request: 4.8KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg5ODE2NDJ9.CC-AphoVz6hyU6n5ji2NbH-_L_qJNfWS-WvjrLhYGz0
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 1a91560d-0dcf-4537-94b5-c3f0ffec330d
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 36
Request Body
{"details_key":"pending_for_repair"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"1335-ngIBIYPvF8sqJK//E9Puhw+L2V8"
Vary Accept-Encoding
Content-Encoding gzip
Date Wed, 21 Jan 2026 07:47:23 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":162797,"job_number":"JOB_162797","tr_customer_id":162814,"tr_customer_product_id":162804,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:57:01.000Z","modified_at":"2026-01-21T05:54:27.000Z","name":"Ayden Auer","mobile_number":"948-818-4190","email_id":"Jovani64@hotmail.com","dop":"2000-01-31","serial_number":"1075751991721673","imei1":"1075751991721673","imei2":"1075751991721673","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-21T05:54:27.000Z","assigned_to":2,"mst_warrenty_status_code":"OOW"},{"id":162600,"job_number":"JOB_162600","tr_customer_id":162617,"tr_customer_product_id":162607,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T02:59:07.000Z","modified_at":"2026-01-21T03:34:22.000Z","name":"Alexzander Lowe","mobile_number":"862-640-1470","email_id":"Crawford.Kerluke@hotmail.com","dop":"2025-04-06","serial_number":"16450239022892226","imei1":"16450239022892226","imei2":"16450239022892226","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-21T03:34:22.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"},{"id":162598,"job_number":"JOB_162598","tr_customer_id":162615,"tr_customer_product_id":162605,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T02:59:05.000Z","modified_at":"2026-01-21T03:34:24.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17604503354539","imei1":"17604503354539","imei2":"17604503354539","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-21T03:34:24.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"},{"id":162605,"job_number":"JOB_162605","tr_customer_id":162622,"tr_customer_product_id":162612,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":2,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:36:47.000Z","modified_at":"2026-01-21T03:37:29.000Z","name":"vbaedba aevae","mobile_number":"6546198764","email_id":"sdfbd@gn.str","dop":"2026-01-20","serial_number":"11223366554455","imei1":"11223366554455","imei2":"11223366554455","popurl":"2026-01-20T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-21T03:37:29.000Z","assigned_to":2,"mst_warrenty_status_code":"OOW"},{"id":163012,"job_number":"JOB_163012","tr_customer_id":163029,"tr_customer_product_id":163019,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T07:47:17.000Z","modified_at":"2026-01-21T07:47:21.000Z","name":"Octavia Hahn","mobile_number":"950-265-4948","email_id":"Bart95@yahoo.com","dop":"2025-11-04","serial_number":"39713453300546","imei1":"39713453300546","imei2":"39713453300546","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-21T07:47:21.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"details_key":"repair_completed"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/dashboard/details
Response Information
Response Code: 200 - OK
Mean time per request: 265ms
Mean size per request: 31B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg5ODE2NDJ9.CC-AphoVz6hyU6n5ji2NbH-_L_qJNfWS-WvjrLhYGz0
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 8fc4da40-ced0-4bbf-a552-13de3865d850
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 43
Request Body
{
            "details_key": "repair_completed"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 31
ETag W/"1f-XHSNhKvrk3aAE4wN//TuJSkDTNM"
Vary Accept-Encoding
Date Wed, 21 Jan 2026 07:47:23 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/engineer/myjobs' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/engineer/myjobs
Response Information
Response Code: 200 - OK
Mean time per request: 474ms
Mean size per request: 5.77KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg5ODE2NDJ9.CC-AphoVz6hyU6n5ji2NbH-_L_qJNfWS-WvjrLhYGz0
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token b07748f2-f10a-4b5c-9f11-92e91503309c
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"1712-/PhTp0C4oDQ/RZJoCkJchsHO0P0"
Vary Accept-Encoding
Content-Encoding gzip
Date Wed, 21 Jan 2026 07:47:24 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":163012,"job_number":"JOB_163012","tr_customer_id":163029,"tr_customer_product_id":163019,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T07:47:17.000Z","modified_at":"2026-01-21T07:47:21.000Z","name":"Octavia Hahn","mobile_number":"950-265-4948","email_id":"Bart95@yahoo.com","dop":"2025-11-04","serial_number":"39713453300546","imei1":"39713453300546","imei2":"39713453300546","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-21T07:47:21.000Z","assigned_to":2,"mst_warrenty_status_code":"IW","problems":[{"id":3,"name":"Phone or app crashes","tr_job_head_id":163012,"remark":"","added_by":"fd fd","role_name":"FrontDesk","created_at":"2026-01-21T07:47:17.000Z"}],"quatations":[]},{"id":162797,"job_number":"JOB_162797","tr_customer_id":162814,"tr_customer_product_id":162804,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:57:01.000Z","modified_at":"2026-01-21T05:54:27.000Z","name":"Ayden Auer","mobile_number":"948-818-4190","email_id":"Jovani64@hotmail.com","dop":"2000-01-31","serial_number":"1075751991721673","imei1":"1075751991721673","imei2":"1075751991721673","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-21T05:54:27.000Z","assigned_to":2,"mst_warrenty_status_code":"OOW","problems":[{"id":2,"name":"Poor battery life","tr_job_head_id":162797,"remark":"Issue in the phone","added_by":"fd fd","role_name":"FrontDesk","created_at":"2026-01-21T03:57:01.000Z"}],"quatations":[]},{"id":162605,"job_number":"JOB_162605","tr_customer_id":162622,"tr_customer_product_id":162612,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":2,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:36:47.000Z","modified_at":"2026-01-21T03:37:29.000Z","name":"vbaedba aevae","mobile_number":"6546198764","email_id":"sdfbd@gn.str","dop":"2026-01-20","serial_number":"11223366554455","imei1":"11223366554455","imei2":"11223366554455","popurl":"2026-01-20T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-21T03:37:29.000Z","assigned_to":2,"mst_warrenty_status_code":"OOW","problems":[{"id":2,"name":"Poor battery life","tr_job_head_id":162605,"remark":"test","added_by":"fd fd","role_name":"FrontDesk","created_at":"2026-01-21T03:36:47.000Z"}],"quatations":[]},{"id":162600,"job_number":"JOB_162600","tr_customer_id":162617,"tr_customer_product_id":162607,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T02:59:07.000Z","modified_at":"2026-01-21T03:34:22.000Z","name":"Alexzander Lowe","mobile_number":"862-640-1470","email_id":"Crawford.Kerluke@hotmail.com","dop":"2025-04-06","serial_number":"16450239022892226","imei1":"16450239022892226","imei2":"16450239022892226","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-21T03:34:22.000Z","assigned_to":2,"mst_warrenty_status_code":"IW","problems":[{"id":1,"name":"Smartphone is running slow","tr_job_head_id":162600,"remark":"Battery Issue","added_by":"fd fd","role_name":"FrontDesk","created_at":"2026-01-21T02:59:07.000Z"}],"quatations":[]},{"id":162598,"job_number":"JOB_162598","tr_customer_id":162615,"tr_customer_product_id":162605,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T02:59:05.000Z","modified_at":"2026-01-21T03:34:24.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17604503354539","imei1":"17604503354539","imei2":"17604503354539","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-21T03:34:24.000Z","assigned_to":2,"mst_warrenty_status_code":"IW","problems":[{"id":1,"name":"Smartphone is running slow","tr_job_head_id":162598,"remark":"Battery Issue","added_by":"fd fd","role_name":"FrontDesk","created_at":"2026-01-21T02:59:05.000Z"}],"quatations":[]}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/master' \ -X 'POST' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \ -H 'Connection: keep-alive' \ -H 'Content-Length: 0' \ -H 'Content-Type: text/plain' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/master
Response Information
Response Code: 200 - OK
Mean time per request: 259ms
Mean size per request: 10.53KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg5ODE2NDJ9.CC-AphoVz6hyU6n5ji2NbH-_L_qJNfWS-WvjrLhYGz0
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token f814487a-c2f0-4686-96c9-211947df8a1c
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 0
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"2a1c-v2lPE1pRCSNwLh+/V8ccxPYHAHM"
Vary Accept-Encoding
Content-Encoding gzip
Date Wed, 21 Jan 2026 07:47:24 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":{"mst_oem":[{"id":1,"name":"Google","code":"GL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"},{"id":2,"name":"Apple","code":"APL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"}],"mst_model":[{"id":1,"name":"Nexus 2 blue","code":"NX2BL","mst_product_id":1,"is_active":1,"created_at":"2021-10-29T19:28:00.000Z","modified_at":"2021-10-29T19:28:00.000Z"},{"id":2,"name":"gallexy","code":"gl","mst_product_id":1,"is_active":1,"created_at":"2022-06-10T07:18:03.000Z","modified_at":"2022-06-10T07:18:03.000Z"},{"id":3,"name":"Iphone 11","code":"ip11","mst_product_id":3,"is_active":1,"created_at":"2022-08-18T16:59:27.000Z","modified_at":"2022-08-18T17:00:31.000Z"}],"mst_action_status":[{"id":1,"name":"Job Creation","code":"JBC","description":"Job Creation","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":2,"name":"Pending For Job Assignment","code":"PJFA","description":"Pending For Job Assignment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":3,"name":"Pending For Repair","code":"PFR","description":"Pending For Repair","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":4,"name":"Pending For QC","code":"PFQC","description":"Pending For QC","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":5,"name":"Pending for Delivery","code":"PDL","description":"Pending for Delivery","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:00:39.000Z"},{"id":6,"name":"Delivered to customer","code":"DC","description":"Delivered to customer","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:01:48.000Z"},{"id":7,"name":"QC Rejected","code":"QCR","description":"QC Rejected","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":8,"name":"Quatation Raised","code":"QR","description":"Quatation Raised","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":9,"name":"Pending For Payment","code":"PFP","description":"Pending For Payment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":10,"name":"Payment Is Done","code":"PD","description":"Payment Is Done","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":11,"name":"Job Closed Successfully","code":"JC","description":"Job Closed Successfully","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":12,"name":"Assigned to FST - Inbound","code":"AFI","description":"Assigned to FST - Inbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":13,"name":"Assigned to FST - Outbound","code":"AFO","description":"Assigned to FST - Outbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":14,"name":"Begin Journey","code":"BJY","description":"Begin Journey","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":15,"name":"Submitted To FD","code":"SFD","description":"Submitted To FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":16,"name":"Collected At FD","code":"CFD","description":"Collected At FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"}],"mst_warrenty_status":[{"id":1,"name":"In Warrenty","code":"IW","description":"In Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"},{"id":2,"name":"Out Of Warrenty","code":"OOW","description":"Out Of Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"}],"mst_platform":[{"id":1,"name":"FST","code":"FST","description":"Field technician will go to customer's house","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"},{"id":2,"name":"Front Desk","code":"FD","description":"Customer will come to service center to submit his device","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"}],"mst_product":[{"id":1,"name":"Nexus 2","code":"NX2","mst_oem_id":1,"is_active":1,"created_at":"2021-10-29T19:27:21.000Z","modified_at":"2021-10-29T19:27:21.000Z"},{"id":2,"name":"Pixel","code":"gl","mst_oem_id":1,"is_active":1,"created_at":"2022-06-10T07:16:57.000Z","modified_at":"2022-08-18T16:55:02.000Z"},{"id":3,"name":"IPhone","code":"ip","mst_oem_id":2,"is_active":1,"created_at":"2022-08-18T16:56:15.000Z","modified_at":"2022-08-18T16:57:20.000Z"}],"mst_role":[{"id":1,"name":"Engineer","code":"ENG","description":"Engineer","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":2,"name":"Supervisor","code":"SPV","description":"Supervisor","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":3,"name":"FST","code":"FST","description":"Field Service Technician","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":4,"name":"QC","code":"QC","description":"Quality check","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":5,"name":"FrontDesk","code":"FD","description":"Front Desk","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"},{"id":6,"name":"Callcenter","code":"CC","description":"Callcenter","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"}],"mst_service_location":[{"id":1,"name":"Service Center A","code":"B2X","mobile_number":"8877667788","email_id":"servicecentera@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400075,"country":"India","gstin":"22AAAAA0000A1","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:58.000Z"},{"id":2,"name":"Service Center B","code":"SFY","mobile_number":"8877667789","email_id":"servicecenterb@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400606,"country":"India","gstin":"22AAAAA0000B2","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:59.000Z"},{"id":3,"name":"Service Centre C","code":"PKC","mobile_number":"8877667790","email_id":"servicecenterpk@gmail.com","address":"Srinagar,Kashmir(A)","pincode":577432,"country":"India","gstin":"22AAAAA0000C3","is_repair_line_engineer":1,"is_active":1,"created_at":"2022-12-13T11:05:47.000Z","modified_at":"2022-12-13T11:05:47.000Z"}],"mst_problem":[{"id":1,"name":"Smartphone is running slow","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":2,"name":"Poor battery life","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":3,"name":"Phone or app crashes","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":4,"name":"Sync issue","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":5,"name":"MicroSD card is not working on your phone","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":6,"name":"Overheating","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":7,"name":"Connecting problem with Bluetooth, Wifi, Cellular network","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":8,"name":"Cracked screen","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":9,"name":"Other","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":10,"name":"Camera issue","created_at":"2022-06-13T15:01:02.000Z","modified_at":"2022-06-13T15:01:02.000Z"},{"id":11,"name":"Charger Not Working","created_at":"2022-08-14T12:38:04.000Z","modified_at":"2022-08-14T12:38:04.000Z"},{"id":12,"name":" Software Booting Issue ","created_at":"2022-08-14T13:03:08.000Z","modified_at":"2022-08-14T13:03:08.000Z"},{"id":15,"name":"Head Phone Jack not working","created_at":"2022-06-16T15:22:18.000Z","modified_at":"2022-06-16T15:22:18.000Z"},{"id":16,"name":"Head Phone issue","created_at":"2022-06-16T15:27:47.000Z","modified_at":"2022-06-16T15:27:47.000Z"},{"id":17,"name":"Random Problem","created_at":"2022-07-11T02:56:01.000Z","modified_at":"2022-07-11T02:56:01.000Z"},{"id":19,"name":"Front camera not working","created_at":"2022-07-13T17:50:54.000Z","modified_at":"2022-07-13T17:50:54.000Z"},{"id":20,"name":"Battery issue","created_at":"2022-07-13T17:51:47.000Z","modified_at":"2022-07-13T17:51:47.000Z"},{"id":22,"name":"Screen display issue","created_at":"2022-08-29T11:09:24.000Z","modified_at":"2022-08-29T11:09:24.000Z"},{"id":24,"name":"Apps Not Downloading","created_at":"2022-08-29T12:10:34.000Z","modified_at":"2022-08-29T12:10:34.000Z"},{"id":26,"name":"Unresponsive screen","created_at":"2022-09-19T10:03:08.000Z","modified_at":"2022-09-19T10:03:08.000Z"},{"id":27,"name":"Blue Screen Error","created_at":"2022-12-13T11:01:48.000Z","modified_at":"2022-12-13T11:01:48.000Z"},{"id":28,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"},{"id":29,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"}],"map_fst_pincode":[{"pincode":100011,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100012,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100013,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100014,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100015,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":400065,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":200011,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200012,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200013,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200014,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200015,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"}]}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/engineer/repaircomplete' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"job_id":98100,"problems":[{"id":3,"remark":"Reinstalled OS"}]}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/engineer/repaircomplete
Response Information
Response Code: 200 - OK
Mean time per request: 259ms
Mean size per request: 42B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg5ODE2NDJ9.CC-AphoVz6hyU6n5ji2NbH-_L_qJNfWS-WvjrLhYGz0
Content-Type application/json
Accept application/json, text/plain, */*
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 27181493-5f3a-4c5b-9967-097a6c24ca06
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 136
Request Body
{
            "job_id":163012,
            "problems": [
                {
                    "id": 3,
                    "remark": "Reinstalled OS"
                }
            ]
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 42
ETag W/"2a-PisRr8WaBMvK6HLRD3EKeiTFMeI"
Vary Accept-Encoding
Date Wed, 21 Jan 2026 07:47:24 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Repair successful.","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/login' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"username":"iamqc","password":"password"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 200 - OK
Mean time per request: 251ms
Mean size per request: 681B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token b5565e60-d6c7-4f04-be82-df1fee6909a3
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 55
Request Body
{
            "username": "iamqc",
            "password": "password"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 681
ETag W/"2a9-CCJt8tdJ1OeH6FOaRNOJ6yZ6SrA"
Vary Accept-Encoding
Date Wed, 21 Jan 2026 07:47:24 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2ODk4MTY0NH0.KVZJ7bBuv-xKqyN-G8oRl4hL6Gvb7o_3R6fAFMlQUW8"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'If-None-Match: W/"1b9-gwZ3q4NUFVwjUwUa8wJaXTtaK9Q"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 200 - OK
Mean time per request: 250ms
Mean size per request: 431B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2ODk4MTY0NH0.KVZJ7bBuv-xKqyN-G8oRl4hL6Gvb7o_3R6fAFMlQUW8
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token a6ba4c3b-8bcc-48a7-be93-f972c568a914
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 431
ETag W/"1af-Hx7rWnhMedRwRJUvWdcdDLlvRd0"
Vary Accept-Encoding
Date Wed, 21 Jan 2026 07:47:25 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"id":3,"first_name":"qc","last_name":"qc","login_id":"iamqc","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":4,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-11-03T08:06:23.000Z","role_name":"QC","service_location":"Service Center A"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'If-None-Match: W/"a5-7bTG+pLXuOCNsQPYlnyAIc/g5Zc"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 276ms
Mean size per request: 202B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2ODk4MTY0NH0.KVZJ7bBuv-xKqyN-G8oRl4hL6Gvb7o_3R6fAFMlQUW8
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token bb08eab0-f987-4995-b7ba-4011d558018d
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 202
ETag W/"ca-yGZXwt5DrDWBb/VXnX2D8mdVGyA"
Vary Accept-Encoding
Date Wed, 21 Jan 2026 07:47:25 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for QC","key":"pending_for_qc","count":3},{"label":"QC Completed","key":"qc_completed","count":151},{"label":"QC Rejected","key":"qc_rejected","count":1}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"details_key":"pending_for_qc"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/dashboard/details
Response Information
Response Code: 200 - OK
Mean time per request: 253ms
Mean size per request: 31B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2ODk4MTY0NH0.KVZJ7bBuv-xKqyN-G8oRl4hL6Gvb7o_3R6fAFMlQUW8
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 9c1f8d03-9bf2-4228-94f5-8f71e2ca83bd
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 32
Request Body
{"details_key":"pending_for_qc"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 31
ETag W/"1f-XHSNhKvrk3aAE4wN//TuJSkDTNM"
Vary Accept-Encoding
Date Wed, 21 Jan 2026 07:47:25 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"details_key":"qc_completed"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/dashboard/details
Response Information
Response Code: 200 - OK
Mean time per request: 348ms
Mean size per request: 145.93KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2ODk4MTY0NH0.KVZJ7bBuv-xKqyN-G8oRl4hL6Gvb7o_3R6fAFMlQUW8
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 8eeb6b23-7b08-4f48-8f09-f1a0f172522a
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 30
Request Body
{"details_key":"qc_completed"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"247b9-gJ9jvvSh7rrs3YZmJ1jEMCWPaAA"
Vary Accept-Encoding
Content-Encoding gzip
Date Wed, 21 Jan 2026 07:47:26 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":163002,"job_number":"JOB_163002","tr_customer_id":163019,"tr_customer_product_id":163009,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T07:07:05.000Z","modified_at":"2026-01-21T07:07:45.000Z","name":"Ciara Yundt","mobile_number":"429-360-3629","email_id":"Cayla53@yahoo.com","dop":"2025-04-06","serial_number":"15744778714210","imei1":"15744778714210","imei2":"15744778714210","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T07:07:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163000,"job_number":"JOB_163000","tr_customer_id":163017,"tr_customer_product_id":163007,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T07:06:18.000Z","modified_at":"2026-01-21T07:06:58.000Z","name":"Griffin Bailey","mobile_number":"807-650-0755","email_id":"Meredith.Cronin22@hotmail.com","dop":"2025-04-06","serial_number":"14428125226517","imei1":"14428125226517","imei2":"14428125226517","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T07:06:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162998,"job_number":"JOB_162998","tr_customer_id":163015,"tr_customer_product_id":163005,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T07:05:31.000Z","modified_at":"2026-01-21T07:06:11.000Z","name":"Toby Towne","mobile_number":"635-591-2258","email_id":"Hiram_Jenkins@gmail.com","dop":"2025-04-06","serial_number":"18994665249792","imei1":"18994665249792","imei2":"18994665249792","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T07:06:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162996,"job_number":"JOB_162996","tr_customer_id":163013,"tr_customer_product_id":163003,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:51:27.000Z","modified_at":"2026-01-21T06:52:05.000Z","name":"Christ Smitham","mobile_number":"362-212-9034","email_id":"Riley.Kuvalis@hotmail.com","dop":"2025-04-06","serial_number":"17532958049688","imei1":"17532958049688","imei2":"17532958049688","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T06:52:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162993,"job_number":"JOB_162993","tr_customer_id":163010,"tr_customer_product_id":163000,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:50:42.000Z","modified_at":"2026-01-21T06:51:20.000Z","name":"Ava Berge","mobile_number":"754-402-8607","email_id":"Charlotte63@yahoo.com","dop":"2025-04-06","serial_number":"17364320212701","imei1":"17364320212701","imei2":"17364320212701","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T06:51:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162990,"job_number":"JOB_162990","tr_customer_id":163007,"tr_customer_product_id":162997,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:50:03.000Z","modified_at":"2026-01-21T06:50:41.000Z","name":"Raymundo Turner","mobile_number":"934-225-0414","email_id":"Brennon.Waters18@hotmail.com","dop":"2025-04-06","serial_number":"12838620350489","imei1":"12838620350489","imei2":"12838620350489","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T06:50:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162988,"job_number":"JOB_162988","tr_customer_id":163005,"tr_customer_product_id":162995,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:49:57.000Z","modified_at":"2026-01-21T06:50:35.000Z","name":"Jairo Corkery","mobile_number":"339-248-2189","email_id":"Javon.Olson@hotmail.com","dop":"2025-04-06","serial_number":"11799570215338","imei1":"11799570215338","imei2":"11799570215338","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T06:50:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162984,"job_number":"JOB_162984","tr_customer_id":163001,"tr_customer_product_id":162991,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:46:07.000Z","modified_at":"2026-01-21T06:46:45.000Z","name":"Golden Botsford","mobile_number":"665-911-4190","email_id":"Muhammad70@gmail.com","dop":"2025-04-06","serial_number":"11542637553552","imei1":"11542637553552","imei2":"11542637553552","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T06:46:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162981,"job_number":"JOB_162981","tr_customer_id":162998,"tr_customer_product_id":162988,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:45:45.000Z","modified_at":"2026-01-21T06:46:23.000Z","name":"Moshe Braun","mobile_number":"678-834-6129","email_id":"Gilda.Lowe@gmail.com","dop":"2025-04-06","serial_number":"16013587615366","imei1":"16013587615366","imei2":"16013587615366","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T06:46:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162979,"job_number":"JOB_162979","tr_customer_id":162996,"tr_customer_product_id":162986,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:45:40.000Z","modified_at":"2026-01-21T06:46:21.000Z","name":"Keith Purdy","mobile_number":"988-752-7423","email_id":"Saul44@yahoo.com","dop":"2025-04-06","serial_number":"19532102042475","imei1":"19532102042475","imei2":"19532102042475","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T06:46:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162977,"job_number":"JOB_162977","tr_customer_id":162994,"tr_customer_product_id":162984,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:45:22.000Z","modified_at":"2026-01-21T06:46:00.000Z","name":"Waldo Kozey","mobile_number":"306-915-2708","email_id":"Thalia.Littel@hotmail.com","dop":"2025-04-06","serial_number":"10218706143551","imei1":"10218706143551","imei2":"10218706143551","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T06:46:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162973,"job_number":"JOB_162973","tr_customer_id":162990,"tr_customer_product_id":162980,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:44:38.000Z","modified_at":"2026-01-21T06:45:15.000Z","name":"Timmy Bruen","mobile_number":"597-903-7350","email_id":"Fleta.Dooley@gmail.com","dop":"2025-04-06","serial_number":"11878497532669","imei1":"11878497532669","imei2":"11878497532669","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T06:45:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162971,"job_number":"JOB_162971","tr_customer_id":162988,"tr_customer_product_id":162978,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:44:37.000Z","modified_at":"2026-01-21T06:45:15.000Z","name":"Aidan Smitham","mobile_number":"291-934-0684","email_id":"Cruz80@gmail.com","dop":"2025-04-06","serial_number":"10134102336551","imei1":"10134102336551","imei2":"10134102336551","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T06:45:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162968,"job_number":"JOB_162968","tr_customer_id":162985,"tr_customer_product_id":162975,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:43:53.000Z","modified_at":"2026-01-21T06:44:31.000Z","name":"Jo Reinger","mobile_number":"264-343-6844","email_id":"Eva.Quitzon99@gmail.com","dop":"2025-04-06","serial_number":"11677212522348","imei1":"11677212522348","imei2":"11677212522348","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T06:44:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162965,"job_number":"JOB_162965","tr_customer_id":162982,"tr_customer_product_id":162972,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:43:08.000Z","modified_at":"2026-01-21T06:43:46.000Z","name":"Freda Satterfield","mobile_number":"820-580-0265","email_id":"Amari63@yahoo.com","dop":"2025-04-06","serial_number":"11076177600449","imei1":"11076177600449","imei2":"11076177600449","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T06:43:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162962,"job_number":"JOB_162962","tr_customer_id":162979,"tr_customer_product_id":162969,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:39:29.000Z","modified_at":"2026-01-21T06:40:11.000Z","name":"Hillard Muller","mobile_number":"418-963-8748","email_id":"Angeline82@yahoo.com","dop":"2025-04-06","serial_number":"13995577455282","imei1":"13995577455282","imei2":"13995577455282","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T06:40:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162956,"job_number":"JOB_162956","tr_customer_id":162973,"tr_customer_product_id":162963,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:38:40.000Z","modified_at":"2026-01-21T06:39:22.000Z","name":"Christine Daniel","mobile_number":"899-422-6119","email_id":"Kasey_Oberbrunner@gmail.com","dop":"2025-04-06","serial_number":"16817451065618","imei1":"16817451065618","imei2":"16817451065618","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T06:39:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162952,"job_number":"JOB_162952","tr_customer_id":162969,"tr_customer_product_id":162959,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:38:01.000Z","modified_at":"2026-01-21T06:38:42.000Z","name":"Imani Pollich","mobile_number":"648-325-8654","email_id":"Cayla.Douglas@hotmail.com","dop":"2025-04-06","serial_number":"10989867960587","imei1":"10989867960587","imei2":"10989867960587","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T06:38:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162947,"job_number":"JOB_162947","tr_customer_id":162964,"tr_customer_product_id":162954,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:37:51.000Z","modified_at":"2026-01-21T06:38:32.000Z","name":"Charlotte Roob","mobile_number":"414-925-5000","email_id":"Danielle.Gleason62@hotmail.com","dop":"2025-04-06","serial_number":"14446661162974","imei1":"14446661162974","imei2":"14446661162974","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T06:38:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162941,"job_number":"JOB_162941","tr_customer_id":162958,"tr_customer_product_id":162948,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:37:12.000Z","modified_at":"2026-01-21T06:37:53.000Z","name":"Arvilla Fay","mobile_number":"651-211-2211","email_id":"Kaitlin31@hotmail.com","dop":"2025-04-06","serial_number":"11250252021938","imei1":"11250252021938","imei2":"11250252021938","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T06:37:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162935,"job_number":"JOB_162935","tr_customer_id":162952,"tr_customer_product_id":162942,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:36:23.000Z","modified_at":"2026-01-21T06:37:04.000Z","name":"Randi Ratke","mobile_number":"865-351-0351","email_id":"Amir_Kulas36@hotmail.com","dop":"2025-04-06","serial_number":"10360062048868","imei1":"10360062048868","imei2":"10360062048868","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T06:37:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162932,"job_number":"JOB_162932","tr_customer_id":162949,"tr_customer_product_id":162939,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:36:00.000Z","modified_at":"2026-01-21T06:36:40.000Z","name":"Marcellus Upton","mobile_number":"745-926-9867","email_id":"Elyse50@hotmail.com","dop":"2025-04-06","serial_number":"19805543678835","imei1":"19805543678835","imei2":"19805543678835","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T06:36:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162930,"job_number":"JOB_162930","tr_customer_id":162947,"tr_customer_product_id":162937,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:32:48.000Z","modified_at":"2026-01-21T06:33:25.000Z","name":"Elda Zieme","mobile_number":"265-455-4211","email_id":"Jenifer22@hotmail.com","dop":"2025-04-06","serial_number":"15068639551005","imei1":"15068639551005","imei2":"15068639551005","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T06:33:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162927,"job_number":"JOB_162927","tr_customer_id":162944,"tr_customer_product_id":162934,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:32:03.000Z","modified_at":"2026-01-21T06:32:41.000Z","name":"Jensen Kemmer","mobile_number":"853-953-1660","email_id":"Haley91@gmail.com","dop":"2025-04-06","serial_number":"15640566473513","imei1":"15640566473513","imei2":"15640566473513","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T06:32:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162922,"job_number":"JOB_162922","tr_customer_id":162939,"tr_customer_product_id":162929,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:31:18.000Z","modified_at":"2026-01-21T06:31:56.000Z","name":"Christopher Mills","mobile_number":"810-378-1099","email_id":"Bo72@gmail.com","dop":"2025-04-06","serial_number":"10066639197149","imei1":"10066639197149","imei2":"10066639197149","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T06:31:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162918,"job_number":"JOB_162918","tr_customer_id":162935,"tr_customer_product_id":162925,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:29:47.000Z","modified_at":"2026-01-21T06:30:23.000Z","name":"Henriette Blick","mobile_number":"904-659-3736","email_id":"Arvid.Parisian@hotmail.com","dop":"2025-04-06","serial_number":"13255616739489","imei1":"13255616739489","imei2":"13255616739489","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T06:30:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162915,"job_number":"JOB_162915","tr_customer_id":162932,"tr_customer_product_id":162922,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:29:03.000Z","modified_at":"2026-01-21T06:29:40.000Z","name":"Wilburn Langosh","mobile_number":"388-833-3590","email_id":"Nettie_Fisher78@yahoo.com","dop":"2025-04-06","serial_number":"16014376727897","imei1":"16014376727897","imei2":"16014376727897","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T06:29:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162912,"job_number":"JOB_162912","tr_customer_id":162929,"tr_customer_product_id":162919,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:28:20.000Z","modified_at":"2026-01-21T06:28:56.000Z","name":"Jennie Halvorson","mobile_number":"940-515-3990","email_id":"Dan_Mitchell@yahoo.com","dop":"2025-04-06","serial_number":"12796131446510","imei1":"12796131446510","imei2":"12796131446510","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T06:28:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162909,"job_number":"JOB_162909","tr_customer_id":162926,"tr_customer_product_id":162916,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:27:08.000Z","modified_at":"2026-01-21T06:27:45.000Z","name":"Mariana Roberts","mobile_number":"868-479-8900","email_id":"Reina_Mayer49@gmail.com","dop":"2025-04-06","serial_number":"16266446307445","imei1":"16266446307445","imei2":"16266446307445","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T06:27:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162906,"job_number":"JOB_162906","tr_customer_id":162923,"tr_customer_product_id":162913,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:26:23.000Z","modified_at":"2026-01-21T06:27:01.000Z","name":"Louvenia Turcotte","mobile_number":"212-716-4795","email_id":"Letitia47@hotmail.com","dop":"2025-04-06","serial_number":"17920276828880","imei1":"17920276828880","imei2":"17920276828880","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T06:27:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162903,"job_number":"JOB_162903","tr_customer_id":162920,"tr_customer_product_id":162910,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:25:39.000Z","modified_at":"2026-01-21T06:26:16.000Z","name":"Rhoda Aufderhar","mobile_number":"752-694-7100","email_id":"Dana88@gmail.com","dop":"2025-04-06","serial_number":"12605119966721","imei1":"12605119966721","imei2":"12605119966721","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T06:26:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162900,"job_number":"JOB_162900","tr_customer_id":162917,"tr_customer_product_id":162907,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:24:40.000Z","modified_at":"2026-01-21T06:25:20.000Z","name":"Tyree Fritsch","mobile_number":"432-752-3071","email_id":"Winfield_Adams@yahoo.com","dop":"2025-06-18","serial_number":"10800607391025","imei1":"10800607391025","imei2":"10800607391025","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T06:25:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162897,"job_number":"JOB_162897","tr_customer_id":162914,"tr_customer_product_id":162904,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:24:09.000Z","modified_at":"2026-01-21T06:24:49.000Z","name":"Chaz Wiegand","mobile_number":"557-481-6340","email_id":"Rahsaan_Nikolaus58@yahoo.com","dop":"2025-04-06","serial_number":"12398753504025","imei1":"12398753504025","imei2":"12398753504025","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T06:24:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162895,"job_number":"JOB_162895","tr_customer_id":162912,"tr_customer_product_id":162902,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:23:52.000Z","modified_at":"2026-01-21T06:24:32.000Z","name":"Elmo Medhurst","mobile_number":"532-934-0635","email_id":"Jaycee.Wunsch12@yahoo.com","dop":"2025-06-18","serial_number":"10149413580064","imei1":"10149413580064","imei2":"10149413580064","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T06:24:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162876,"job_number":"JOB_162876","tr_customer_id":162893,"tr_customer_product_id":162883,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T05:58:04.000Z","modified_at":"2026-01-21T05:58:45.000Z","name":"Stevie Will","mobile_number":"717-456-8183","email_id":"Okey89@gmail.com","dop":"2025-04-06","serial_number":"16760379314414","imei1":"16760379314414","imei2":"16760379314414","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T05:58:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162873,"job_number":"JOB_162873","tr_customer_id":162890,"tr_customer_product_id":162880,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T05:57:14.000Z","modified_at":"2026-01-21T05:57:56.000Z","name":"Leonel Dickinson","mobile_number":"905-339-2929","email_id":"Myriam.Crist@hotmail.com","dop":"2025-04-06","serial_number":"10830347128118","imei1":"10830347128118","imei2":"10830347128118","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T05:57:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162870,"job_number":"JOB_162870","tr_customer_id":162887,"tr_customer_product_id":162877,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T05:56:24.000Z","modified_at":"2026-01-21T05:57:06.000Z","name":"Kathlyn Gleichner","mobile_number":"465-805-8842","email_id":"Kaylah.Doyle@yahoo.com","dop":"2025-04-06","serial_number":"17316565882254","imei1":"17316565882254","imei2":"17316565882254","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T05:57:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162866,"job_number":"JOB_162866","tr_customer_id":162883,"tr_customer_product_id":162873,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T05:21:12.000Z","modified_at":"2026-01-21T05:21:53.000Z","name":"Benedict Franecki","mobile_number":"311-707-7688","email_id":"Sherman_Larkin70@yahoo.com","dop":"2025-04-06","serial_number":"16105861548766","imei1":"16105861548766","imei2":"16105861548766","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T05:21:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162863,"job_number":"JOB_162863","tr_customer_id":162880,"tr_customer_product_id":162870,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T05:20:24.000Z","modified_at":"2026-01-21T05:21:04.000Z","name":"Shanel Mitchell","mobile_number":"364-234-1439","email_id":"Boris19@yahoo.com","dop":"2025-04-06","serial_number":"19640831741122","imei1":"19640831741122","imei2":"19640831741122","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T05:21:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162860,"job_number":"JOB_162860","tr_customer_id":162877,"tr_customer_product_id":162867,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T05:19:37.000Z","modified_at":"2026-01-21T05:20:17.000Z","name":"Ari Blick","mobile_number":"310-853-4267","email_id":"Pete.Boyer@gmail.com","dop":"2025-04-06","serial_number":"17541327219997","imei1":"17541327219997","imei2":"17541327219997","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T05:20:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162856,"job_number":"JOB_162856","tr_customer_id":162873,"tr_customer_product_id":162863,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T05:00:27.000Z","modified_at":"2026-01-21T05:01:04.000Z","name":"Helene Morissette","mobile_number":"384-972-5919","email_id":"Zetta24@yahoo.com","dop":"2025-04-06","serial_number":"14434081241373","imei1":"14434081241373","imei2":"14434081241373","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T05:01:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162854,"job_number":"JOB_162854","tr_customer_id":162871,"tr_customer_product_id":162861,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T05:00:11.000Z","modified_at":"2026-01-21T05:00:48.000Z","name":"Herminio Parisian","mobile_number":"366-477-5062","email_id":"Moses_Jast22@hotmail.com","dop":"2025-04-06","serial_number":"13446758318385","imei1":"13446758318385","imei2":"13446758318385","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T05:00:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162851,"job_number":"JOB_162851","tr_customer_id":162868,"tr_customer_product_id":162858,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:57:07.000Z","modified_at":"2026-01-21T04:57:46.000Z","name":"Jeffrey Renner","mobile_number":"315-920-0749","email_id":"Jailyn71@hotmail.com","dop":"2025-04-06","serial_number":"19995083948725","imei1":"19995083948725","imei2":"19995083948725","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T04:57:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162849,"job_number":"JOB_162849","tr_customer_id":162866,"tr_customer_product_id":162856,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:56:21.000Z","modified_at":"2026-01-21T04:57:00.000Z","name":"Karine Tromp","mobile_number":"912-269-0209","email_id":"Maya66@hotmail.com","dop":"2025-04-06","serial_number":"16297752827894","imei1":"16297752827894","imei2":"16297752827894","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T04:57:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162847,"job_number":"JOB_162847","tr_customer_id":162864,"tr_customer_product_id":162854,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:55:35.000Z","modified_at":"2026-01-21T04:56:14.000Z","name":"Kaylie Deckow","mobile_number":"221-666-3278","email_id":"Nelda_Fadel7@hotmail.com","dop":"2025-04-06","serial_number":"19406400506696","imei1":"19406400506696","imei2":"19406400506696","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T04:56:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162846,"job_number":"JOB_162846","tr_customer_id":162863,"tr_customer_product_id":162853,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:50:32.000Z","modified_at":"2026-01-21T04:50:43.000Z","name":"Anibal Swift","mobile_number":"459-411-5035","email_id":"Alta_Raynor@yahoo.com","dop":"2025-07-01","serial_number":"107524683713839","imei1":"107524683713839","imei2":"107524683713839","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T04:50:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162844,"job_number":"JOB_162844","tr_customer_id":162861,"tr_customer_product_id":162851,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:50:17.000Z","modified_at":"2026-01-21T04:50:29.000Z","name":"Leta Dicki","mobile_number":"887-388-9895","email_id":"Angeline21@gmail.com","dop":"2025-07-01","serial_number":"109769010337732","imei1":"109769010337732","imei2":"109769010337732","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T04:50:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162836,"job_number":"JOB_162836","tr_customer_id":162853,"tr_customer_product_id":162843,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:40:28.000Z","modified_at":"2026-01-21T04:41:05.000Z","name":"Rogelio Abshire","mobile_number":"792-630-5066","email_id":"Alexie81@yahoo.com","dop":"2025-04-06","serial_number":"15659293544667","imei1":"15659293544667","imei2":"15659293544667","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T04:41:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162832,"job_number":"JOB_162832","tr_customer_id":162849,"tr_customer_product_id":162839,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:39:44.000Z","modified_at":"2026-01-21T04:40:21.000Z","name":"Shad Schumm","mobile_number":"899-328-5727","email_id":"Cheyanne.West@gmail.com","dop":"2025-04-06","serial_number":"13084459444306","imei1":"13084459444306","imei2":"13084459444306","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T04:40:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162829,"job_number":"JOB_162829","tr_customer_id":162846,"tr_customer_product_id":162836,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:39:00.000Z","modified_at":"2026-01-21T04:39:37.000Z","name":"Willy Treutel","mobile_number":"835-476-0629","email_id":"Ambrose_Brekke@gmail.com","dop":"2025-04-06","serial_number":"17719668847451","imei1":"17719668847451","imei2":"17719668847451","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T04:39:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162826,"job_number":"JOB_162826","tr_customer_id":162843,"tr_customer_product_id":162833,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:07:59.000Z","modified_at":"2026-01-21T04:08:35.000Z","name":"Elenor Goldner","mobile_number":"943-788-1744","email_id":"Derick.Bode30@hotmail.com","dop":"2025-04-06","serial_number":"13101353441914","imei1":"13101353441914","imei2":"13101353441914","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T04:08:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162823,"job_number":"JOB_162823","tr_customer_id":162840,"tr_customer_product_id":162830,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:07:15.000Z","modified_at":"2026-01-21T04:07:52.000Z","name":"Ezra Schaden","mobile_number":"842-210-0777","email_id":"Quincy_Stoltenberg@yahoo.com","dop":"2025-04-06","serial_number":"13419121368688","imei1":"13419121368688","imei2":"13419121368688","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T04:07:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162820,"job_number":"JOB_162820","tr_customer_id":162837,"tr_customer_product_id":162827,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:06:31.000Z","modified_at":"2026-01-21T04:07:08.000Z","name":"Savannah Barton","mobile_number":"762-285-4244","email_id":"Luz_Bauch@yahoo.com","dop":"2025-04-06","serial_number":"16431544841382","imei1":"16431544841382","imei2":"16431544841382","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T04:07:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162793,"job_number":"JOB_162793","tr_customer_id":162810,"tr_customer_product_id":162800,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:56:45.000Z","modified_at":"2026-01-21T03:57:22.000Z","name":"Daija Osinski","mobile_number":"477-559-8075","email_id":"Elian_Mohr@gmail.com","dop":"2025-04-06","serial_number":"18665664223340","imei1":"18665664223340","imei2":"18665664223340","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:57:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162790,"job_number":"JOB_162790","tr_customer_id":162807,"tr_customer_product_id":162797,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:56:18.000Z","modified_at":"2026-01-21T03:56:54.000Z","name":"Blaze Shanahan","mobile_number":"674-452-7759","email_id":"Leila.Oberbrunner61@gmail.com","dop":"2025-04-06","serial_number":"16678211497943","imei1":"16678211497943","imei2":"16678211497943","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:56:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162780,"job_number":"JOB_162780","tr_customer_id":162797,"tr_customer_product_id":162787,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:56:09.000Z","modified_at":"2026-01-21T03:56:46.000Z","name":"Tyra Abshire","mobile_number":"438-381-1054","email_id":"Lulu26@hotmail.com","dop":"2025-04-06","serial_number":"13048748776953","imei1":"13048748776953","imei2":"13048748776953","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:56:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162777,"job_number":"JOB_162777","tr_customer_id":162794,"tr_customer_product_id":162784,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:56:07.000Z","modified_at":"2026-01-21T03:56:43.000Z","name":"Leif Reilly","mobile_number":"737-540-3233","email_id":"Coty52@gmail.com","dop":"2025-04-06","serial_number":"19835682176129","imei1":"19835682176129","imei2":"19835682176129","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:56:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162772,"job_number":"JOB_162772","tr_customer_id":162789,"tr_customer_product_id":162779,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:56:01.000Z","modified_at":"2026-01-21T03:56:38.000Z","name":"Domingo Gorczany","mobile_number":"326-710-2540","email_id":"Marjolaine.Beatty@gmail.com","dop":"2025-04-06","serial_number":"18288382644165","imei1":"18288382644165","imei2":"18288382644165","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:56:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162769,"job_number":"JOB_162769","tr_customer_id":162786,"tr_customer_product_id":162776,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:56:00.000Z","modified_at":"2026-01-21T03:56:39.000Z","name":"Emmett Fisher","mobile_number":"905-927-3077","email_id":"Destiny70@gmail.com","dop":"2025-04-06","serial_number":"12355022513967","imei1":"12355022513967","imei2":"12355022513967","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:56:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162768,"job_number":"JOB_162768","tr_customer_id":162785,"tr_customer_product_id":162775,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:56:00.000Z","modified_at":"2026-01-21T03:56:35.000Z","name":"Sabrina Stokes","mobile_number":"624-963-2021","email_id":"Elwin30@gmail.com","dop":"2025-04-06","serial_number":"16318570667067","imei1":"16318570667067","imei2":"16318570667067","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:56:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162764,"job_number":"JOB_162764","tr_customer_id":162781,"tr_customer_product_id":162771,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:59.000Z","modified_at":"2026-01-21T03:56:35.000Z","name":"Maurine Kshlerin","mobile_number":"424-405-7015","email_id":"Norwood_Hills25@yahoo.com","dop":"2025-04-06","serial_number":"15203200953838","imei1":"15203200953838","imei2":"15203200953838","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:56:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162762,"job_number":"JOB_162762","tr_customer_id":162779,"tr_customer_product_id":162769,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:58.000Z","modified_at":"2026-01-21T03:56:38.000Z","name":"Alfredo Botsford","mobile_number":"504-530-0265","email_id":"Katherine_DAmore@yahoo.com","dop":"2025-04-06","serial_number":"13966168632848","imei1":"13966168632848","imei2":"13966168632848","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:56:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162756,"job_number":"JOB_162756","tr_customer_id":162773,"tr_customer_product_id":162763,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:52.000Z","modified_at":"2026-01-21T03:56:29.000Z","name":"Jaden Wintheiser","mobile_number":"953-339-8860","email_id":"Yasmine.Collier@hotmail.com","dop":"2025-04-06","serial_number":"19457451897614","imei1":"19457451897614","imei2":"19457451897614","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:56:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162753,"job_number":"JOB_162753","tr_customer_id":162770,"tr_customer_product_id":162760,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:45.000Z","modified_at":"2026-01-21T03:56:24.000Z","name":"Damaris Kautzer","mobile_number":"509-765-9199","email_id":"Murphy_Rolfson@gmail.com","dop":"2025-04-06","serial_number":"15221853954662","imei1":"15221853954662","imei2":"15221853954662","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:56:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162747,"job_number":"JOB_162747","tr_customer_id":162764,"tr_customer_product_id":162754,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:33.000Z","modified_at":"2026-01-21T03:56:10.000Z","name":"Sandrine Konopelski","mobile_number":"592-993-5479","email_id":"Garret61@gmail.com","dop":"2025-04-06","serial_number":"16612816751742","imei1":"16612816751742","imei2":"16612816751742","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:56:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162744,"job_number":"JOB_162744","tr_customer_id":162761,"tr_customer_product_id":162751,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:29.000Z","modified_at":"2026-01-21T03:56:06.000Z","name":"Jarret Schuster","mobile_number":"848-815-5376","email_id":"Kristin92@yahoo.com","dop":"2025-04-06","serial_number":"15859157635134","imei1":"15859157635134","imei2":"15859157635134","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:56:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162737,"job_number":"JOB_162737","tr_customer_id":162754,"tr_customer_product_id":162744,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:24.000Z","modified_at":"2026-01-21T03:56:01.000Z","name":"Roosevelt Feil","mobile_number":"779-526-0907","email_id":"Korey_Gerlach80@hotmail.com","dop":"2025-04-06","serial_number":"15642000329460","imei1":"15642000329460","imei2":"15642000329460","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:56:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162735,"job_number":"JOB_162735","tr_customer_id":162752,"tr_customer_product_id":162742,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:22.000Z","modified_at":"2026-01-21T03:55:59.000Z","name":"Anne Labadie","mobile_number":"281-721-6825","email_id":"Martin_Cole@yahoo.com","dop":"2025-04-06","serial_number":"10584542602368","imei1":"10584542602368","imei2":"10584542602368","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:55:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162731,"job_number":"JOB_162731","tr_customer_id":162748,"tr_customer_product_id":162738,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:19.000Z","modified_at":"2026-01-21T03:55:53.000Z","name":"Isabelle Braun","mobile_number":"270-582-3385","email_id":"Luna_Kiehn33@gmail.com","dop":"2025-04-06","serial_number":"14645338406941","imei1":"14645338406941","imei2":"14645338406941","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:55:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162730,"job_number":"JOB_162730","tr_customer_id":162747,"tr_customer_product_id":162737,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:19.000Z","modified_at":"2026-01-21T03:55:54.000Z","name":"Deondre Robel","mobile_number":"807-441-5171","email_id":"Fritz.Weimann@gmail.com","dop":"2025-04-06","serial_number":"12044646026468","imei1":"12044646026468","imei2":"12044646026468","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:55:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162725,"job_number":"JOB_162725","tr_customer_id":162742,"tr_customer_product_id":162732,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:17.000Z","modified_at":"2026-01-21T03:55:52.000Z","name":"Arielle Weber","mobile_number":"934-857-5231","email_id":"Marcellus_Marquardt91@yahoo.com","dop":"2025-04-06","serial_number":"10305875214283","imei1":"10305875214283","imei2":"10305875214283","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:55:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162723,"job_number":"JOB_162723","tr_customer_id":162740,"tr_customer_product_id":162730,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:17.000Z","modified_at":"2026-01-21T03:55:54.000Z","name":"Blake Hahn","mobile_number":"724-881-6914","email_id":"Pamela.Jerde@gmail.com","dop":"2025-04-06","serial_number":"15513768219737","imei1":"15513768219737","imei2":"15513768219737","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:55:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162720,"job_number":"JOB_162720","tr_customer_id":162737,"tr_customer_product_id":162727,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:14.000Z","modified_at":"2026-01-21T03:55:53.000Z","name":"Nona Bernhard","mobile_number":"961-213-4399","email_id":"Reilly_Schumm94@yahoo.com","dop":"2025-04-06","serial_number":"11064625716026","imei1":"11064625716026","imei2":"11064625716026","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:55:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162716,"job_number":"JOB_162716","tr_customer_id":162733,"tr_customer_product_id":162723,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:12.000Z","modified_at":"2026-01-21T03:55:50.000Z","name":"Lolita Gleason","mobile_number":"219-445-2155","email_id":"Paris.Pouros40@gmail.com","dop":"2025-04-06","serial_number":"12666730763924","imei1":"12666730763924","imei2":"12666730763924","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:55:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162714,"job_number":"JOB_162714","tr_customer_id":162731,"tr_customer_product_id":162721,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:10.000Z","modified_at":"2026-01-21T03:55:49.000Z","name":"Zechariah Fay","mobile_number":"834-754-6441","email_id":"Jayce.Fadel@gmail.com","dop":"2025-04-06","serial_number":"18367506703739","imei1":"18367506703739","imei2":"18367506703739","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:55:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162711,"job_number":"JOB_162711","tr_customer_id":162728,"tr_customer_product_id":162718,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:08.000Z","modified_at":"2026-01-21T03:55:45.000Z","name":"Samson Jenkins","mobile_number":"468-897-3166","email_id":"Rick.Jacobi53@hotmail.com","dop":"2025-04-06","serial_number":"13669836359349","imei1":"13669836359349","imei2":"13669836359349","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:55:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162708,"job_number":"JOB_162708","tr_customer_id":162725,"tr_customer_product_id":162715,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:59.000Z","modified_at":"2026-01-21T03:55:37.000Z","name":"Chanel Torp","mobile_number":"971-597-8476","email_id":"Cora.Little83@yahoo.com","dop":"2025-04-06","serial_number":"14266294146586","imei1":"14266294146586","imei2":"14266294146586","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:55:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162702,"job_number":"JOB_162702","tr_customer_id":162719,"tr_customer_product_id":162709,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:50.000Z","modified_at":"2026-01-21T03:55:26.000Z","name":"Shawna Conroy","mobile_number":"706-235-8255","email_id":"Willie_Bins@hotmail.com","dop":"2025-04-06","serial_number":"18566860494821","imei1":"18566860494821","imei2":"18566860494821","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:55:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162698,"job_number":"JOB_162698","tr_customer_id":162715,"tr_customer_product_id":162705,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:45.000Z","modified_at":"2026-01-21T03:55:22.000Z","name":"Brandyn Ryan","mobile_number":"342-836-0789","email_id":"Derek_Waelchi91@hotmail.com","dop":"2025-04-06","serial_number":"14380441275526","imei1":"14380441275526","imei2":"14380441275526","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:55:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162694,"job_number":"JOB_162694","tr_customer_id":162711,"tr_customer_product_id":162701,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:41.000Z","modified_at":"2026-01-21T03:55:17.000Z","name":"Ollie Kilback","mobile_number":"911-252-0985","email_id":"Clare_Oberbrunner@yahoo.com","dop":"2025-04-06","serial_number":"12869432379823","imei1":"12869432379823","imei2":"12869432379823","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:55:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162686,"job_number":"JOB_162686","tr_customer_id":162703,"tr_customer_product_id":162693,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:39.000Z","modified_at":"2026-01-21T03:55:15.000Z","name":"Cathryn Hagenes","mobile_number":"909-455-5091","email_id":"Orval_Lindgren79@yahoo.com","dop":"2025-04-06","serial_number":"19488924562643","imei1":"19488924562643","imei2":"19488924562643","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:55:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162681,"job_number":"JOB_162681","tr_customer_id":162698,"tr_customer_product_id":162688,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:38.000Z","modified_at":"2026-01-21T03:55:16.000Z","name":"Tina Williamson","mobile_number":"773-544-1621","email_id":"Maximo39@yahoo.com","dop":"2025-04-06","serial_number":"16118687829239","imei1":"16118687829239","imei2":"16118687829239","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:55:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162678,"job_number":"JOB_162678","tr_customer_id":162695,"tr_customer_product_id":162685,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:37.000Z","modified_at":"2026-01-21T03:55:12.000Z","name":"Charles Kautzer","mobile_number":"214-939-5625","email_id":"Candace.Abernathy50@hotmail.com","dop":"2025-04-06","serial_number":"15870016967143","imei1":"15870016967143","imei2":"15870016967143","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:55:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162673,"job_number":"JOB_162673","tr_customer_id":162690,"tr_customer_product_id":162680,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:35.000Z","modified_at":"2026-01-21T03:55:11.000Z","name":"Jordon Fahey","mobile_number":"675-986-4348","email_id":"Jermain_Schaden@yahoo.com","dop":"2025-04-06","serial_number":"16600416989378","imei1":"16600416989378","imei2":"16600416989378","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:55:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162672,"job_number":"JOB_162672","tr_customer_id":162689,"tr_customer_product_id":162679,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:35.000Z","modified_at":"2026-01-21T03:55:10.000Z","name":"Jake Champlin","mobile_number":"632-459-8880","email_id":"Tito73@hotmail.com","dop":"2025-04-06","serial_number":"13753611570726","imei1":"13753611570726","imei2":"13753611570726","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:55:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162664,"job_number":"JOB_162664","tr_customer_id":162681,"tr_customer_product_id":162671,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:28.000Z","modified_at":"2026-01-21T03:55:07.000Z","name":"Mikel Gislason","mobile_number":"317-822-0971","email_id":"Flavio_Sipes75@gmail.com","dop":"2025-04-06","serial_number":"11905602048084","imei1":"11905602048084","imei2":"11905602048084","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:55:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162658,"job_number":"JOB_162658","tr_customer_id":162675,"tr_customer_product_id":162665,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:25.000Z","modified_at":"2026-01-21T03:55:04.000Z","name":"Luisa Daugherty","mobile_number":"680-877-8714","email_id":"Wyman.Rowe@yahoo.com","dop":"2025-04-06","serial_number":"10238734404027","imei1":"10238734404027","imei2":"10238734404027","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:55:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162656,"job_number":"JOB_162656","tr_customer_id":162673,"tr_customer_product_id":162663,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:25.000Z","modified_at":"2026-01-21T03:55:01.000Z","name":"Alexandre Adams","mobile_number":"757-520-6558","email_id":"Nathan_Volkman29@hotmail.com","dop":"2025-04-06","serial_number":"17119721365153","imei1":"17119721365153","imei2":"17119721365153","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:55:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162655,"job_number":"JOB_162655","tr_customer_id":162672,"tr_customer_product_id":162662,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:25.000Z","modified_at":"2026-01-21T03:55:03.000Z","name":"Lora O'Reilly","mobile_number":"831-350-1137","email_id":"Devin3@hotmail.com","dop":"2025-04-06","serial_number":"14642630053185","imei1":"14642630053185","imei2":"14642630053185","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:55:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162649,"job_number":"JOB_162649","tr_customer_id":162666,"tr_customer_product_id":162656,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:21.000Z","modified_at":"2026-01-21T03:54:58.000Z","name":"Demond Hansen","mobile_number":"229-898-2513","email_id":"Eino38@yahoo.com","dop":"2025-04-06","serial_number":"19971897015472","imei1":"19971897015472","imei2":"19971897015472","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:54:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162648,"job_number":"JOB_162648","tr_customer_id":162665,"tr_customer_product_id":162655,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:21.000Z","modified_at":"2026-01-21T03:54:57.000Z","name":"Maximillian Wisoky","mobile_number":"481-210-9867","email_id":"Guiseppe88@hotmail.com","dop":"2025-06-18","serial_number":"10234349578596","imei1":"10234349578596","imei2":"10234349578596","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:54:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162645,"job_number":"JOB_162645","tr_customer_id":162662,"tr_customer_product_id":162652,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:13.000Z","modified_at":"2026-01-21T03:54:51.000Z","name":"Emerson Shanahan","mobile_number":"652-872-2180","email_id":"Kristy8@hotmail.com","dop":"2025-04-06","serial_number":"10947156777713","imei1":"10947156777713","imei2":"10947156777713","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:54:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162640,"job_number":"JOB_162640","tr_customer_id":162657,"tr_customer_product_id":162647,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:07.000Z","modified_at":"2026-01-21T03:54:43.000Z","name":"Shane Kub","mobile_number":"932-517-6766","email_id":"Flavie_Okuneva59@gmail.com","dop":"2025-04-06","serial_number":"19008913160366","imei1":"19008913160366","imei2":"19008913160366","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:54:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162638,"job_number":"JOB_162638","tr_customer_id":162655,"tr_customer_product_id":162645,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:53:59.000Z","modified_at":"2026-01-21T03:54:34.000Z","name":"Dexter Crooks","mobile_number":"212-681-2925","email_id":"Luther.Conn36@yahoo.com","dop":"2025-04-06","serial_number":"12814704807136","imei1":"12814704807136","imei2":"12814704807136","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:54:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162635,"job_number":"JOB_162635","tr_customer_id":162652,"tr_customer_product_id":162642,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:53:53.000Z","modified_at":"2026-01-21T03:54:28.000Z","name":"Princess Bayer","mobile_number":"544-904-1316","email_id":"Sarina_Lynch@yahoo.com","dop":"2025-04-06","serial_number":"18864871061443","imei1":"18864871061443","imei2":"18864871061443","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:54:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162632,"job_number":"JOB_162632","tr_customer_id":162649,"tr_customer_product_id":162639,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:53:47.000Z","modified_at":"2026-01-21T03:54:23.000Z","name":"Hobart Ruecker","mobile_number":"556-738-3578","email_id":"Carmela.Hyatt23@yahoo.com","dop":"2025-04-06","serial_number":"17238586412775","imei1":"17238586412775","imei2":"17238586412775","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:54:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162630,"job_number":"JOB_162630","tr_customer_id":162647,"tr_customer_product_id":162637,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:53:39.000Z","modified_at":"2026-01-21T03:54:17.000Z","name":"Micah Yundt","mobile_number":"790-766-8992","email_id":"Gus_Cummings16@hotmail.com","dop":"2025-04-06","serial_number":"19795840133136","imei1":"19795840133136","imei2":"19795840133136","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:54:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162627,"job_number":"JOB_162627","tr_customer_id":162644,"tr_customer_product_id":162634,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:53:38.000Z","modified_at":"2026-01-21T03:54:14.000Z","name":"Jillian Willms","mobile_number":"603-525-3968","email_id":"Theo_Ziemann@hotmail.com","dop":"2025-06-18","serial_number":"10490481658436","imei1":"10490481658436","imei2":"10490481658436","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:54:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162624,"job_number":"JOB_162624","tr_customer_id":162641,"tr_customer_product_id":162631,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:53:37.000Z","modified_at":"2026-01-21T03:54:14.000Z","name":"Trisha Johns","mobile_number":"333-581-5263","email_id":"Vallie72@gmail.com","dop":"2025-04-06","serial_number":"15864999580411","imei1":"15864999580411","imei2":"15864999580411","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:54:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162622,"job_number":"JOB_162622","tr_customer_id":162639,"tr_customer_product_id":162629,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:53:28.000Z","modified_at":"2026-01-21T03:54:03.000Z","name":"Sylvan Will","mobile_number":"962-389-6969","email_id":"Chyna_Satterfield@hotmail.com","dop":"2025-04-06","serial_number":"12423343791114","imei1":"12423343791114","imei2":"12423343791114","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:54:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162621,"job_number":"JOB_162621","tr_customer_id":162638,"tr_customer_product_id":162628,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:53:27.000Z","modified_at":"2026-01-21T03:53:35.000Z","name":"Karthik Duruvasula","mobile_number":"7897897890","email_id":"krthiksantosh@gmail.com","dop":"2025-05-07","serial_number":"29776641992789","imei1":"29776641992789","imei2":"29776641992789","popurl":"2025-05-07T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:53:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162619,"job_number":"JOB_162619","tr_customer_id":162636,"tr_customer_product_id":162626,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:53:20.000Z","modified_at":"2026-01-21T03:53:56.000Z","name":"Ray Turner","mobile_number":"579-685-7693","email_id":"Fernando_McDermott@hotmail.com","dop":"2025-04-06","serial_number":"12038532373941","imei1":"12038532373941","imei2":"12038532373941","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:53:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162617,"job_number":"JOB_162617","tr_customer_id":162634,"tr_customer_product_id":162624,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:53:17.000Z","modified_at":"2026-01-21T03:53:52.000Z","name":"Edyth Grimes","mobile_number":"421-871-8030","email_id":"Chadrick.Leffler60@hotmail.com","dop":"2025-04-06","serial_number":"16318141513793","imei1":"16318141513793","imei2":"16318141513793","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:53:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162615,"job_number":"JOB_162615","tr_customer_id":162632,"tr_customer_product_id":162622,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:53:16.000Z","modified_at":"2026-01-21T03:53:25.000Z","name":"Karthik Duruvasula","mobile_number":"7897897890","email_id":"krthiksantosh@gmail.com","dop":"2025-05-07","serial_number":"60839021241927","imei1":"60839021241927","imei2":"60839021241927","popurl":"2025-05-07T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:53:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162613,"job_number":"JOB_162613","tr_customer_id":162630,"tr_customer_product_id":162620,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:48:33.000Z","modified_at":"2026-01-21T03:49:05.000Z","name":"Geovanni Bartell","mobile_number":"264-283-5154","email_id":"Davon_Maggio50@gmail.com","dop":"2025-04-06","serial_number":"16769524572060","imei1":"16769524572060","imei2":"16769524572060","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:49:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162610,"job_number":"JOB_162610","tr_customer_id":162627,"tr_customer_product_id":162617,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:47:53.000Z","modified_at":"2026-01-21T03:48:26.000Z","name":"Larissa Schaden","mobile_number":"790-530-1039","email_id":"Eden.Krajcik@gmail.com","dop":"2025-04-06","serial_number":"12018204227382","imei1":"12018204227382","imei2":"12018204227382","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:48:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162607,"job_number":"JOB_162607","tr_customer_id":162624,"tr_customer_product_id":162614,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:47:12.000Z","modified_at":"2026-01-21T03:47:46.000Z","name":"Ona Jaskolski","mobile_number":"469-282-0317","email_id":"Randi_Greenfelder@gmail.com","dop":"2025-04-06","serial_number":"13470679357318","imei1":"13470679357318","imei2":"13470679357318","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:47:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162603,"job_number":"JOB_162603","tr_customer_id":162620,"tr_customer_product_id":162610,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T02:59:54.000Z","modified_at":"2026-01-21T03:44:48.000Z","name":"Fay Jaskolski","mobile_number":"333-876-7079","email_id":"Jaqueline40@hotmail.com","dop":"2025-04-06","serial_number":"17178707346116856","imei1":"17178707346116856","imei2":"17178707346116856","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:44:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162602,"job_number":"JOB_162602","tr_customer_id":162619,"tr_customer_product_id":162609,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T02:59:53.000Z","modified_at":"2026-01-21T03:00:32.000Z","name":"Jade Harris","mobile_number":"750-695-1076","email_id":"Gladyce_Thiel@yahoo.com","dop":"2025-04-06","serial_number":"18018350818538","imei1":"18018350818538","imei2":"18018350818538","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:00:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162599,"job_number":"JOB_162599","tr_customer_id":162616,"tr_customer_product_id":162606,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T02:59:05.000Z","modified_at":"2026-01-21T02:59:45.000Z","name":"Vilma Crooks","mobile_number":"521-767-9582","email_id":"Dawn.Tillman70@yahoo.com","dop":"2025-04-06","serial_number":"15539871771051","imei1":"15539871771051","imei2":"15539871771051","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T02:59:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162596,"job_number":"JOB_162596","tr_customer_id":162613,"tr_customer_product_id":162603,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T02:58:18.000Z","modified_at":"2026-01-21T02:58:57.000Z","name":"Virginia Kunde","mobile_number":"682-553-7790","email_id":"Chester.Murray56@yahoo.com","dop":"2025-04-06","serial_number":"19688787886970","imei1":"19688787886970","imei2":"19688787886970","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T02:58:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162986,"job_number":"JOB_162986","tr_customer_id":163003,"tr_customer_product_id":162993,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:48:08.000Z","modified_at":"2026-01-21T07:33:13.000Z","name":"Karishma Shetkar","mobile_number":"8928885292","email_id":"shetkarshashank@gmail.com","dop":"2026-01-12","serial_number":"32051489201456","imei1":"32051489201456","imei2":"32051489201456","popurl":"2026-01-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-21T07:33:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162959,"job_number":"JOB_162959","tr_customer_id":162976,"tr_customer_product_id":162966,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:38:45.000Z","modified_at":"2026-01-21T06:39:22.000Z","name":"Amaya Hackett","mobile_number":"412-898-5815","email_id":"Alana.Boyle@yahoo.com","dop":"2000-01-31","serial_number":"10320798703621","imei1":"10320798703621","imei2":"10320798703621","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T06:39:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162950,"job_number":"JOB_162950","tr_customer_id":162967,"tr_customer_product_id":162957,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:38:00.000Z","modified_at":"2026-01-21T06:38:37.000Z","name":"Kaitlin Ankunding","mobile_number":"285-536-0022","email_id":"Retta78@hotmail.com","dop":"2000-01-31","serial_number":"10347991978815","imei1":"10347991978815","imei2":"10347991978815","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T06:38:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162944,"job_number":"JOB_162944","tr_customer_id":162961,"tr_customer_product_id":162951,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:37:15.000Z","modified_at":"2026-01-21T06:37:53.000Z","name":"Mittie Shields","mobile_number":"831-454-0210","email_id":"Ernest.Auer@hotmail.com","dop":"2000-01-31","serial_number":"10165519465858","imei1":"10165519465858","imei2":"10165519465858","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T06:37:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162938,"job_number":"JOB_162938","tr_customer_id":162955,"tr_customer_product_id":162945,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:36:30.000Z","modified_at":"2026-01-21T06:37:08.000Z","name":"Jordon Bernhard","mobile_number":"583-901-4046","email_id":"Wilbert98@yahoo.com","dop":"2000-01-31","serial_number":"10576643990621","imei1":"10576643990621","imei2":"10576643990621","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T06:37:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162841,"job_number":"JOB_162841","tr_customer_id":162858,"tr_customer_product_id":162848,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:46:59.000Z","modified_at":"2026-01-21T04:47:26.000Z","name":"Jonatan McClure","mobile_number":"653-731-9683","email_id":"Adolfo_Rath63@hotmail.com","dop":"2017-01-31","serial_number":"19146630869963","imei1":"19146630869963","imei2":"19146630869963","popurl":"2017-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T04:47:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162839,"job_number":"JOB_162839","tr_customer_id":162856,"tr_customer_product_id":162846,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:45:07.000Z","modified_at":"2026-01-21T04:45:34.000Z","name":"Blanche Torphy","mobile_number":"885-770-0950","email_id":"Abner73@gmail.com","dop":"2017-01-31","serial_number":"10980136329168","imei1":"10980136329168","imei2":"10980136329168","popurl":"2017-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T04:45:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162818,"job_number":"JOB_162818","tr_customer_id":162835,"tr_customer_product_id":162825,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:03:25.000Z","modified_at":"2026-01-21T04:03:49.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"84244608133657","imei1":"84244608133657","imei2":"84244608133657","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T04:03:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162811,"job_number":"JOB_162811","tr_customer_id":162828,"tr_customer_product_id":162818,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:02:53.000Z","modified_at":"2026-01-21T04:03:17.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"84952586843901","imei1":"84952586843901","imei2":"84952586843901","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T04:03:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162804,"job_number":"JOB_162804","tr_customer_id":162821,"tr_customer_product_id":162811,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:02:22.000Z","modified_at":"2026-01-21T04:02:46.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"64648166473004","imei1":"64648166473004","imei2":"64648166473004","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T04:02:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162796,"job_number":"JOB_162796","tr_customer_id":162813,"tr_customer_product_id":162803,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:57:00.000Z","modified_at":"2026-01-21T03:57:39.000Z","name":"Isabel Mills","mobile_number":"406-262-7915","email_id":"Candido.Rowe@gmail.com","dop":"2000-01-31","serial_number":"10729306752076","imei1":"10729306752076","imei2":"10729306752076","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:57:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162787,"job_number":"JOB_162787","tr_customer_id":162804,"tr_customer_product_id":162794,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:56:13.000Z","modified_at":"2026-01-21T03:56:52.000Z","name":"Marjory Hilpert","mobile_number":"466-818-5187","email_id":"Candida.Rutherford@yahoo.com","dop":"2000-01-31","serial_number":"10677982861035","imei1":"10677982861035","imei2":"10677982861035","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:56:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162741,"job_number":"JOB_162741","tr_customer_id":162758,"tr_customer_product_id":162748,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:26.000Z","modified_at":"2026-01-21T03:56:05.000Z","name":"Verona Shields","mobile_number":"530-878-4794","email_id":"Dora.Moen@yahoo.com","dop":"2000-01-31","serial_number":"10804630468228","imei1":"10804630468228","imei2":"10804630468228","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:56:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162688,"job_number":"JOB_162688","tr_customer_id":162705,"tr_customer_product_id":162695,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:39.000Z","modified_at":"2026-01-21T03:55:18.000Z","name":"Lindsey Kreiger","mobile_number":"946-871-5451","email_id":"Dedric0@gmail.com","dop":"2000-01-31","serial_number":"10105368188057","imei1":"10105368188057","imei2":"10105368188057","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:55:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162666,"job_number":"JOB_162666","tr_customer_id":162683,"tr_customer_product_id":162673,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:30.000Z","modified_at":"2026-01-21T03:54:46.000Z","name":"Verna Hammes","mobile_number":"743-999-3938","email_id":"Assunta.Franecki14@gmail.com","dop":"2025-05-30","serial_number":"15602979380288","imei1":"15602979380288","imei2":"15602979380288","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:54:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163005,"job_number":"JOB_163005","tr_customer_id":163022,"tr_customer_product_id":163012,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T07:28:51.000Z","modified_at":"2026-01-21T07:29:03.000Z","name":"Major Barton","mobile_number":"564-853-2415","email_id":"Norene93@gmail.com","dop":"2025-11-04","serial_number":"12099593377760","imei1":"12099593377760","imei2":"12099593377760","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T07:29:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163004,"job_number":"JOB_163004","tr_customer_id":163021,"tr_customer_product_id":163011,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T07:28:34.000Z","modified_at":"2026-01-21T07:28:46.000Z","name":"Yolanda Schulist","mobile_number":"358-775-2746","email_id":"Vallie.Schuppe48@yahoo.com","dop":"2025-11-04","serial_number":"44518658767589","imei1":"44518658767589","imei2":"44518658767589","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T07:28:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162925,"job_number":"JOB_162925","tr_customer_id":162942,"tr_customer_product_id":162932,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:31:35.000Z","modified_at":"2026-01-21T06:31:46.000Z","name":"jatin sharma","mobile_number":"9191976787","email_id":"jatinvsharma@gmail.com","dop":"2025-12-13","serial_number":"57309058486599","imei1":"57309058486599","imei2":"57309058486599","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T06:31:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162924,"job_number":"JOB_162924","tr_customer_id":162941,"tr_customer_product_id":162931,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:31:20.000Z","modified_at":"2026-01-21T06:31:31.000Z","name":"uday p","mobile_number":"9191922787","email_id":"udap@gmail.com","dop":"2025-12-13","serial_number":"17154744459382","imei1":"17154744459382","imei2":"17154744459382","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T06:31:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162920,"job_number":"JOB_162920","tr_customer_id":162937,"tr_customer_product_id":162927,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:31:05.000Z","modified_at":"2026-01-21T06:31:16.000Z","name":"shoaib shaikh","mobile_number":"9191987787","email_id":"shaikhshoaib@gmail.com","dop":"2025-12-13","serial_number":"55918937670242","imei1":"55918937670242","imei2":"55918937670242","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T06:31:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162893,"job_number":"JOB_162893","tr_customer_id":162910,"tr_customer_product_id":162900,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:23:21.000Z","modified_at":"2026-01-21T06:23:33.000Z","name":"jatin sharma","mobile_number":"9191976787","email_id":"jatinvsharma@gmail.com","dop":"2025-12-13","serial_number":"64282419611892","imei1":"64282419611892","imei2":"64282419611892","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T06:23:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162892,"job_number":"JOB_162892","tr_customer_id":162909,"tr_customer_product_id":162899,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:23:06.000Z","modified_at":"2026-01-21T06:23:17.000Z","name":"uday p","mobile_number":"9191922787","email_id":"udap@gmail.com","dop":"2025-12-13","serial_number":"43066776680063","imei1":"43066776680063","imei2":"43066776680063","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T06:23:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162891,"job_number":"JOB_162891","tr_customer_id":162908,"tr_customer_product_id":162898,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:22:50.000Z","modified_at":"2026-01-21T06:23:01.000Z","name":"shoaib shaikh","mobile_number":"9191987787","email_id":"shaikhshoaib@gmail.com","dop":"2025-12-13","serial_number":"69761891639848","imei1":"69761891639848","imei2":"69761891639848","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T06:23:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162889,"job_number":"JOB_162889","tr_customer_id":162906,"tr_customer_product_id":162896,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:21:40.000Z","modified_at":"2026-01-21T06:21:51.000Z","name":"Roger Welch","mobile_number":"729-253-2332","email_id":"Liza_Collins@hotmail.com","dop":"2025-06-09","serial_number":"104316782562222","imei1":"104316782562222","imei2":"104316782562222","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T06:21:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162886,"job_number":"JOB_162886","tr_customer_id":162903,"tr_customer_product_id":162893,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:21:23.000Z","modified_at":"2026-01-21T06:21:35.000Z","name":"Rupert Sauer","mobile_number":"446-881-2133","email_id":"Larue.Berge25@gmail.com","dop":"2025-06-09","serial_number":"103764698010272","imei1":"103764698010272","imei2":"103764698010272","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T06:21:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162883,"job_number":"JOB_162883","tr_customer_id":162900,"tr_customer_product_id":162890,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:21:06.000Z","modified_at":"2026-01-21T06:21:18.000Z","name":"Leslie Donnelly","mobile_number":"940-318-3171","email_id":"Aida_Rosenbaum21@hotmail.com","dop":"2025-06-09","serial_number":"100120630446228","imei1":"100120630446228","imei2":"100120630446228","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T06:21:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162881,"job_number":"JOB_162881","tr_customer_id":162898,"tr_customer_product_id":162888,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:18:53.000Z","modified_at":"2026-01-21T06:19:03.000Z","name":"Erich Schuster","mobile_number":"812-494-7586","email_id":"Luella4@hotmail.com","dop":"2025-11-04","serial_number":"67525805198858","imei1":"67525805198858","imei2":"67525805198858","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T06:19:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162880,"job_number":"JOB_162880","tr_customer_id":162897,"tr_customer_product_id":162887,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:18:38.000Z","modified_at":"2026-01-21T06:18:49.000Z","name":"Marcellus Predovic","mobile_number":"626-935-4538","email_id":"Monica.Rippin15@hotmail.com","dop":"2025-11-04","serial_number":"39590447961371","imei1":"39590447961371","imei2":"39590447961371","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T06:18:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162879,"job_number":"JOB_162879","tr_customer_id":162896,"tr_customer_product_id":162886,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:18:34.000Z","modified_at":"2026-01-21T06:18:58.000Z","name":"Alexzander Farrell","mobile_number":"306-292-3286","email_id":"Autumn_Windler63@hotmail.com","dop":"2025-10-01","serial_number":"17177231230133","imei1":"17177231230133","imei2":"17177231230133","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T06:18:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162878,"job_number":"JOB_162878","tr_customer_id":162895,"tr_customer_product_id":162885,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:18:23.000Z","modified_at":"2026-01-21T06:18:34.000Z","name":"Lavern Ortiz","mobile_number":"637-625-1508","email_id":"Vanessa.MacGyver@gmail.com","dop":"2025-11-04","serial_number":"29531245978093","imei1":"29531245978093","imei2":"29531245978093","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T06:18:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162782,"job_number":"JOB_162782","tr_customer_id":162799,"tr_customer_product_id":162789,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:56:10.000Z","modified_at":"2026-01-21T03:56:21.000Z","name":"Jessyca Kuphal","mobile_number":"402-662-4161","email_id":"Helene_Cartwright@yahoo.com","dop":"2025-06-09","serial_number":"106377618699027","imei1":"106377618699027","imei2":"106377618699027","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:56:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162759,"job_number":"JOB_162759","tr_customer_id":162776,"tr_customer_product_id":162766,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:54.000Z","modified_at":"2026-01-21T03:56:05.000Z","name":"Connie Weimann","mobile_number":"720-603-7741","email_id":"Heloise.Cruickshank@yahoo.com","dop":"2025-06-09","serial_number":"105303194087258","imei1":"105303194087258","imei2":"105303194087258","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:56:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162750,"job_number":"JOB_162750","tr_customer_id":162767,"tr_customer_product_id":162757,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:38.000Z","modified_at":"2026-01-21T03:55:49.000Z","name":"Joannie Erdman","mobile_number":"470-489-1392","email_id":"Leland.Beatty@gmail.com","dop":"2025-06-09","serial_number":"103357694426149","imei1":"103357694426149","imei2":"103357694426149","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:55:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162674,"job_number":"JOB_162674","tr_customer_id":162691,"tr_customer_product_id":162681,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:36.000Z","modified_at":"2026-01-21T03:54:59.000Z","name":"Dwight Dibbert","mobile_number":"517-634-5742","email_id":"Tyrese.Padberg@hotmail.com","dop":"2025-10-01","serial_number":"19665562248680","imei1":"19665562248680","imei2":"19665562248680","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:54:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162669,"job_number":"JOB_162669","tr_customer_id":162686,"tr_customer_product_id":162676,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:34.000Z","modified_at":"2026-01-21T03:54:44.000Z","name":"giyu tomiaka","mobile_number":"800-346-6638","email_id":"giyu@g.com","dop":"2026-01-10","serial_number":"854234284339935","imei1":"854234284339935","imei2":"854234284339935","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:54:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162652,"job_number":"JOB_162652","tr_customer_id":162669,"tr_customer_product_id":162659,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:23.000Z","modified_at":"2026-01-21T03:54:32.000Z","name":"tanjiro kamado","mobile_number":"318-325-0081","email_id":"tanjiro@g.com","dop":"2026-01-10","serial_number":"667734374869607","imei1":"667734374869607","imei2":"667734374869607","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:54:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162643,"job_number":"JOB_162643","tr_customer_id":162660,"tr_customer_product_id":162650,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:12.000Z","modified_at":"2026-01-21T03:54:21.000Z","name":"saitama sensei","mobile_number":"847-932-2922","email_id":"saitama@yopmail.com","dop":"2026-01-10","serial_number":"438314888936517","imei1":"438314888936517","imei2":"438314888936517","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:54:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162593,"job_number":"JOB_162593","tr_customer_id":162610,"tr_customer_product_id":162600,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T02:38:37.000Z","modified_at":"2026-01-21T02:38:43.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"14534149519631","imei1":"14534149519631","imei2":"14534149519631","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T02:38:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162591,"job_number":"JOB_162591","tr_customer_id":162608,"tr_customer_product_id":162598,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T02:38:23.000Z","modified_at":"2026-01-21T02:38:29.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"19877363349496","imei1":"19877363349496","imei2":"19877363349496","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T02:38:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162589,"job_number":"JOB_162589","tr_customer_id":162606,"tr_customer_product_id":162596,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T02:38:00.000Z","modified_at":"2026-01-21T02:38:06.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"10816113408542","imei1":"10816113408542","imei2":"10816113408542","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T02:38:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/qc' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/qc
Response Information
Response Code: 200 - OK
Mean time per request: 609ms
Mean size per request: 2.95KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2ODk4MTY0NH0.KVZJ7bBuv-xKqyN-G8oRl4hL6Gvb7o_3R6fAFMlQUW8
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 99e5d6ab-6f5f-480e-8e45-8c4af2a1eca7
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"bce-jOXTB5eAz1h9nfp2x8tPOW7QvUo"
Vary Accept-Encoding
Content-Encoding gzip
Date Wed, 21 Jan 2026 07:47:26 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":163010,"job_number":"JOB_163010","tr_customer_id":163027,"tr_customer_product_id":163017,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":4,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T07:46:56.000Z","modified_at":"2026-01-21T07:47:19.000Z","name":"Enrico Schimmel","mobile_number":"379-331-2794","email_id":"Annamarie_Wuckert@hotmail.com","dop":"2025-04-06","serial_number":"19186070409161","imei1":"19186070409161","imei2":"19186070409161","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFQC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For QC","assigned_by":2,"assigned_on":"2026-01-21T07:47:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW","problems":[]},{"id":162572,"job_number":"JOB_162572","tr_customer_id":162589,"tr_customer_product_id":162579,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":4,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T20:36:17.000Z","modified_at":"2026-01-20T21:32:18.000Z","name":"Sophia Harvey","mobile_number":"216-565-0570","email_id":"Larry.Schowalter5@hotmail.com","dop":"2025-12-30","serial_number":"10743635281425","imei1":"10743635281425","imei2":"10743635281425","popurl":"2025-12-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFQC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For QC","assigned_by":2,"assigned_on":"2026-01-20T21:32:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW","problems":[]},{"id":163012,"job_number":"JOB_163012","tr_customer_id":163029,"tr_customer_product_id":163019,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":4,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T07:47:17.000Z","modified_at":"2026-01-21T07:47:24.000Z","name":"Octavia Hahn","mobile_number":"950-265-4948","email_id":"Bart95@yahoo.com","dop":"2025-11-04","serial_number":"39713453300546","imei1":"39713453300546","imei2":"39713453300546","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PFQC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For QC","assigned_by":2,"assigned_on":"2026-01-21T07:47:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW","problems":[]}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/qc' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"job_id":98100}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/qc
Response Information
Response Code: 200 - OK
Mean time per request: 257ms
Mean size per request: 49B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2ODk4MTY0NH0.KVZJ7bBuv-xKqyN-G8oRl4hL6Gvb7o_3R6fAFMlQUW8
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 062f2a4c-1f91-4518-9908-7ea620a7c210
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 24
Request Body
{
            "job_id": 163012
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 49
ETag W/"31-mme4/gAy7n3u0+fm11JLWXqB5Dc"
Vary Accept-Encoding
Date Wed, 21 Jan 2026 07:47:26 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"QC completed successfully","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/qc' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/qc
Response Information
Response Code: 200 - OK
Mean time per request: 625ms
Mean size per request: 1.99KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2ODk4MTY0NH0.KVZJ7bBuv-xKqyN-G8oRl4hL6Gvb7o_3R6fAFMlQUW8
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token d6c1b2ae-9490-41af-805c-2ed19ab778d4
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"7f6-Qd5z7zsCCynfXYujJeq/Z6NIExo"
Vary Accept-Encoding
Content-Encoding gzip
Date Wed, 21 Jan 2026 07:47:27 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":163010,"job_number":"JOB_163010","tr_customer_id":163027,"tr_customer_product_id":163017,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":4,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T07:46:56.000Z","modified_at":"2026-01-21T07:47:19.000Z","name":"Enrico Schimmel","mobile_number":"379-331-2794","email_id":"Annamarie_Wuckert@hotmail.com","dop":"2025-04-06","serial_number":"19186070409161","imei1":"19186070409161","imei2":"19186070409161","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFQC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For QC","assigned_by":2,"assigned_on":"2026-01-21T07:47:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW","problems":[]},{"id":162572,"job_number":"JOB_162572","tr_customer_id":162589,"tr_customer_product_id":162579,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":4,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T20:36:17.000Z","modified_at":"2026-01-20T21:32:18.000Z","name":"Sophia Harvey","mobile_number":"216-565-0570","email_id":"Larry.Schowalter5@hotmail.com","dop":"2025-12-30","serial_number":"10743635281425","imei1":"10743635281425","imei2":"10743635281425","popurl":"2025-12-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFQC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For QC","assigned_by":2,"assigned_on":"2026-01-20T21:32:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW","problems":[]}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/login' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"username":"iamfd","password":"password"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 200 - OK
Mean time per request: 251ms
Mean size per request: 690B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token bfbcab6d-3d8c-4f5f-9d4c-243f25b12c1e
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 42
Request Body
{"username":"iamfd","password":"password"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 690
ETag W/"2b2-PdQJGSKrgSRDRNIGIksS2XjJuDQ"
Vary Accept-Encoding
Date Wed, 21 Jan 2026 07:47:27 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg5ODE2NDd9.FExDsQtsnyKRnKxJ3OfpmOSVvvB73MDoNtsdBBGFL6w"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDQ1MjZ9.9PRb4D-Qi4k-AXJ37WoER_vk3MFrvNZCXpp_wuXXVoA' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'If-None-Match: W/"1af-Hx7rWnhMedRwRJUvWdcdDLlvRd0"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 200 - OK
Mean time per request: 251ms
Mean size per request: 438B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg5ODE2MzN9._4FNinjXwQig69gGU1WzW0HVFe7K6Y3B_XiPfY2-djo
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 3591c5fb-ce71-47ec-92c6-1e22bc760ae6
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 438
ETag W/"1b6-cR2dclq1S8zJDBAsHCDA10lTBi4"
Vary Accept-Encoding
Date Wed, 21 Jan 2026 07:47:28 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"id":4,"first_name":"fd","last_name":"fd","login_id":"iamfd","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":5,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-11-03T08:06:23.000Z","role_name":"FrontDesk","service_location":"Service Center A"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDQ1MjZ9.9PRb4D-Qi4k-AXJ37WoER_vk3MFrvNZCXpp_wuXXVoA' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'If-None-Match: W/"ca-jAuD6auKdGVIj/PAp8hCwAtCfbU"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 274ms
Mean size per request: 242B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg5ODE2MzN9._4FNinjXwQig69gGU1WzW0HVFe7K6Y3B_XiPfY2-djo
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 112367d6-5bd1-4f1c-8cb5-c989fada5fe0
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 242
ETag W/"f2-zBJZK8H/WLl2y/WWZ9OyZwSsBtw"
Vary Accept-Encoding
Date Wed, 21 Jan 2026 07:47:28 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for delivery","key":"pending_for_delivery","count":2},{"label":"Created today","key":"created_today","count":428},{"label":"Pending for FST assignment","key":"pending_fst_assignment","count":0}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDQ1MjZ9.9PRb4D-Qi4k-AXJ37WoER_vk3MFrvNZCXpp_wuXXVoA' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"details_key":"pending_for_delivery"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/dashboard/details
Response Information
Response Code: 200 - OK
Mean time per request: 270ms
Mean size per request: 1.94KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg5ODE2MzN9._4FNinjXwQig69gGU1WzW0HVFe7K6Y3B_XiPfY2-djo
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 5c30af08-53d3-4fca-bff7-59a187859656
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 38
Request Body
{"details_key":"pending_for_delivery"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"7c7-wfEsOTWO95g75WWRWj1W20KbBeU"
Vary Accept-Encoding
Content-Encoding gzip
Date Wed, 21 Jan 2026 07:47:28 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":162986,"job_number":"JOB_162986","tr_customer_id":163003,"tr_customer_product_id":162993,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:48:08.000Z","modified_at":"2026-01-21T07:33:13.000Z","name":"Karishma Shetkar","mobile_number":"8928885292","email_id":"shetkarshashank@gmail.com","dop":"2026-01-12","serial_number":"32051489201456","imei1":"32051489201456","imei2":"32051489201456","popurl":"2026-01-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-21T07:33:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163012,"job_number":"JOB_163012","tr_customer_id":163029,"tr_customer_product_id":163019,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T07:47:17.000Z","modified_at":"2026-01-21T07:47:26.000Z","name":"Octavia Hahn","mobile_number":"950-265-4948","email_id":"Bart95@yahoo.com","dop":"2025-11-04","serial_number":"39713453300546","imei1":"39713453300546","imei2":"39713453300546","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-21T07:47:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/fd/readyfordelivery' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDQ1MjZ9.9PRb4D-Qi4k-AXJ37WoER_vk3MFrvNZCXpp_wuXXVoA' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/fd/readyfordelivery
Response Information
Response Code: 200 - OK
Mean time per request: 272ms
Mean size per request: 1.94KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg5ODE2MzN9._4FNinjXwQig69gGU1WzW0HVFe7K6Y3B_XiPfY2-djo
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 9980f5e2-0370-4d67-9300-d187672df286
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"7c7-wfEsOTWO95g75WWRWj1W20KbBeU"
Vary Accept-Encoding
Content-Encoding gzip
Date Wed, 21 Jan 2026 07:47:28 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":162986,"job_number":"JOB_162986","tr_customer_id":163003,"tr_customer_product_id":162993,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:48:08.000Z","modified_at":"2026-01-21T07:33:13.000Z","name":"Karishma Shetkar","mobile_number":"8928885292","email_id":"shetkarshashank@gmail.com","dop":"2026-01-12","serial_number":"32051489201456","imei1":"32051489201456","imei2":"32051489201456","popurl":"2026-01-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-21T07:33:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163012,"job_number":"JOB_163012","tr_customer_id":163029,"tr_customer_product_id":163019,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T07:47:17.000Z","modified_at":"2026-01-21T07:47:26.000Z","name":"Octavia Hahn","mobile_number":"950-265-4948","email_id":"Bart95@yahoo.com","dop":"2025-11-04","serial_number":"39713453300546","imei1":"39713453300546","imei2":"39713453300546","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-21T07:47:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/fd/delivertocustomer' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDQ1MjZ9.9PRb4D-Qi4k-AXJ37WoER_vk3MFrvNZCXpp_wuXXVoA' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"job_id":98100}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/fd/delivertocustomer
Response Information
Response Code: 200 - OK
Mean time per request: 262ms
Mean size per request: 58B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg5ODE2MzN9._4FNinjXwQig69gGU1WzW0HVFe7K6Y3B_XiPfY2-djo
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token b4a83d23-4d35-4a25-bd23-8300aa65fb8f
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 24
Request Body
{
            "job_id": 163012
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 58
ETag W/"3a-3WdMDfucbYXvuH7Sl4ZX4bUclMI"
Vary Accept-Encoding
Date Wed, 21 Jan 2026 07:47:29 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Delivered to customer successfully","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/search' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDUyMjJ9.YREOhYz69EGXsaEozCw6Ugj3PVEi1zWT1bB4uvrhA9o' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"searchText":"JOB_98100"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/search
Response Information
Response Code: 200 - OK
Mean time per request: 271ms
Mean size per request: 31B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg5ODE2MzN9._4FNinjXwQig69gGU1WzW0HVFe7K6Y3B_XiPfY2-djo
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token a1d81b3a-d217-4616-ac99-ae51b98680fa
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 26
Request Body
{"searchText":"JOB_98100"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 31
ETag W/"1f-XHSNhKvrk3aAE4wN//TuJSkDTNM"
Vary Accept-Encoding
Date Wed, 21 Jan 2026 07:47:29 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/details/JOB_98100' \ -X 'POST' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDUyMjJ9.YREOhYz69EGXsaEozCw6Ugj3PVEi1zWT1bB4uvrhA9o' \ -H 'Connection: keep-alive' \ -H 'Content-Length: 0' \ -H 'Content-Type: text/plain' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/details/163012
Response Information
Response Code: 200 - OK
Mean time per request: 279ms
Mean size per request: 33B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg5ODE2MzN9._4FNinjXwQig69gGU1WzW0HVFe7K6Y3B_XiPfY2-djo
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 544b7865-0e38-479f-851d-e919eca95b2f
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 0
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 33
ETag W/"21-a549D1gRd+HW17tYvMzi9u5U1G4"
Vary Accept-Encoding
Date Wed, 21 Jan 2026 07:47:29 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":null}
Test Information
No Tests for this request
Request Information
Request Method: GET
Request URL:
Response Information
Response Code: -
Mean time per request: 0ms
Mean size per request: 0B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Response Headers
Response Body
No Response Body for this request
Test Information
No Tests for this request
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 200 - OK
Mean time per request: 253ms
Mean size per request: 690B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Content-Type application/json
DemoHeader Nibriti
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token fd0af5d3-7ef7-4d88-84ba-4171a35d7db3
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 58
Request Body
{
            "username": "iamfd",
            "password": "password"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 690
ETag W/"2b2-vgSOxhRAM3Ze7mI86e+uYbHeFIo"
Vary Accept-Encoding
Date Wed, 21 Jan 2026 07:47:30 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg5ODE2NTB9.ANUarRsI_QFzAkeghulO9R1YJ7ycjcSFLE_4jCRFBaQ"}}
Test Information
NamePassedFailedSkipped
Verify if the status code is 200 1 0 0
Verify that message should be 'Success' 1 0 0
Verify that token shoukd be valid 1 0 0
Verify JSON Success 1 0 0
Verify the resposne time is below 400ms 1 0 0
Total 5 0 0
Test Failure
Test NameAssertion Error
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 500 - Internal Server Error
Mean time per request: 252ms
Mean size per request: 111B

Test Pass Percentage
67 %
Request Headers
Header NameHeader Value
Content-Type application/json
DemoHeader Nibriti
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token daf5c7eb-7183-4113-891b-e57b1b93e756
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 71
Request Body
{
            "username": "{{invalidusername}}",
            "password": "Pass123"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 111
ETag W/"6f-3WIQw9DELuoisWKKy7VM2hiZxXA"
Vary Accept-Encoding
Date Wed, 21 Jan 2026 07:47:30 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"status":500,"message":"Invalid username or password","name":"APIError","isPublic":false,"isOperational":true}
Test Information
NamePassedFailedSkipped
Verify correct error message is shown 1 0 0
Verify correct error status is shown 0 1 0
Verify jsonSchema 1 0 0
Total 2 1 0
Test Failure
Test NameAssertion Error
Verify correct error status is shown
expected 500 to equal 401
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 500 - Internal Server Error
Mean time per request: 250ms
Mean size per request: 98B

Test Pass Percentage
67 %
Request Headers
Header NameHeader Value
Content-Type application/json
DemoHeader Nibriti
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 6dd2a877-0168-4f3b-9a35-efd03d165491
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 45
Request Body
{
            "username": "",
            "password": ""
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 98
ETag W/"62-jXdd8I0DBicnbx0aboTHyS7NZuM"
Vary Accept-Encoding
Date Wed, 21 Jan 2026 07:47:30 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"status":500,"message":"Invalid request","name":"APIError","isPublic":false,"isOperational":true}
Test Information
NamePassedFailedSkipped
Verify correct error message is shown 1 0 0
Verify correct error status is shown 0 1 0
Verify jsonSchema 1 0 0
Total 2 1 0
Test Failure
Test NameAssertion Error
Verify correct error status is shown
expected 500 to equal 400
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTQzNjB9.Q5KlbUO9TqRQwDxZcE9FQkYD93DTYNhePwfa3jI42Xk' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 200 - OK
Mean time per request: 250ms
Mean size per request: 438B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg5ODE2NTB9.ANUarRsI_QFzAkeghulO9R1YJ7ycjcSFLE_4jCRFBaQ
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 42312553-49f6-473e-a6ac-559856267f92
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 438
ETag W/"1b6-cR2dclq1S8zJDBAsHCDA10lTBi4"
Vary Accept-Encoding
Date Wed, 21 Jan 2026 07:47:30 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"id":4,"first_name":"fd","last_name":"fd","login_id":"iamfd","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":5,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-11-03T08:06:23.000Z","role_name":"FrontDesk","service_location":"Service Center A"}}
Test Information
NamePassedFailedSkipped
Verify if status code is 200 1 0 0
Verify if response message is success 1 0 0
Verify the response tine is below 400ms 1 0 0
Verify user data is present in response 1 0 0
Verify JSON Response Schema 1 0 0
Total 5 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTQzNjB9.Q5KlbUO9TqRQwDxZcE9FQkYD93DTYNhePwfa3jI42Xk' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 200 - OK
Mean time per request: 251ms
Mean size per request: 438B

Test Pass Percentage
0 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg5ODE2NTB9.ANUarRsI_QFzAkeghulO9R1YJ7ycjcSFLE_4jCRFBaQ
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token a1b599c4-579a-4153-ba25-9258b2b8e0af
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 438
ETag W/"1b6-cR2dclq1S8zJDBAsHCDA10lTBi4"
Vary Accept-Encoding
Date Wed, 21 Jan 2026 07:47:31 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"id":4,"first_name":"fd","last_name":"fd","login_id":"iamfd","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":5,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-11-03T08:06:23.000Z","role_name":"FrontDesk","service_location":"Service Center A"}}
Test Information
NamePassedFailedSkipped
Security:Veirfy if passowrd field is not present in the response 0 1 0
Total 0 1 0
Test Failure
Test NameAssertion Error
Security:Veirfy if passowrd field is not present in the response
expected { id: 4, first_name: 'fd', …(14) } to not have property 'password'
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTQzNjB9.Q5KlbUO9TqRQwDxZcE9FQkYD93DTYNhePwfa3jI42Xk' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 401 - Unauthorized
Mean time per request: 250ms
Mean size per request: 17B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg5ODE2NTB9.ANUarRsI_QFzAkeghulO9R1YJ7ycjcSFLE_4jCRFBaQ
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 05b3a6ff-ec33-4a6b-9931-2852e6cf771b
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type text/html; charset=utf-8
Content-Length 17
ETag W/"11-FLPMxCfH56IlIYLRaOTETEMIwHM"
Vary Accept-Encoding
Date Wed, 21 Jan 2026 07:47:31 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
401: Unauthorized
Test Information
NamePassedFailedSkipped
Verify status code is 401 1 0 0
Total 1 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTQzNjB9.Q5KlbUO9TqRQwDxZcE9FQkYD93DTYNhePwfa3jI42Xk' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 275ms
Mean size per request: 242B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg5ODE2NTB9.ANUarRsI_QFzAkeghulO9R1YJ7ycjcSFLE_4jCRFBaQ
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 0971bf17-3550-4b21-96f8-a086c7f251fd
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 242
ETag W/"f2-zBJZK8H/WLl2y/WWZ9OyZwSsBtw"
Vary Accept-Encoding
Date Wed, 21 Jan 2026 07:47:31 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for delivery","key":"pending_for_delivery","count":2},{"label":"Created today","key":"created_today","count":428},{"label":"Pending for FST assignment","key":"pending_fst_assignment","count":0}]}
Test Information
NamePassedFailedSkipped
Verify that status code is 200 1 0 0
Verify that response time is below 500ms 1 0 0
Verify if response message is success 1 0 0
Verify JSON Schema 1 0 0
Verify if the length of the data array is 3 1 0 0
Verify if the keys are present in response data Array 1 0 0
Verify if the count for the Json object Pending for delivery is Number or not 1 0 0
Verify if the count for the Json object Created today is Number or not 1 0 0
Verify if the count for the Json object Pending for FST assignment is Number or not 1 0 0
Total 9 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTQzNjB9.Q5KlbUO9TqRQwDxZcE9FQkYD93DTYNhePwfa3jI42Xk' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 401 - Unauthorized
Mean time per request: 248ms
Mean size per request: 17B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg5ODE2NTB9.ANUarRsI_QFzAkeghulO9R1YJ7ycjcSFLE_4jCRFBaQ
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 99ea307f-6298-4eeb-a3ad-a41a26b1c3fe
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type text/html; charset=utf-8
Content-Length 17
ETag W/"11-FLPMxCfH56IlIYLRaOTETEMIwHM"
Vary Accept-Encoding
Date Wed, 21 Jan 2026 07:47:32 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
401: Unauthorized
Test Information
NamePassedFailedSkipped
Verify status code is 401 1 0 0
Total 1 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTQzNjB9.Q5KlbUO9TqRQwDxZcE9FQkYD93DTYNhePwfa3jI42Xk' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 290ms
Mean size per request: 242B

Test Pass Percentage
0 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg5ODE2NTB9.ANUarRsI_QFzAkeghulO9R1YJ7ycjcSFLE_4jCRFBaQ
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token c0cb6955-f8b4-400a-99e5-421e90ba6cca
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 242
ETag W/"f2-zBJZK8H/WLl2y/WWZ9OyZwSsBtw"
Vary Accept-Encoding
Date Wed, 21 Jan 2026 07:47:32 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for delivery","key":"pending_for_delivery","count":2},{"label":"Created today","key":"created_today","count":428},{"label":"Pending for FST assignment","key":"pending_fst_assignment","count":0}]}
Test Information
NamePassedFailedSkipped
Verify status code is 401 0 1 0
Total 0 1 0
Test Failure
Test NameAssertion Error
Verify status code is 401
expected response to have status code 403 but got 200
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/master' \ -X 'POST' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTU5NjB9.nfvITuSMfYZ64YhDEuyZcSjywp2smDI8pOVYcgtzgwc' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Length: 0' \ -H 'Content-Type: text/plain' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/master
Response Information
Response Code: 200 - OK
Mean time per request: 261ms
Mean size per request: 10.53KB

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg5ODE2NTB9.ANUarRsI_QFzAkeghulO9R1YJ7ycjcSFLE_4jCRFBaQ
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token c426ec49-4b00-4f2d-8d38-9ac9a51e486a
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 0
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"2a1c-v2lPE1pRCSNwLh+/V8ccxPYHAHM"
Vary Accept-Encoding
Content-Encoding gzip
Date Wed, 21 Jan 2026 07:47:32 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":{"mst_oem":[{"id":1,"name":"Google","code":"GL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"},{"id":2,"name":"Apple","code":"APL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"}],"mst_model":[{"id":1,"name":"Nexus 2 blue","code":"NX2BL","mst_product_id":1,"is_active":1,"created_at":"2021-10-29T19:28:00.000Z","modified_at":"2021-10-29T19:28:00.000Z"},{"id":2,"name":"gallexy","code":"gl","mst_product_id":1,"is_active":1,"created_at":"2022-06-10T07:18:03.000Z","modified_at":"2022-06-10T07:18:03.000Z"},{"id":3,"name":"Iphone 11","code":"ip11","mst_product_id":3,"is_active":1,"created_at":"2022-08-18T16:59:27.000Z","modified_at":"2022-08-18T17:00:31.000Z"}],"mst_action_status":[{"id":1,"name":"Job Creation","code":"JBC","description":"Job Creation","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":2,"name":"Pending For Job Assignment","code":"PJFA","description":"Pending For Job Assignment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":3,"name":"Pending For Repair","code":"PFR","description":"Pending For Repair","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":4,"name":"Pending For QC","code":"PFQC","description":"Pending For QC","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":5,"name":"Pending for Delivery","code":"PDL","description":"Pending for Delivery","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:00:39.000Z"},{"id":6,"name":"Delivered to customer","code":"DC","description":"Delivered to customer","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:01:48.000Z"},{"id":7,"name":"QC Rejected","code":"QCR","description":"QC Rejected","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":8,"name":"Quatation Raised","code":"QR","description":"Quatation Raised","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":9,"name":"Pending For Payment","code":"PFP","description":"Pending For Payment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":10,"name":"Payment Is Done","code":"PD","description":"Payment Is Done","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":11,"name":"Job Closed Successfully","code":"JC","description":"Job Closed Successfully","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":12,"name":"Assigned to FST - Inbound","code":"AFI","description":"Assigned to FST - Inbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":13,"name":"Assigned to FST - Outbound","code":"AFO","description":"Assigned to FST - Outbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":14,"name":"Begin Journey","code":"BJY","description":"Begin Journey","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":15,"name":"Submitted To FD","code":"SFD","description":"Submitted To FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":16,"name":"Collected At FD","code":"CFD","description":"Collected At FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"}],"mst_warrenty_status":[{"id":1,"name":"In Warrenty","code":"IW","description":"In Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"},{"id":2,"name":"Out Of Warrenty","code":"OOW","description":"Out Of Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"}],"mst_platform":[{"id":1,"name":"FST","code":"FST","description":"Field technician will go to customer's house","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"},{"id":2,"name":"Front Desk","code":"FD","description":"Customer will come to service center to submit his device","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"}],"mst_product":[{"id":1,"name":"Nexus 2","code":"NX2","mst_oem_id":1,"is_active":1,"created_at":"2021-10-29T19:27:21.000Z","modified_at":"2021-10-29T19:27:21.000Z"},{"id":2,"name":"Pixel","code":"gl","mst_oem_id":1,"is_active":1,"created_at":"2022-06-10T07:16:57.000Z","modified_at":"2022-08-18T16:55:02.000Z"},{"id":3,"name":"IPhone","code":"ip","mst_oem_id":2,"is_active":1,"created_at":"2022-08-18T16:56:15.000Z","modified_at":"2022-08-18T16:57:20.000Z"}],"mst_role":[{"id":1,"name":"Engineer","code":"ENG","description":"Engineer","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":2,"name":"Supervisor","code":"SPV","description":"Supervisor","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":3,"name":"FST","code":"FST","description":"Field Service Technician","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":4,"name":"QC","code":"QC","description":"Quality check","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":5,"name":"FrontDesk","code":"FD","description":"Front Desk","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"},{"id":6,"name":"Callcenter","code":"CC","description":"Callcenter","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"}],"mst_service_location":[{"id":1,"name":"Service Center A","code":"B2X","mobile_number":"8877667788","email_id":"servicecentera@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400075,"country":"India","gstin":"22AAAAA0000A1","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:58.000Z"},{"id":2,"name":"Service Center B","code":"SFY","mobile_number":"8877667789","email_id":"servicecenterb@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400606,"country":"India","gstin":"22AAAAA0000B2","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:59.000Z"},{"id":3,"name":"Service Centre C","code":"PKC","mobile_number":"8877667790","email_id":"servicecenterpk@gmail.com","address":"Srinagar,Kashmir(A)","pincode":577432,"country":"India","gstin":"22AAAAA0000C3","is_repair_line_engineer":1,"is_active":1,"created_at":"2022-12-13T11:05:47.000Z","modified_at":"2022-12-13T11:05:47.000Z"}],"mst_problem":[{"id":1,"name":"Smartphone is running slow","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":2,"name":"Poor battery life","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":3,"name":"Phone or app crashes","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":4,"name":"Sync issue","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":5,"name":"MicroSD card is not working on your phone","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":6,"name":"Overheating","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":7,"name":"Connecting problem with Bluetooth, Wifi, Cellular network","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":8,"name":"Cracked screen","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":9,"name":"Other","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":10,"name":"Camera issue","created_at":"2022-06-13T15:01:02.000Z","modified_at":"2022-06-13T15:01:02.000Z"},{"id":11,"name":"Charger Not Working","created_at":"2022-08-14T12:38:04.000Z","modified_at":"2022-08-14T12:38:04.000Z"},{"id":12,"name":" Software Booting Issue ","created_at":"2022-08-14T13:03:08.000Z","modified_at":"2022-08-14T13:03:08.000Z"},{"id":15,"name":"Head Phone Jack not working","created_at":"2022-06-16T15:22:18.000Z","modified_at":"2022-06-16T15:22:18.000Z"},{"id":16,"name":"Head Phone issue","created_at":"2022-06-16T15:27:47.000Z","modified_at":"2022-06-16T15:27:47.000Z"},{"id":17,"name":"Random Problem","created_at":"2022-07-11T02:56:01.000Z","modified_at":"2022-07-11T02:56:01.000Z"},{"id":19,"name":"Front camera not working","created_at":"2022-07-13T17:50:54.000Z","modified_at":"2022-07-13T17:50:54.000Z"},{"id":20,"name":"Battery issue","created_at":"2022-07-13T17:51:47.000Z","modified_at":"2022-07-13T17:51:47.000Z"},{"id":22,"name":"Screen display issue","created_at":"2022-08-29T11:09:24.000Z","modified_at":"2022-08-29T11:09:24.000Z"},{"id":24,"name":"Apps Not Downloading","created_at":"2022-08-29T12:10:34.000Z","modified_at":"2022-08-29T12:10:34.000Z"},{"id":26,"name":"Unresponsive screen","created_at":"2022-09-19T10:03:08.000Z","modified_at":"2022-09-19T10:03:08.000Z"},{"id":27,"name":"Blue Screen Error","created_at":"2022-12-13T11:01:48.000Z","modified_at":"2022-12-13T11:01:48.000Z"},{"id":28,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"},{"id":29,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"}],"map_fst_pincode":[{"pincode":100011,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100012,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100013,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100014,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100015,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":400065,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":200011,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200012,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200013,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200014,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200015,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"}]}}
Test Information
NamePassedFailedSkipped
Status code is 200 1 0 0
Verify if response message is success 1 0 0
Verify that response time is below 500 1 0 0
Verify JSON Schema 1 0 0
Verify if the key mst_oem is present in the response body 1 0 0
Verify if the key mst_model is present in the response body 1 0 0
Verify if the key mst_action_status is present in the response body 1 0 0
Verify if the key mst_warrenty_status is present in the response body 1 0 0
Verify if the key mst_product is present in the response body 1 0 0
Verify if the key mst_role is present in the response body 1 0 0
Verify if the key mst_service_location is present in the response body 1 0 0
Verify if the key mst_problem is present in the response body 1 0 0
Verify if the key map_fst_pincode is present in the response body 1 0 0
Verify if the key is storing a non empty array 1 0 0
Total 14 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/master' \ -X 'POST' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTU5NjB9.nfvITuSMfYZ64YhDEuyZcSjywp2smDI8pOVYcgtzgwc' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Length: 0' \ -H 'Content-Type: text/plain' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/master
Response Information
Response Code: 401 - Unauthorized
Mean time per request: 248ms
Mean size per request: 17B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg5ODE2NTB9.ANUarRsI_QFzAkeghulO9R1YJ7ycjcSFLE_4jCRFBaQ
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 3f024ac0-174c-40c5-8e58-22fd72872e4b
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 0
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type text/html; charset=utf-8
Content-Length 17
ETag W/"11-FLPMxCfH56IlIYLRaOTETEMIwHM"
Vary Accept-Encoding
Date Wed, 21 Jan 2026 07:47:32 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
401: Unauthorized
Test Information
NamePassedFailedSkipped
Verify status code is 401 1 0 0
Total 1 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/master' \ -X 'POST' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTU5NjB9.nfvITuSMfYZ64YhDEuyZcSjywp2smDI8pOVYcgtzgwc' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Length: 0' \ -H 'Content-Type: text/plain' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/master
Response Information
Response Code: 200 - OK
Mean time per request: 262ms
Mean size per request: 10.53KB

Test Pass Percentage
0 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg5ODE2NTB9.ANUarRsI_QFzAkeghulO9R1YJ7ycjcSFLE_4jCRFBaQ
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 76fb8c2c-d07a-4547-a691-8565232fdbcd
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 0
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"2a1c-v2lPE1pRCSNwLh+/V8ccxPYHAHM"
Vary Accept-Encoding
Content-Encoding gzip
Date Wed, 21 Jan 2026 07:47:33 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":{"mst_oem":[{"id":1,"name":"Google","code":"GL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"},{"id":2,"name":"Apple","code":"APL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"}],"mst_model":[{"id":1,"name":"Nexus 2 blue","code":"NX2BL","mst_product_id":1,"is_active":1,"created_at":"2021-10-29T19:28:00.000Z","modified_at":"2021-10-29T19:28:00.000Z"},{"id":2,"name":"gallexy","code":"gl","mst_product_id":1,"is_active":1,"created_at":"2022-06-10T07:18:03.000Z","modified_at":"2022-06-10T07:18:03.000Z"},{"id":3,"name":"Iphone 11","code":"ip11","mst_product_id":3,"is_active":1,"created_at":"2022-08-18T16:59:27.000Z","modified_at":"2022-08-18T17:00:31.000Z"}],"mst_action_status":[{"id":1,"name":"Job Creation","code":"JBC","description":"Job Creation","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":2,"name":"Pending For Job Assignment","code":"PJFA","description":"Pending For Job Assignment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":3,"name":"Pending For Repair","code":"PFR","description":"Pending For Repair","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":4,"name":"Pending For QC","code":"PFQC","description":"Pending For QC","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":5,"name":"Pending for Delivery","code":"PDL","description":"Pending for Delivery","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:00:39.000Z"},{"id":6,"name":"Delivered to customer","code":"DC","description":"Delivered to customer","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:01:48.000Z"},{"id":7,"name":"QC Rejected","code":"QCR","description":"QC Rejected","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":8,"name":"Quatation Raised","code":"QR","description":"Quatation Raised","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":9,"name":"Pending For Payment","code":"PFP","description":"Pending For Payment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":10,"name":"Payment Is Done","code":"PD","description":"Payment Is Done","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":11,"name":"Job Closed Successfully","code":"JC","description":"Job Closed Successfully","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":12,"name":"Assigned to FST - Inbound","code":"AFI","description":"Assigned to FST - Inbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":13,"name":"Assigned to FST - Outbound","code":"AFO","description":"Assigned to FST - Outbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":14,"name":"Begin Journey","code":"BJY","description":"Begin Journey","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":15,"name":"Submitted To FD","code":"SFD","description":"Submitted To FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":16,"name":"Collected At FD","code":"CFD","description":"Collected At FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"}],"mst_warrenty_status":[{"id":1,"name":"In Warrenty","code":"IW","description":"In Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"},{"id":2,"name":"Out Of Warrenty","code":"OOW","description":"Out Of Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"}],"mst_platform":[{"id":1,"name":"FST","code":"FST","description":"Field technician will go to customer's house","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"},{"id":2,"name":"Front Desk","code":"FD","description":"Customer will come to service center to submit his device","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"}],"mst_product":[{"id":1,"name":"Nexus 2","code":"NX2","mst_oem_id":1,"is_active":1,"created_at":"2021-10-29T19:27:21.000Z","modified_at":"2021-10-29T19:27:21.000Z"},{"id":2,"name":"Pixel","code":"gl","mst_oem_id":1,"is_active":1,"created_at":"2022-06-10T07:16:57.000Z","modified_at":"2022-08-18T16:55:02.000Z"},{"id":3,"name":"IPhone","code":"ip","mst_oem_id":2,"is_active":1,"created_at":"2022-08-18T16:56:15.000Z","modified_at":"2022-08-18T16:57:20.000Z"}],"mst_role":[{"id":1,"name":"Engineer","code":"ENG","description":"Engineer","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":2,"name":"Supervisor","code":"SPV","description":"Supervisor","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":3,"name":"FST","code":"FST","description":"Field Service Technician","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":4,"name":"QC","code":"QC","description":"Quality check","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":5,"name":"FrontDesk","code":"FD","description":"Front Desk","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"},{"id":6,"name":"Callcenter","code":"CC","description":"Callcenter","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"}],"mst_service_location":[{"id":1,"name":"Service Center A","code":"B2X","mobile_number":"8877667788","email_id":"servicecentera@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400075,"country":"India","gstin":"22AAAAA0000A1","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:58.000Z"},{"id":2,"name":"Service Center B","code":"SFY","mobile_number":"8877667789","email_id":"servicecenterb@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400606,"country":"India","gstin":"22AAAAA0000B2","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:59.000Z"},{"id":3,"name":"Service Centre C","code":"PKC","mobile_number":"8877667790","email_id":"servicecenterpk@gmail.com","address":"Srinagar,Kashmir(A)","pincode":577432,"country":"India","gstin":"22AAAAA0000C3","is_repair_line_engineer":1,"is_active":1,"created_at":"2022-12-13T11:05:47.000Z","modified_at":"2022-12-13T11:05:47.000Z"}],"mst_problem":[{"id":1,"name":"Smartphone is running slow","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":2,"name":"Poor battery life","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":3,"name":"Phone or app crashes","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":4,"name":"Sync issue","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":5,"name":"MicroSD card is not working on your phone","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":6,"name":"Overheating","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":7,"name":"Connecting problem with Bluetooth, Wifi, Cellular network","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":8,"name":"Cracked screen","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":9,"name":"Other","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":10,"name":"Camera issue","created_at":"2022-06-13T15:01:02.000Z","modified_at":"2022-06-13T15:01:02.000Z"},{"id":11,"name":"Charger Not Working","created_at":"2022-08-14T12:38:04.000Z","modified_at":"2022-08-14T12:38:04.000Z"},{"id":12,"name":" Software Booting Issue ","created_at":"2022-08-14T13:03:08.000Z","modified_at":"2022-08-14T13:03:08.000Z"},{"id":15,"name":"Head Phone Jack not working","created_at":"2022-06-16T15:22:18.000Z","modified_at":"2022-06-16T15:22:18.000Z"},{"id":16,"name":"Head Phone issue","created_at":"2022-06-16T15:27:47.000Z","modified_at":"2022-06-16T15:27:47.000Z"},{"id":17,"name":"Random Problem","created_at":"2022-07-11T02:56:01.000Z","modified_at":"2022-07-11T02:56:01.000Z"},{"id":19,"name":"Front camera not working","created_at":"2022-07-13T17:50:54.000Z","modified_at":"2022-07-13T17:50:54.000Z"},{"id":20,"name":"Battery issue","created_at":"2022-07-13T17:51:47.000Z","modified_at":"2022-07-13T17:51:47.000Z"},{"id":22,"name":"Screen display issue","created_at":"2022-08-29T11:09:24.000Z","modified_at":"2022-08-29T11:09:24.000Z"},{"id":24,"name":"Apps Not Downloading","created_at":"2022-08-29T12:10:34.000Z","modified_at":"2022-08-29T12:10:34.000Z"},{"id":26,"name":"Unresponsive screen","created_at":"2022-09-19T10:03:08.000Z","modified_at":"2022-09-19T10:03:08.000Z"},{"id":27,"name":"Blue Screen Error","created_at":"2022-12-13T11:01:48.000Z","modified_at":"2022-12-13T11:01:48.000Z"},{"id":28,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"},{"id":29,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"}],"map_fst_pincode":[{"pincode":100011,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100012,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100013,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100014,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100015,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":400065,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":200011,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200012,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200013,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200014,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200015,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"}]}}
Test Information
NamePassedFailedSkipped
Verify status code is 401 0 1 0
Total 0 1 0
Test Failure
Test NameAssertion Error
Verify status code is 401
expected response to have status code 403 but got 200
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"customer":{"first_name":"Nibriti","last_name":"singh","mobile_number":"7982839213","mobile_number_alt":"","email_id":"nivriti.singh@gmail.com","email_id_alt":"nivriti.singh@gmail.com"},"customer_address":{"flat_number":"23","apartment_name":"Ganga","street_name":"lingepolder","landmark":"hgjhggjkkj","area":"Ghartanpada","pincode":"800023","country":"India","state":"Maharashtra"},"customer_product":{"dop":"2025-11-04T23:00:00.000Z","serial_number":"012345678945678","imei1":"012345678945678","imei2":"012345678945678","popurl":"2025-11-04T23:00:00.000Z","product_id":3,"mst_model_id":3},"problems":[{"id":3,"remark":""}]}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/create
Response Information
Response Code: 200 - OK
Mean time per request: 319ms
Mean size per request: 233B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg5ODE2NTB9.ANUarRsI_QFzAkeghulO9R1YJ7ycjcSFLE_4jCRFBaQ
randomnumber 815
randomFirstName Tanya
randomLastName Walker
randomEmail Aylin.Donnelly48@yahoo.com
randomPhone 490-566-8904
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 23e0c94e-aee9-4cc8-88af-7771a2b73a79
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 1049
Request Body
{
            "mst_service_location_id": 0,
            "mst_platform_id": 2,
            "mst_warrenty_status_id": 1,
            "mst_oem_id": 2,
            "customer": {
                "first_name": "Gaetano",
                "last_name": "Bogan",
                "mobile_number": "673-444-4188",
                "mobile_number_alt": "",
                "email_id": "Lenny67@hotmail.com",
                "email_id_alt": ""
            },
            "customer_address": {
                "flat_number": "23",
                "apartment_name": "Ganga",
                "street_name": "ganga road",
                "landmark": "hgjhggjkkj",
                "area": "Ghartanpada",
                "pincode": "820023",
                "country": "India",
                "state": "Maharashtra"
            },
            "customer_product": {
                "dop": "2025-11-04T23:00:00.000Z",
                "serial_number":"27001982397134",
                "imei1": "27001982397134",
                "imei2": "27001982397134",
                "popurl": "2025-11-04T23:00:00.000Z",
                "product_id": 3,
                "mst_model_id": 3
            },
            "problems": [
                {
                    "id": 3,
                    "remark": ""
                }
            ]
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 233
ETag W/"e9-zeT4u7qUhxOMMbdN/TscBdPKE2Y"
Vary Accept-Encoding
Date Wed, 21 Jan 2026 07:47:33 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Job created successfully. ","data":{"id":163013,"mst_service_location_id":1,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"tr_customer_id":163030,"tr_customer_product_id":163020,"job_number":"JOB_163013"}}
Test Information
NamePassedFailedSkipped
Status code is 200 1 0 0
Verify if response message is Job Created Successfully 1 0 0
Verify that response time is below 500 1 0 0
Verify JSON Schema 1 0 0
Verify that id is present in the response data 1 0 0
Verify that mst_service_location_id is present in the response data 1 0 0
Verify that mst_platform_id is present in the response data 1 0 0
Verify that mst_warrenty_status_id is present in the response data 1 0 0
Verify that mst_oem_id is present in the response data 1 0 0
Verify that tr_customer_id is present in the response data 1 0 0
Verify that tr_customer_product_id is present in the response data 1 0 0
Verify that job_number is present in the response data 1 0 0
Verify job_number starts with JOB_ 1 0 0
Total 13 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"customer":{"first_name":"Nibriti","last_name":"singh","mobile_number":"7982839213","mobile_number_alt":"","email_id":"nivriti.singh@gmail.com","email_id_alt":"nivriti.singh@gmail.com"},"customer_address":{"flat_number":"23","apartment_name":"Ganga","street_name":"lingepolder","landmark":"hgjhggjkkj","area":"Ghartanpada","pincode":"800023","country":"India","state":"Maharashtra"},"customer_product":{"dop":"2025-11-04T23:00:00.000Z","serial_number":"012345678945678","imei1":"012345678945678","imei2":"012345678945678","popurl":"2025-11-04T23:00:00.000Z","product_id":3,"mst_model_id":3},"problems":[{"id":3,"remark":""}]}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/create
Response Information
Response Code: 401 - Unauthorized
Mean time per request: 249ms
Mean size per request: 17B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg5ODE2NTB9.ANUarRsI_QFzAkeghulO9R1YJ7ycjcSFLE_4jCRFBaQ
randomnumber 759
randomFirstName Amir
randomLastName Upton
randomEmail Waldo_Smith94@yahoo.com
randomPhone 898-398-6200
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token ce9b9f9c-7673-4013-9086-9b29b8143efa
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 1055
Request Body
{
            "mst_service_location_id": 0,
            "mst_platform_id": 2,
            "mst_warrenty_status_id": 1,
            "mst_oem_id": 2,
            "customer": {
                "first_name": "Elisabeth",
                "last_name": "Harris",
                "mobile_number": "465-498-0070",
                "mobile_number_alt": "",
                "email_id": "Justina.OKon@yahoo.com",
                "email_id_alt": ""
            },
            "customer_address": {
                "flat_number": "23",
                "apartment_name": "Ganga",
                "street_name": "ganga road",
                "landmark": "hgjhggjkkj",
                "area": "Ghartanpada",
                "pincode": "820023",
                "country": "India",
                "state": "Maharashtra"
            },
            "customer_product": {
                "dop": "2025-11-04T23:00:00.000Z",
                "serial_number":"86508898003642",
                "imei1": "86508898003642",
                "imei2": "86508898003642",
                "popurl": "2025-11-04T23:00:00.000Z",
                "product_id": 3,
                "mst_model_id": 3
            },
            "problems": [
                {
                    "id": 3,
                    "remark": ""
                }
            ]
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type text/html; charset=utf-8
Content-Length 17
ETag W/"11-FLPMxCfH56IlIYLRaOTETEMIwHM"
Vary Accept-Encoding
Date Wed, 21 Jan 2026 07:47:33 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
401: Unauthorized
Test Information
NamePassedFailedSkipped
Verify if the status code is 401 1 0 0
Total 1 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"customer":{"first_name":"Nibriti","last_name":"singh","mobile_number":"7982839213","mobile_number_alt":"","email_id":"nivriti.singh@gmail.com","email_id_alt":"nivriti.singh@gmail.com"},"customer_address":{"flat_number":"23","apartment_name":"Ganga","street_name":"lingepolder","landmark":"hgjhggjkkj","area":"Ghartanpada","pincode":"800023","country":"India","state":"Maharashtra"},"customer_product":{"dop":"2025-11-04T23:00:00.000Z","serial_number":"012345678945678","imei1":"012345678945678","imei2":"012345678945678","popurl":"2025-11-04T23:00:00.000Z","product_id":3,"mst_model_id":3},"problems":[{"id":3,"remark":""}]}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/create
Response Information
Response Code: 403 - Forbidden
Mean time per request: 250ms
Mean size per request: 100B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg5ODE2NDB9.tgO2dsOud9-2ahmsHAB1SqUAR8qsvb4WSo3MtKZu_zg
randomnumber 218
randomFirstName Jerad
randomLastName Shields
randomEmail Anjali.Boyer73@gmail.com
randomPhone 566-377-7335
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token cfe97268-21d8-4c17-b649-e3fe0a864e89
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 1058
Request Body
{
            "mst_service_location_id": 0,
            "mst_platform_id": 2,
            "mst_warrenty_status_id": 1,
            "mst_oem_id": 2,
            "customer": {
                "first_name": "Pierre",
                "last_name": "Jakubowski",
                "mobile_number": "314-727-9288",
                "mobile_number_alt": "",
                "email_id": "Piper_Murphy@hotmail.com",
                "email_id_alt": ""
            },
            "customer_address": {
                "flat_number": "23",
                "apartment_name": "Ganga",
                "street_name": "ganga road",
                "landmark": "hgjhggjkkj",
                "area": "Ghartanpada",
                "pincode": "820023",
                "country": "India",
                "state": "Maharashtra"
            },
            "customer_product": {
                "dop": "2025-11-04T23:00:00.000Z",
                "serial_number":"28278812603118",
                "imei1": "28278812603118",
                "imei2": "28278812603118",
                "popurl": "2025-11-04T23:00:00.000Z",
                "product_id": 3,
                "mst_model_id": 3
            },
            "problems": [
                {
                    "id": 3,
                    "remark": ""
                }
            ]
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 100
ETag W/"64-Xjpp+ImmLdm0l7V0Jeu5bjN/7P4"
Vary Accept-Encoding
Date Wed, 21 Jan 2026 07:47:34 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"status":403,"message":"Permission denied","name":"APIError","isPublic":false,"isOperational":true}
Test Information
NamePassedFailedSkipped
Verify if the status code is 403 1 0 0
Total 1 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"customer":{"first_name":"Nibriti","last_name":"singh","mobile_number":"7982839213","mobile_number_alt":"","email_id":"nivriti.singh@gmail.com","email_id_alt":"nivriti.singh@gmail.com"},"customer_address":{"flat_number":"23","apartment_name":"Ganga","street_name":"lingepolder","landmark":"hgjhggjkkj","area":"Ghartanpada","pincode":"800023","country":"India","state":"Maharashtra"},"customer_product":{"dop":"2025-11-04T23:00:00.000Z","serial_number":"012345678945678","imei1":"012345678945678","imei2":"012345678945678","popurl":"2025-11-04T23:00:00.000Z","product_id":3,"mst_model_id":3},"problems":[{"id":3,"remark":""}]}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/create
Response Information
Response Code: 400 - Bad Request
Mean time per request: 250ms
Mean size per request: 279B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg5ODE2NTB9.ANUarRsI_QFzAkeghulO9R1YJ7ycjcSFLE_4jCRFBaQ
randomnumber 692
randomFirstName Karley
randomLastName Runte
randomEmail Mallie_Torp2@gmail.com
randomPhone 647-772-2986
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 0ca71f75-1efb-4c08-9b10-2d3c6aac7483
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 122
Request Body
{
            "mst_service_location_id": 0,
            "mst_platform_id": 2,
            "mst_warrenty_status_id": 1,
            "mst_oem_id": 2,
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 279
ETag W/"117-pI2NRiqqXTjFlE7JHZVj9IkY8oo"
Vary Accept-Encoding
Date Wed, 21 Jan 2026 07:47:34 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"status":400,"message":"Unexpected token } in JSON at position 121","expose":true,"statusCode":400,"body":"{\r\n    \"mst_service_location_id\": 0,\r\n    \"mst_platform_id\": 2,\r\n    \"mst_warrenty_status_id\": 1,\r\n    \"mst_oem_id\": 2,\r\n}","type":"entity.parse.failed"}
Test Information
NamePassedFailedSkipped
Verify if the status code is 400 1 0 0
Verify if the error message is shown 1 0 0
Total 2 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"customer":{"first_name":"Nibriti","last_name":"singh","mobile_number":"7982839213","mobile_number_alt":"","email_id":"nivriti.singh@gmail.com","email_id_alt":"nivriti.singh@gmail.com"},"customer_address":{"flat_number":"23","apartment_name":"Ganga","street_name":"lingepolder","landmark":"hgjhggjkkj","area":"Ghartanpada","pincode":"800023","country":"India","state":"Maharashtra"},"customer_product":{"dop":"2025-11-04T23:00:00.000Z","serial_number":"012345678945678","imei1":"012345678945678","imei2":"012345678945678","popurl":"2025-11-04T23:00:00.000Z","product_id":3,"mst_model_id":3},"problems":[{"id":3,"remark":""}]}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/create
Response Information
Response Code: 500 - Internal Server Error
Mean time per request: 250ms
Mean size per request: 143B

Test Pass Percentage
0 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg5ODE2NTB9.ANUarRsI_QFzAkeghulO9R1YJ7ycjcSFLE_4jCRFBaQ
randomnumber 519
randomFirstName Jessyca
randomLastName Ernser
randomEmail Theron_Kovacek50@hotmail.com
randomPhone 281-247-9381
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 991e2b98-5f27-44d9-83f9-c9a31cc51ee6
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 1037
Request Body
{
            "mst_service_location_id": 0,
            "mst_platform_id": 2,
            "mst_warrenty_status_id": 1,
            "mst_oem_id": 2,
            "customer": {
                "first_name": "Dylan",
                "last_name": "Hayes",
                "mobile_number": "770-785-2871",
                "mobile_number_alt": "",
                "email_id": "Sadye_Grimes78@gmail.com",
                "email_id_alt": ""
            },
            "customer_address": {
                "flat_number": "23",
                "apartment_name": "Ganga",
                "street_name": "ganga road",
                "landmark": "hgjhggjkkj",
                "area": "Ghartanpada",
                "pincode": "820023",
                "country": "India",
                "state": "Maharashtra"
            },
            "customer_product": {
                "dop": "2025-11-04T23:00:00.000Z",
                "serial_number":"100000200",
                "imei1": "100000200",
                "imei2": "100000200",
                "popurl": "2025-11-04T23:00:00.000Z",
                "product_id": 3,
                "mst_model_id": 3
            },
            "problems": [
                {
                    "id": 3,
                    "remark": ""
                }
            ]
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 143
ETag W/"8f-asfwh61GY//05D/sXjFd8ssjiig"
Vary Accept-Encoding
Date Wed, 21 Jan 2026 07:47:34 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"status":500,"message":"\"serial_number\" length must be at least 14 characters long","name":"APIError","isPublic":false,"isOperational":true}
Test Information
NamePassedFailedSkipped
Verify if the status code is 400 0 1 0
Total 0 1 0
Test Failure
Test NameAssertion Error
Verify if the status code is 400
expected response to have status code 400 but got 500
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"customer":{"first_name":"Nibriti","last_name":"singh","mobile_number":"7982839213","mobile_number_alt":"","email_id":"nivriti.singh@gmail.com","email_id_alt":"nivriti.singh@gmail.com"},"customer_address":{"flat_number":"23","apartment_name":"Ganga","street_name":"lingepolder","landmark":"hgjhggjkkj","area":"Ghartanpada","pincode":"800023","country":"India","state":"Maharashtra"},"customer_product":{"dop":"2025-11-04T23:00:00.000Z","serial_number":"012345678945678","imei1":"012345678945678","imei2":"012345678945678","popurl":"2025-11-04T23:00:00.000Z","product_id":3,"mst_model_id":3},"problems":[{"id":3,"remark":""}]}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/create
Response Information
Response Code: 400 - Bad Request
Mean time per request: 249ms
Mean size per request: 279B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg5ODE2NTB9.ANUarRsI_QFzAkeghulO9R1YJ7ycjcSFLE_4jCRFBaQ
randomnumber 375
randomFirstName Carolyne
randomLastName Bernier
randomEmail Ryleigh_Romaguera70@gmail.com
randomPhone 742-335-0307
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token d4367440-a156-4880-a701-08bd986fcec4
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 122
Request Body
{
            "mst_service_location_id": 0,
            "mst_platform_id": 2,
            "mst_warrenty_status_id": 1,
            "mst_oem_id": 2,
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 279
ETag W/"117-pI2NRiqqXTjFlE7JHZVj9IkY8oo"
Vary Accept-Encoding
Date Wed, 21 Jan 2026 07:47:34 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"status":400,"message":"Unexpected token } in JSON at position 121","expose":true,"statusCode":400,"body":"{\r\n    \"mst_service_location_id\": 0,\r\n    \"mst_platform_id\": 2,\r\n    \"mst_warrenty_status_id\": 1,\r\n    \"mst_oem_id\": 2,\r\n}","type":"entity.parse.failed"}
Test Information
NamePassedFailedSkipped
Verify if the status code is 400 1 0 0
Verify if the error message is shown 1 0 0
Total 2 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 274ms
Mean size per request: 242B

Test Pass Percentage
0 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg5ODE2NTB9.ANUarRsI_QFzAkeghulO9R1YJ7ycjcSFLE_4jCRFBaQ
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 6c9ce1d1-b478-4c8c-b41a-5d513909b0c3
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 242
ETag W/"f2-w8Q+kEf6BK/tRchFasqTlQ+LFQA"
Vary Accept-Encoding
Date Wed, 21 Jan 2026 07:47:35 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for delivery","key":"pending_for_delivery","count":2},{"label":"Created today","key":"created_today","count":429},{"label":"Pending for FST assignment","key":"pending_fst_assignment","count":0}]}
Test Information
NamePassedFailedSkipped
Check if the count for the created jobs today is greater than the old value 0 1 0
Total 0 1 0
Test Failure
Test NameAssertion Error
Check if the count for the created jobs today is greater than the old value
the argument to above must be a number
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"details_key":"created_today"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/dashboard/details
Response Information
Response Code: 200 - OK
Mean time per request: 619ms
Mean size per request: 416.05KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg5ODE2NTB9.ANUarRsI_QFzAkeghulO9R1YJ7ycjcSFLE_4jCRFBaQ
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 402ea780-9187-40d1-a816-185b517d60a5
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 31
Request Body
{"details_key":"created_today"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"68034-06rHFj5UKHsURjBjU5q1NjtIAKY"
Vary Accept-Encoding
Content-Encoding gzip
Date Wed, 21 Jan 2026 07:47:35 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":163011,"job_number":"JOB_163011","tr_customer_id":163028,"tr_customer_product_id":163018,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T07:46:58.000Z","modified_at":"2026-01-21T07:46:58.000Z","name":"Emelia Reilly","mobile_number":"878-462-1830","email_id":"Ryleigh_Pacocha81@hotmail.com","dop":"2025-04-06","serial_number":"13405225925384970","imei1":"13405225925384970","imei2":"13405225925384970","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T07:46:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163010,"job_number":"JOB_163010","tr_customer_id":163027,"tr_customer_product_id":163017,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T07:46:56.000Z","modified_at":"2026-01-21T07:47:30.000Z","name":"Enrico Schimmel","mobile_number":"379-331-2794","email_id":"Annamarie_Wuckert@hotmail.com","dop":"2025-04-06","serial_number":"19186070409161","imei1":"19186070409161","imei2":"19186070409161","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-21T07:47:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163006,"job_number":"JOB_163006","tr_customer_id":163023,"tr_customer_product_id":163013,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T07:31:11.000Z","modified_at":"2026-01-21T07:31:11.000Z","name":"Brock Corwin","mobile_number":"704-319-8274","email_id":"Wade_Metz@gmail.com","dop":"2025-02-01","serial_number":"17574691804591","imei1":"17574691804591","imei2":"17574691804591","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T07:31:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163003,"job_number":"JOB_163003","tr_customer_id":163020,"tr_customer_product_id":163010,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T07:07:06.000Z","modified_at":"2026-01-21T07:07:07.000Z","name":"Audra Gerlach","mobile_number":"721-468-8663","email_id":"Chance_Dare@hotmail.com","dop":"2025-04-06","serial_number":"12108449345271150","imei1":"12108449345271150","imei2":"12108449345271150","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T07:07:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163002,"job_number":"JOB_163002","tr_customer_id":163019,"tr_customer_product_id":163009,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T07:07:05.000Z","modified_at":"2026-01-21T07:07:45.000Z","name":"Ciara Yundt","mobile_number":"429-360-3629","email_id":"Cayla53@yahoo.com","dop":"2025-04-06","serial_number":"15744778714210","imei1":"15744778714210","imei2":"15744778714210","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T07:07:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163001,"job_number":"JOB_163001","tr_customer_id":163018,"tr_customer_product_id":163008,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T07:06:20.000Z","modified_at":"2026-01-21T07:06:20.000Z","name":"Ahmad Schroeder","mobile_number":"696-649-0378","email_id":"Lukas.Ullrich@gmail.com","dop":"2025-04-06","serial_number":"18275037441241292","imei1":"18275037441241292","imei2":"18275037441241292","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T07:06:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163000,"job_number":"JOB_163000","tr_customer_id":163017,"tr_customer_product_id":163007,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T07:06:18.000Z","modified_at":"2026-01-21T07:06:58.000Z","name":"Griffin Bailey","mobile_number":"807-650-0755","email_id":"Meredith.Cronin22@hotmail.com","dop":"2025-04-06","serial_number":"14428125226517","imei1":"14428125226517","imei2":"14428125226517","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T07:06:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162999,"job_number":"JOB_162999","tr_customer_id":163016,"tr_customer_product_id":163006,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T07:05:33.000Z","modified_at":"2026-01-21T07:05:33.000Z","name":"Zora Zieme","mobile_number":"201-537-8314","email_id":"Cathy_Metz@yahoo.com","dop":"2025-04-06","serial_number":"15839260041705420","imei1":"15839260041705420","imei2":"15839260041705420","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T07:05:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162998,"job_number":"JOB_162998","tr_customer_id":163015,"tr_customer_product_id":163005,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T07:05:31.000Z","modified_at":"2026-01-21T07:06:11.000Z","name":"Toby Towne","mobile_number":"635-591-2258","email_id":"Hiram_Jenkins@gmail.com","dop":"2025-04-06","serial_number":"18994665249792","imei1":"18994665249792","imei2":"18994665249792","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T07:06:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162997,"job_number":"JOB_162997","tr_customer_id":163014,"tr_customer_product_id":163004,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:51:28.000Z","modified_at":"2026-01-21T06:51:28.000Z","name":"Erling Runolfsson","mobile_number":"550-413-2718","email_id":"Maryjane.Gaylord@hotmail.com","dop":"2025-04-06","serial_number":"10651424904204296","imei1":"10651424904204296","imei2":"10651424904204296","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:51:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162996,"job_number":"JOB_162996","tr_customer_id":163013,"tr_customer_product_id":163003,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:51:27.000Z","modified_at":"2026-01-21T06:52:05.000Z","name":"Christ Smitham","mobile_number":"362-212-9034","email_id":"Riley.Kuvalis@hotmail.com","dop":"2025-04-06","serial_number":"17532958049688","imei1":"17532958049688","imei2":"17532958049688","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T06:52:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162995,"job_number":"JOB_162995","tr_customer_id":163012,"tr_customer_product_id":163002,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:51:27.000Z","modified_at":"2026-01-21T06:51:27.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19031953731203","imei1":"19031953731203","imei2":"19031953731203","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:51:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162994,"job_number":"JOB_162994","tr_customer_id":163011,"tr_customer_product_id":163001,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:50:44.000Z","modified_at":"2026-01-21T06:50:44.000Z","name":"Teresa Ruecker","mobile_number":"593-612-7187","email_id":"Shirley_Franecki16@hotmail.com","dop":"2025-04-06","serial_number":"11583192275518710","imei1":"11583192275518710","imei2":"11583192275518710","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:50:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162993,"job_number":"JOB_162993","tr_customer_id":163010,"tr_customer_product_id":163000,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:50:42.000Z","modified_at":"2026-01-21T06:51:20.000Z","name":"Ava Berge","mobile_number":"754-402-8607","email_id":"Charlotte63@yahoo.com","dop":"2025-04-06","serial_number":"17364320212701","imei1":"17364320212701","imei2":"17364320212701","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T06:51:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162992,"job_number":"JOB_162992","tr_customer_id":163009,"tr_customer_product_id":162999,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:50:42.000Z","modified_at":"2026-01-21T06:50:42.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13466066800980","imei1":"13466066800980","imei2":"13466066800980","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:50:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162991,"job_number":"JOB_162991","tr_customer_id":163008,"tr_customer_product_id":162998,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:50:05.000Z","modified_at":"2026-01-21T06:50:05.000Z","name":"Zoie Ledner","mobile_number":"937-452-3205","email_id":"Era80@gmail.com","dop":"2025-04-06","serial_number":"18533118216254004","imei1":"18533118216254004","imei2":"18533118216254004","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:50:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162990,"job_number":"JOB_162990","tr_customer_id":163007,"tr_customer_product_id":162997,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:50:03.000Z","modified_at":"2026-01-21T06:50:41.000Z","name":"Raymundo Turner","mobile_number":"934-225-0414","email_id":"Brennon.Waters18@hotmail.com","dop":"2025-04-06","serial_number":"12838620350489","imei1":"12838620350489","imei2":"12838620350489","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T06:50:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162989,"job_number":"JOB_162989","tr_customer_id":163006,"tr_customer_product_id":162996,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:49:59.000Z","modified_at":"2026-01-21T06:49:59.000Z","name":"Carolanne Oberbrunner","mobile_number":"995-750-9639","email_id":"Blanca.Fisher@yahoo.com","dop":"2025-04-06","serial_number":"19149653196501548","imei1":"19149653196501548","imei2":"19149653196501548","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:49:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162988,"job_number":"JOB_162988","tr_customer_id":163005,"tr_customer_product_id":162995,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:49:57.000Z","modified_at":"2026-01-21T06:50:35.000Z","name":"Jairo Corkery","mobile_number":"339-248-2189","email_id":"Javon.Olson@hotmail.com","dop":"2025-04-06","serial_number":"11799570215338","imei1":"11799570215338","imei2":"11799570215338","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T06:50:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162987,"job_number":"JOB_162987","tr_customer_id":163004,"tr_customer_product_id":162994,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:49:57.000Z","modified_at":"2026-01-21T06:49:57.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10689216915682","imei1":"10689216915682","imei2":"10689216915682","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:49:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162985,"job_number":"JOB_162985","tr_customer_id":163002,"tr_customer_product_id":162992,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:46:09.000Z","modified_at":"2026-01-21T06:46:09.000Z","name":"Dayana Hirthe","mobile_number":"979-360-0862","email_id":"Monte.Herzog72@hotmail.com","dop":"2025-04-06","serial_number":"11779876850918244","imei1":"11779876850918244","imei2":"11779876850918244","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:46:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162984,"job_number":"JOB_162984","tr_customer_id":163001,"tr_customer_product_id":162991,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:46:07.000Z","modified_at":"2026-01-21T06:46:45.000Z","name":"Golden Botsford","mobile_number":"665-911-4190","email_id":"Muhammad70@gmail.com","dop":"2025-04-06","serial_number":"11542637553552","imei1":"11542637553552","imei2":"11542637553552","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T06:46:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162983,"job_number":"JOB_162983","tr_customer_id":163000,"tr_customer_product_id":162990,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:46:07.000Z","modified_at":"2026-01-21T06:46:07.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16876819889364","imei1":"16876819889364","imei2":"16876819889364","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:46:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162982,"job_number":"JOB_162982","tr_customer_id":162999,"tr_customer_product_id":162989,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:45:47.000Z","modified_at":"2026-01-21T06:45:47.000Z","name":"Micah Bahringer","mobile_number":"469-748-7891","email_id":"Francesca.Moen@gmail.com","dop":"2025-04-06","serial_number":"13220055565904698","imei1":"13220055565904698","imei2":"13220055565904698","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:45:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162981,"job_number":"JOB_162981","tr_customer_id":162998,"tr_customer_product_id":162988,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:45:45.000Z","modified_at":"2026-01-21T06:46:23.000Z","name":"Moshe Braun","mobile_number":"678-834-6129","email_id":"Gilda.Lowe@gmail.com","dop":"2025-04-06","serial_number":"16013587615366","imei1":"16013587615366","imei2":"16013587615366","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T06:46:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162980,"job_number":"JOB_162980","tr_customer_id":162997,"tr_customer_product_id":162987,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:45:42.000Z","modified_at":"2026-01-21T06:45:42.000Z","name":"Alexandro Vandervort","mobile_number":"330-730-8147","email_id":"Reese_Bins@yahoo.com","dop":"2025-04-06","serial_number":"16989820793386468","imei1":"16989820793386468","imei2":"16989820793386468","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:45:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162979,"job_number":"JOB_162979","tr_customer_id":162996,"tr_customer_product_id":162986,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:45:40.000Z","modified_at":"2026-01-21T06:46:21.000Z","name":"Keith Purdy","mobile_number":"988-752-7423","email_id":"Saul44@yahoo.com","dop":"2025-04-06","serial_number":"19532102042475","imei1":"19532102042475","imei2":"19532102042475","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T06:46:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162978,"job_number":"JOB_162978","tr_customer_id":162995,"tr_customer_product_id":162985,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:45:24.000Z","modified_at":"2026-01-21T06:45:24.000Z","name":"Demetris Koepp","mobile_number":"345-409-6430","email_id":"Louisa_Gutmann88@hotmail.com","dop":"2025-04-06","serial_number":"12683925262283816","imei1":"12683925262283816","imei2":"12683925262283816","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:45:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162977,"job_number":"JOB_162977","tr_customer_id":162994,"tr_customer_product_id":162984,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:45:22.000Z","modified_at":"2026-01-21T06:46:00.000Z","name":"Waldo Kozey","mobile_number":"306-915-2708","email_id":"Thalia.Littel@hotmail.com","dop":"2025-04-06","serial_number":"10218706143551","imei1":"10218706143551","imei2":"10218706143551","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T06:46:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162976,"job_number":"JOB_162976","tr_customer_id":162993,"tr_customer_product_id":162983,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:45:22.000Z","modified_at":"2026-01-21T06:45:22.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10659736117977","imei1":"10659736117977","imei2":"10659736117977","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:45:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162975,"job_number":"JOB_162975","tr_customer_id":162992,"tr_customer_product_id":162982,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:44:39.000Z","modified_at":"2026-01-21T06:44:39.000Z","name":"Kattie Heidenreich","mobile_number":"464-968-6598","email_id":"Annabel1@gmail.com","dop":"2025-04-06","serial_number":"13558155131499656","imei1":"13558155131499656","imei2":"13558155131499656","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:44:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162974,"job_number":"JOB_162974","tr_customer_id":162991,"tr_customer_product_id":162981,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:44:39.000Z","modified_at":"2026-01-21T06:44:39.000Z","name":"Erick Bernhard","mobile_number":"268-365-9672","email_id":"Jaylen.Lind55@gmail.com","dop":"2025-04-06","serial_number":"18292600819471056","imei1":"18292600819471056","imei2":"18292600819471056","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:44:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162973,"job_number":"JOB_162973","tr_customer_id":162990,"tr_customer_product_id":162980,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:44:38.000Z","modified_at":"2026-01-21T06:45:15.000Z","name":"Timmy Bruen","mobile_number":"597-903-7350","email_id":"Fleta.Dooley@gmail.com","dop":"2025-04-06","serial_number":"11878497532669","imei1":"11878497532669","imei2":"11878497532669","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T06:45:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162972,"job_number":"JOB_162972","tr_customer_id":162989,"tr_customer_product_id":162979,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:44:38.000Z","modified_at":"2026-01-21T06:44:38.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15289972766732","imei1":"15289972766732","imei2":"15289972766732","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:44:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162971,"job_number":"JOB_162971","tr_customer_id":162988,"tr_customer_product_id":162978,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:44:37.000Z","modified_at":"2026-01-21T06:45:15.000Z","name":"Aidan Smitham","mobile_number":"291-934-0684","email_id":"Cruz80@gmail.com","dop":"2025-04-06","serial_number":"10134102336551","imei1":"10134102336551","imei2":"10134102336551","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T06:45:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162970,"job_number":"JOB_162970","tr_customer_id":162987,"tr_customer_product_id":162977,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:44:37.000Z","modified_at":"2026-01-21T06:44:37.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15657772357777","imei1":"15657772357777","imei2":"15657772357777","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:44:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162969,"job_number":"JOB_162969","tr_customer_id":162986,"tr_customer_product_id":162976,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:43:55.000Z","modified_at":"2026-01-21T06:43:55.000Z","name":"Rory Brekke","mobile_number":"318-608-9132","email_id":"Dangelo.Beahan@yahoo.com","dop":"2025-04-06","serial_number":"18756102189059096","imei1":"18756102189059096","imei2":"18756102189059096","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:43:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162968,"job_number":"JOB_162968","tr_customer_id":162985,"tr_customer_product_id":162975,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:43:53.000Z","modified_at":"2026-01-21T06:44:31.000Z","name":"Jo Reinger","mobile_number":"264-343-6844","email_id":"Eva.Quitzon99@gmail.com","dop":"2025-04-06","serial_number":"11677212522348","imei1":"11677212522348","imei2":"11677212522348","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T06:44:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162967,"job_number":"JOB_162967","tr_customer_id":162984,"tr_customer_product_id":162974,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:43:53.000Z","modified_at":"2026-01-21T06:43:53.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14949429811281","imei1":"14949429811281","imei2":"14949429811281","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:43:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162966,"job_number":"JOB_162966","tr_customer_id":162983,"tr_customer_product_id":162973,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:43:10.000Z","modified_at":"2026-01-21T06:43:10.000Z","name":"Norene Hintz","mobile_number":"382-277-1132","email_id":"Trystan_Lemke18@gmail.com","dop":"2025-04-06","serial_number":"15673482482469460","imei1":"15673482482469460","imei2":"15673482482469460","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:43:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162965,"job_number":"JOB_162965","tr_customer_id":162982,"tr_customer_product_id":162972,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:43:08.000Z","modified_at":"2026-01-21T06:43:46.000Z","name":"Freda Satterfield","mobile_number":"820-580-0265","email_id":"Amari63@yahoo.com","dop":"2025-04-06","serial_number":"11076177600449","imei1":"11076177600449","imei2":"11076177600449","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T06:43:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162964,"job_number":"JOB_162964","tr_customer_id":162981,"tr_customer_product_id":162971,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:43:08.000Z","modified_at":"2026-01-21T06:43:08.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13723298881951","imei1":"13723298881951","imei2":"13723298881951","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:43:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162963,"job_number":"JOB_162963","tr_customer_id":162980,"tr_customer_product_id":162970,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:39:31.000Z","modified_at":"2026-01-21T06:39:31.000Z","name":"Lavinia Haley","mobile_number":"826-742-1054","email_id":"Dayne18@yahoo.com","dop":"2025-04-06","serial_number":"12580884778192742","imei1":"12580884778192742","imei2":"12580884778192742","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:39:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162962,"job_number":"JOB_162962","tr_customer_id":162979,"tr_customer_product_id":162969,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:39:29.000Z","modified_at":"2026-01-21T06:40:11.000Z","name":"Hillard Muller","mobile_number":"418-963-8748","email_id":"Angeline82@yahoo.com","dop":"2025-04-06","serial_number":"13995577455282","imei1":"13995577455282","imei2":"13995577455282","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T06:40:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162961,"job_number":"JOB_162961","tr_customer_id":162978,"tr_customer_product_id":162968,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:39:29.000Z","modified_at":"2026-01-21T06:39:29.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13633203627956","imei1":"13633203627956","imei2":"13633203627956","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:39:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162957,"job_number":"JOB_162957","tr_customer_id":162974,"tr_customer_product_id":162964,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:38:42.000Z","modified_at":"2026-01-21T06:38:42.000Z","name":"Maynard Reilly","mobile_number":"808-341-2514","email_id":"Gunner_Kuhlman@gmail.com","dop":"2025-04-06","serial_number":"13180943820679828","imei1":"13180943820679828","imei2":"13180943820679828","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:38:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162956,"job_number":"JOB_162956","tr_customer_id":162973,"tr_customer_product_id":162963,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:38:40.000Z","modified_at":"2026-01-21T06:39:22.000Z","name":"Christine Daniel","mobile_number":"899-422-6119","email_id":"Kasey_Oberbrunner@gmail.com","dop":"2025-04-06","serial_number":"16817451065618","imei1":"16817451065618","imei2":"16817451065618","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T06:39:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162955,"job_number":"JOB_162955","tr_customer_id":162972,"tr_customer_product_id":162962,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:38:40.000Z","modified_at":"2026-01-21T06:38:40.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19928005857481","imei1":"19928005857481","imei2":"19928005857481","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:38:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162954,"job_number":"JOB_162954","tr_customer_id":162971,"tr_customer_product_id":162961,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:38:03.000Z","modified_at":"2026-01-21T06:38:03.000Z","name":"Hal Hammes","mobile_number":"590-877-0668","email_id":"Kenya.OConnell41@hotmail.com","dop":"2025-04-06","serial_number":"19540469328140736","imei1":"19540469328140736","imei2":"19540469328140736","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:38:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162952,"job_number":"JOB_162952","tr_customer_id":162969,"tr_customer_product_id":162959,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:38:01.000Z","modified_at":"2026-01-21T06:38:42.000Z","name":"Imani Pollich","mobile_number":"648-325-8654","email_id":"Cayla.Douglas@hotmail.com","dop":"2025-04-06","serial_number":"10989867960587","imei1":"10989867960587","imei2":"10989867960587","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T06:38:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162951,"job_number":"JOB_162951","tr_customer_id":162968,"tr_customer_product_id":162958,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:38:01.000Z","modified_at":"2026-01-21T06:38:01.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14935627631418","imei1":"14935627631418","imei2":"14935627631418","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:38:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162948,"job_number":"JOB_162948","tr_customer_id":162965,"tr_customer_product_id":162955,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:37:52.000Z","modified_at":"2026-01-21T06:37:52.000Z","name":"Ricardo Cassin","mobile_number":"293-433-7431","email_id":"Raven.Flatley18@gmail.com","dop":"2025-04-06","serial_number":"17998245056033220","imei1":"17998245056033220","imei2":"17998245056033220","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:37:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162947,"job_number":"JOB_162947","tr_customer_id":162964,"tr_customer_product_id":162954,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:37:51.000Z","modified_at":"2026-01-21T06:38:32.000Z","name":"Charlotte Roob","mobile_number":"414-925-5000","email_id":"Danielle.Gleason62@hotmail.com","dop":"2025-04-06","serial_number":"14446661162974","imei1":"14446661162974","imei2":"14446661162974","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T06:38:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162946,"job_number":"JOB_162946","tr_customer_id":162963,"tr_customer_product_id":162953,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:37:51.000Z","modified_at":"2026-01-21T06:37:51.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14207110431383","imei1":"14207110431383","imei2":"14207110431383","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:37:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162942,"job_number":"JOB_162942","tr_customer_id":162959,"tr_customer_product_id":162949,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:37:14.000Z","modified_at":"2026-01-21T06:37:14.000Z","name":"Malachi Witting","mobile_number":"577-388-6595","email_id":"Talia_Padberg48@gmail.com","dop":"2025-04-06","serial_number":"19405530755503990","imei1":"19405530755503990","imei2":"19405530755503990","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:37:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162941,"job_number":"JOB_162941","tr_customer_id":162958,"tr_customer_product_id":162948,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:37:12.000Z","modified_at":"2026-01-21T06:37:53.000Z","name":"Arvilla Fay","mobile_number":"651-211-2211","email_id":"Kaitlin31@hotmail.com","dop":"2025-04-06","serial_number":"11250252021938","imei1":"11250252021938","imei2":"11250252021938","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T06:37:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162940,"job_number":"JOB_162940","tr_customer_id":162957,"tr_customer_product_id":162947,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:37:12.000Z","modified_at":"2026-01-21T06:37:12.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13322178288064","imei1":"13322178288064","imei2":"13322178288064","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:37:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162936,"job_number":"JOB_162936","tr_customer_id":162953,"tr_customer_product_id":162943,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:36:25.000Z","modified_at":"2026-01-21T06:36:25.000Z","name":"Fanny Hoeger","mobile_number":"282-398-6588","email_id":"Nikko_Kertzmann@hotmail.com","dop":"2025-04-06","serial_number":"18884649322202076","imei1":"18884649322202076","imei2":"18884649322202076","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:36:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162935,"job_number":"JOB_162935","tr_customer_id":162952,"tr_customer_product_id":162942,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:36:23.000Z","modified_at":"2026-01-21T06:37:04.000Z","name":"Randi Ratke","mobile_number":"865-351-0351","email_id":"Amir_Kulas36@hotmail.com","dop":"2025-04-06","serial_number":"10360062048868","imei1":"10360062048868","imei2":"10360062048868","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T06:37:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162934,"job_number":"JOB_162934","tr_customer_id":162951,"tr_customer_product_id":162941,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:36:23.000Z","modified_at":"2026-01-21T06:36:23.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16925021534393","imei1":"16925021534393","imei2":"16925021534393","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:36:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162933,"job_number":"JOB_162933","tr_customer_id":162950,"tr_customer_product_id":162940,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:36:01.000Z","modified_at":"2026-01-21T06:36:01.000Z","name":"Willa Nolan","mobile_number":"369-843-6476","email_id":"Waldo54@yahoo.com","dop":"2025-04-06","serial_number":"11274221474489864","imei1":"11274221474489864","imei2":"11274221474489864","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:36:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162932,"job_number":"JOB_162932","tr_customer_id":162949,"tr_customer_product_id":162939,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:36:00.000Z","modified_at":"2026-01-21T06:36:40.000Z","name":"Marcellus Upton","mobile_number":"745-926-9867","email_id":"Elyse50@hotmail.com","dop":"2025-04-06","serial_number":"19805543678835","imei1":"19805543678835","imei2":"19805543678835","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T06:36:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162931,"job_number":"JOB_162931","tr_customer_id":162948,"tr_customer_product_id":162938,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:32:49.000Z","modified_at":"2026-01-21T06:32:49.000Z","name":"Willa McClure","mobile_number":"303-531-6812","email_id":"Wilfred.Lockman@yahoo.com","dop":"2025-04-06","serial_number":"15679794119179152","imei1":"15679794119179152","imei2":"15679794119179152","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:32:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162930,"job_number":"JOB_162930","tr_customer_id":162947,"tr_customer_product_id":162937,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:32:48.000Z","modified_at":"2026-01-21T06:33:25.000Z","name":"Elda Zieme","mobile_number":"265-455-4211","email_id":"Jenifer22@hotmail.com","dop":"2025-04-06","serial_number":"15068639551005","imei1":"15068639551005","imei2":"15068639551005","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T06:33:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162929,"job_number":"JOB_162929","tr_customer_id":162946,"tr_customer_product_id":162936,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:32:48.000Z","modified_at":"2026-01-21T06:32:48.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13214831955730","imei1":"13214831955730","imei2":"13214831955730","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:32:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162928,"job_number":"JOB_162928","tr_customer_id":162945,"tr_customer_product_id":162935,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:32:05.000Z","modified_at":"2026-01-21T06:32:05.000Z","name":"Edison Leffler","mobile_number":"924-836-1099","email_id":"Harold2@gmail.com","dop":"2025-04-06","serial_number":"15570380534434244","imei1":"15570380534434244","imei2":"15570380534434244","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:32:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162927,"job_number":"JOB_162927","tr_customer_id":162944,"tr_customer_product_id":162934,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:32:03.000Z","modified_at":"2026-01-21T06:32:41.000Z","name":"Jensen Kemmer","mobile_number":"853-953-1660","email_id":"Haley91@gmail.com","dop":"2025-04-06","serial_number":"15640566473513","imei1":"15640566473513","imei2":"15640566473513","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T06:32:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162926,"job_number":"JOB_162926","tr_customer_id":162943,"tr_customer_product_id":162933,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:32:03.000Z","modified_at":"2026-01-21T06:32:03.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14401946625375","imei1":"14401946625375","imei2":"14401946625375","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:32:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162923,"job_number":"JOB_162923","tr_customer_id":162940,"tr_customer_product_id":162930,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:31:20.000Z","modified_at":"2026-01-21T06:31:20.000Z","name":"Brant Friesen","mobile_number":"311-507-9641","email_id":"Jonathon_Monahan@gmail.com","dop":"2025-04-06","serial_number":"14967765540814140","imei1":"14967765540814140","imei2":"14967765540814140","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:31:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162922,"job_number":"JOB_162922","tr_customer_id":162939,"tr_customer_product_id":162929,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:31:18.000Z","modified_at":"2026-01-21T06:31:56.000Z","name":"Christopher Mills","mobile_number":"810-378-1099","email_id":"Bo72@gmail.com","dop":"2025-04-06","serial_number":"10066639197149","imei1":"10066639197149","imei2":"10066639197149","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T06:31:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162921,"job_number":"JOB_162921","tr_customer_id":162938,"tr_customer_product_id":162928,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:31:18.000Z","modified_at":"2026-01-21T06:31:18.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18474584541183","imei1":"18474584541183","imei2":"18474584541183","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:31:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162919,"job_number":"JOB_162919","tr_customer_id":162936,"tr_customer_product_id":162926,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:29:48.000Z","modified_at":"2026-01-21T06:29:48.000Z","name":"Benedict Stamm","mobile_number":"674-834-0829","email_id":"Abe_Erdman@gmail.com","dop":"2025-04-06","serial_number":"16330093553060152","imei1":"16330093553060152","imei2":"16330093553060152","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:29:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162918,"job_number":"JOB_162918","tr_customer_id":162935,"tr_customer_product_id":162925,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:29:47.000Z","modified_at":"2026-01-21T06:30:23.000Z","name":"Henriette Blick","mobile_number":"904-659-3736","email_id":"Arvid.Parisian@hotmail.com","dop":"2025-04-06","serial_number":"13255616739489","imei1":"13255616739489","imei2":"13255616739489","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T06:30:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162917,"job_number":"JOB_162917","tr_customer_id":162934,"tr_customer_product_id":162924,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:29:47.000Z","modified_at":"2026-01-21T06:29:47.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17786532546150","imei1":"17786532546150","imei2":"17786532546150","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:29:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162916,"job_number":"JOB_162916","tr_customer_id":162933,"tr_customer_product_id":162923,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:29:05.000Z","modified_at":"2026-01-21T06:29:05.000Z","name":"Mason Renner","mobile_number":"726-233-7389","email_id":"Ward.Wisoky22@gmail.com","dop":"2025-04-06","serial_number":"14458032780167956","imei1":"14458032780167956","imei2":"14458032780167956","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:29:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162915,"job_number":"JOB_162915","tr_customer_id":162932,"tr_customer_product_id":162922,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:29:03.000Z","modified_at":"2026-01-21T06:29:40.000Z","name":"Wilburn Langosh","mobile_number":"388-833-3590","email_id":"Nettie_Fisher78@yahoo.com","dop":"2025-04-06","serial_number":"16014376727897","imei1":"16014376727897","imei2":"16014376727897","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T06:29:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162914,"job_number":"JOB_162914","tr_customer_id":162931,"tr_customer_product_id":162921,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:29:03.000Z","modified_at":"2026-01-21T06:29:03.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12508469859581","imei1":"12508469859581","imei2":"12508469859581","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:29:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162913,"job_number":"JOB_162913","tr_customer_id":162930,"tr_customer_product_id":162920,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:28:21.000Z","modified_at":"2026-01-21T06:28:21.000Z","name":"Giovanni Koelpin","mobile_number":"897-897-0541","email_id":"Verner.Ritchie@yahoo.com","dop":"2025-04-06","serial_number":"13142155136854658","imei1":"13142155136854658","imei2":"13142155136854658","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:28:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162912,"job_number":"JOB_162912","tr_customer_id":162929,"tr_customer_product_id":162919,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:28:20.000Z","modified_at":"2026-01-21T06:28:56.000Z","name":"Jennie Halvorson","mobile_number":"940-515-3990","email_id":"Dan_Mitchell@yahoo.com","dop":"2025-04-06","serial_number":"12796131446510","imei1":"12796131446510","imei2":"12796131446510","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T06:28:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162911,"job_number":"JOB_162911","tr_customer_id":162928,"tr_customer_product_id":162918,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:28:20.000Z","modified_at":"2026-01-21T06:28:20.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13841462764030","imei1":"13841462764030","imei2":"13841462764030","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:28:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162910,"job_number":"JOB_162910","tr_customer_id":162927,"tr_customer_product_id":162917,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:27:09.000Z","modified_at":"2026-01-21T06:27:09.000Z","name":"Felix Hackett","mobile_number":"521-514-3135","email_id":"Samanta_Powlowski@yahoo.com","dop":"2025-04-06","serial_number":"17898099325596856","imei1":"17898099325596856","imei2":"17898099325596856","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:27:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162909,"job_number":"JOB_162909","tr_customer_id":162926,"tr_customer_product_id":162916,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:27:08.000Z","modified_at":"2026-01-21T06:27:45.000Z","name":"Mariana Roberts","mobile_number":"868-479-8900","email_id":"Reina_Mayer49@gmail.com","dop":"2025-04-06","serial_number":"16266446307445","imei1":"16266446307445","imei2":"16266446307445","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T06:27:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162908,"job_number":"JOB_162908","tr_customer_id":162925,"tr_customer_product_id":162915,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:27:07.000Z","modified_at":"2026-01-21T06:27:07.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17857123491074","imei1":"17857123491074","imei2":"17857123491074","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:27:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162907,"job_number":"JOB_162907","tr_customer_id":162924,"tr_customer_product_id":162914,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:26:25.000Z","modified_at":"2026-01-21T06:26:25.000Z","name":"Colten Treutel","mobile_number":"719-847-9537","email_id":"Julius_Emard18@gmail.com","dop":"2025-04-06","serial_number":"13206539527250764","imei1":"13206539527250764","imei2":"13206539527250764","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:26:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162906,"job_number":"JOB_162906","tr_customer_id":162923,"tr_customer_product_id":162913,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:26:23.000Z","modified_at":"2026-01-21T06:27:01.000Z","name":"Louvenia Turcotte","mobile_number":"212-716-4795","email_id":"Letitia47@hotmail.com","dop":"2025-04-06","serial_number":"17920276828880","imei1":"17920276828880","imei2":"17920276828880","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T06:27:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162905,"job_number":"JOB_162905","tr_customer_id":162922,"tr_customer_product_id":162912,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:26:23.000Z","modified_at":"2026-01-21T06:26:23.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"15185228078622","imei1":"15185228078622","imei2":"15185228078622","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:26:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162904,"job_number":"JOB_162904","tr_customer_id":162921,"tr_customer_product_id":162911,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:25:40.000Z","modified_at":"2026-01-21T06:25:40.000Z","name":"Jamel Toy","mobile_number":"221-319-2936","email_id":"Alverta60@yahoo.com","dop":"2025-04-06","serial_number":"19817104833675344","imei1":"19817104833675344","imei2":"19817104833675344","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:25:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162903,"job_number":"JOB_162903","tr_customer_id":162920,"tr_customer_product_id":162910,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:25:39.000Z","modified_at":"2026-01-21T06:26:16.000Z","name":"Rhoda Aufderhar","mobile_number":"752-694-7100","email_id":"Dana88@gmail.com","dop":"2025-04-06","serial_number":"12605119966721","imei1":"12605119966721","imei2":"12605119966721","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T06:26:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162902,"job_number":"JOB_162902","tr_customer_id":162919,"tr_customer_product_id":162909,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:25:38.000Z","modified_at":"2026-01-21T06:25:38.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16960123851476","imei1":"16960123851476","imei2":"16960123851476","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:25:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162901,"job_number":"JOB_162901","tr_customer_id":162918,"tr_customer_product_id":162908,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:24:40.000Z","modified_at":"2026-01-21T06:24:40.000Z","name":"Enola Kautzer","mobile_number":"777-877-3925","email_id":"Hayley71@gmail.com","dop":"2025-06-18","serial_number":"1088271486565016","imei1":"1088271486565016","imei2":"1088271486565016","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:24:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162900,"job_number":"JOB_162900","tr_customer_id":162917,"tr_customer_product_id":162907,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:24:40.000Z","modified_at":"2026-01-21T06:25:20.000Z","name":"Tyree Fritsch","mobile_number":"432-752-3071","email_id":"Winfield_Adams@yahoo.com","dop":"2025-06-18","serial_number":"10800607391025","imei1":"10800607391025","imei2":"10800607391025","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T06:25:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162899,"job_number":"JOB_162899","tr_customer_id":162916,"tr_customer_product_id":162906,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:24:40.000Z","modified_at":"2026-01-21T06:24:40.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10303360622515","imei1":"10303360622515","imei2":"10303360622515","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:24:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162898,"job_number":"JOB_162898","tr_customer_id":162915,"tr_customer_product_id":162905,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:24:11.000Z","modified_at":"2026-01-21T06:24:11.000Z","name":"Amanda Romaguera","mobile_number":"632-701-5295","email_id":"Greta.Deckow@gmail.com","dop":"2025-04-06","serial_number":"18369311992665940","imei1":"18369311992665940","imei2":"18369311992665940","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:24:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162897,"job_number":"JOB_162897","tr_customer_id":162914,"tr_customer_product_id":162904,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:24:09.000Z","modified_at":"2026-01-21T06:24:49.000Z","name":"Chaz Wiegand","mobile_number":"557-481-6340","email_id":"Rahsaan_Nikolaus58@yahoo.com","dop":"2025-04-06","serial_number":"12398753504025","imei1":"12398753504025","imei2":"12398753504025","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T06:24:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162896,"job_number":"JOB_162896","tr_customer_id":162913,"tr_customer_product_id":162903,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:23:53.000Z","modified_at":"2026-01-21T06:23:53.000Z","name":"Justus Hand","mobile_number":"458-957-6139","email_id":"Rex.Rau57@yahoo.com","dop":"2025-06-18","serial_number":"1067077697497449","imei1":"1067077697497449","imei2":"1067077697497449","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:23:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162895,"job_number":"JOB_162895","tr_customer_id":162912,"tr_customer_product_id":162902,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:23:52.000Z","modified_at":"2026-01-21T06:24:32.000Z","name":"Elmo Medhurst","mobile_number":"532-934-0635","email_id":"Jaycee.Wunsch12@yahoo.com","dop":"2025-06-18","serial_number":"10149413580064","imei1":"10149413580064","imei2":"10149413580064","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T06:24:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162894,"job_number":"JOB_162894","tr_customer_id":162911,"tr_customer_product_id":162901,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:23:52.000Z","modified_at":"2026-01-21T06:23:52.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10287444893593","imei1":"10287444893593","imei2":"10287444893593","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:23:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162877,"job_number":"JOB_162877","tr_customer_id":162894,"tr_customer_product_id":162884,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T05:58:05.000Z","modified_at":"2026-01-21T05:58:05.000Z","name":"Jarrell Wintheiser","mobile_number":"479-920-3459","email_id":"Jules58@hotmail.com","dop":"2025-04-06","serial_number":"10788070414555038","imei1":"10788070414555038","imei2":"10788070414555038","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T05:58:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162876,"job_number":"JOB_162876","tr_customer_id":162893,"tr_customer_product_id":162883,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T05:58:04.000Z","modified_at":"2026-01-21T05:58:45.000Z","name":"Stevie Will","mobile_number":"717-456-8183","email_id":"Okey89@gmail.com","dop":"2025-04-06","serial_number":"16760379314414","imei1":"16760379314414","imei2":"16760379314414","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T05:58:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162875,"job_number":"JOB_162875","tr_customer_id":162892,"tr_customer_product_id":162882,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T05:58:03.000Z","modified_at":"2026-01-21T05:58:03.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10026383914254","imei1":"10026383914254","imei2":"10026383914254","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T05:58:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162874,"job_number":"JOB_162874","tr_customer_id":162891,"tr_customer_product_id":162881,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T05:57:15.000Z","modified_at":"2026-01-21T05:57:15.000Z","name":"Velda Becker","mobile_number":"335-982-6404","email_id":"Edgardo.Jacobs89@yahoo.com","dop":"2025-04-06","serial_number":"11707781849366398","imei1":"11707781849366398","imei2":"11707781849366398","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T05:57:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162873,"job_number":"JOB_162873","tr_customer_id":162890,"tr_customer_product_id":162880,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T05:57:14.000Z","modified_at":"2026-01-21T05:57:56.000Z","name":"Leonel Dickinson","mobile_number":"905-339-2929","email_id":"Myriam.Crist@hotmail.com","dop":"2025-04-06","serial_number":"10830347128118","imei1":"10830347128118","imei2":"10830347128118","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T05:57:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162872,"job_number":"JOB_162872","tr_customer_id":162889,"tr_customer_product_id":162879,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T05:57:13.000Z","modified_at":"2026-01-21T05:57:13.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17347962741528","imei1":"17347962741528","imei2":"17347962741528","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T05:57:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162871,"job_number":"JOB_162871","tr_customer_id":162888,"tr_customer_product_id":162878,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T05:56:25.000Z","modified_at":"2026-01-21T05:56:25.000Z","name":"Amya Hudson","mobile_number":"517-201-7980","email_id":"Rahsaan_Deckow@hotmail.com","dop":"2025-04-06","serial_number":"16106210569865402","imei1":"16106210569865402","imei2":"16106210569865402","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T05:56:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162870,"job_number":"JOB_162870","tr_customer_id":162887,"tr_customer_product_id":162877,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T05:56:24.000Z","modified_at":"2026-01-21T05:57:06.000Z","name":"Kathlyn Gleichner","mobile_number":"465-805-8842","email_id":"Kaylah.Doyle@yahoo.com","dop":"2025-04-06","serial_number":"17316565882254","imei1":"17316565882254","imei2":"17316565882254","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T05:57:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162869,"job_number":"JOB_162869","tr_customer_id":162886,"tr_customer_product_id":162876,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T05:56:23.000Z","modified_at":"2026-01-21T05:56:23.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15749124098280","imei1":"15749124098280","imei2":"15749124098280","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T05:56:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162868,"job_number":"JOB_162868","tr_customer_id":162885,"tr_customer_product_id":162875,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T05:44:59.000Z","modified_at":"2026-01-21T05:44:59.000Z","name":"Chetan AG","mobile_number":"7090191744","email_id":"agchetan18@gmail.com","dop":"2026-01-11","serial_number":"78920576984787","imei1":"78920576984787","imei2":"78920576984787","popurl":"2026-01-11T05:44:53.815977800Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T05:44:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162867,"job_number":"JOB_162867","tr_customer_id":162884,"tr_customer_product_id":162874,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T05:21:13.000Z","modified_at":"2026-01-21T05:21:13.000Z","name":"Augusta Paucek","mobile_number":"689-962-3812","email_id":"Natalia.Rath@yahoo.com","dop":"2025-04-06","serial_number":"15476359630960446","imei1":"15476359630960446","imei2":"15476359630960446","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T05:21:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162866,"job_number":"JOB_162866","tr_customer_id":162883,"tr_customer_product_id":162873,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T05:21:12.000Z","modified_at":"2026-01-21T05:21:53.000Z","name":"Benedict Franecki","mobile_number":"311-707-7688","email_id":"Sherman_Larkin70@yahoo.com","dop":"2025-04-06","serial_number":"16105861548766","imei1":"16105861548766","imei2":"16105861548766","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T05:21:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162865,"job_number":"JOB_162865","tr_customer_id":162882,"tr_customer_product_id":162872,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T05:21:11.000Z","modified_at":"2026-01-21T05:21:11.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13868298772248","imei1":"13868298772248","imei2":"13868298772248","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T05:21:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162864,"job_number":"JOB_162864","tr_customer_id":162881,"tr_customer_product_id":162871,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T05:20:26.000Z","modified_at":"2026-01-21T05:20:26.000Z","name":"Triston Osinski","mobile_number":"595-848-9196","email_id":"Eliseo_Hickle71@gmail.com","dop":"2025-04-06","serial_number":"11755708241821630","imei1":"11755708241821630","imei2":"11755708241821630","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T05:20:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162863,"job_number":"JOB_162863","tr_customer_id":162880,"tr_customer_product_id":162870,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T05:20:24.000Z","modified_at":"2026-01-21T05:21:04.000Z","name":"Shanel Mitchell","mobile_number":"364-234-1439","email_id":"Boris19@yahoo.com","dop":"2025-04-06","serial_number":"19640831741122","imei1":"19640831741122","imei2":"19640831741122","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T05:21:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162862,"job_number":"JOB_162862","tr_customer_id":162879,"tr_customer_product_id":162869,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T05:20:24.000Z","modified_at":"2026-01-21T05:20:24.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10059306646076","imei1":"10059306646076","imei2":"10059306646076","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T05:20:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162861,"job_number":"JOB_162861","tr_customer_id":162878,"tr_customer_product_id":162868,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T05:19:39.000Z","modified_at":"2026-01-21T05:19:39.000Z","name":"Garland Hand","mobile_number":"347-658-0732","email_id":"Carlos_Wiza77@yahoo.com","dop":"2025-04-06","serial_number":"13849560380824524","imei1":"13849560380824524","imei2":"13849560380824524","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T05:19:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162860,"job_number":"JOB_162860","tr_customer_id":162877,"tr_customer_product_id":162867,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T05:19:37.000Z","modified_at":"2026-01-21T05:20:17.000Z","name":"Ari Blick","mobile_number":"310-853-4267","email_id":"Pete.Boyer@gmail.com","dop":"2025-04-06","serial_number":"17541327219997","imei1":"17541327219997","imei2":"17541327219997","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T05:20:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162859,"job_number":"JOB_162859","tr_customer_id":162876,"tr_customer_product_id":162866,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T05:19:37.000Z","modified_at":"2026-01-21T05:19:37.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14761460006971","imei1":"14761460006971","imei2":"14761460006971","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T05:19:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162858,"job_number":"JOB_162858","tr_customer_id":162875,"tr_customer_product_id":162865,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T05:03:20.000Z","modified_at":"2026-01-21T05:03:20.000Z","name":"Jatin Sharma","mobile_number":"776767777","email_id":"jatin@gmail.com","dop":"2026-01-21","serial_number":"92676777712346","imei1":"92676777712346","imei2":"92676777712346","popurl":"2026-01-21T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T05:03:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162857,"job_number":"JOB_162857","tr_customer_id":162874,"tr_customer_product_id":162864,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T05:00:28.000Z","modified_at":"2026-01-21T05:00:28.000Z","name":"Willa Pfeffer","mobile_number":"295-237-9990","email_id":"Estrella_Pollich@gmail.com","dop":"2025-04-06","serial_number":"14493925578243076","imei1":"14493925578243076","imei2":"14493925578243076","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T05:00:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162856,"job_number":"JOB_162856","tr_customer_id":162873,"tr_customer_product_id":162863,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T05:00:27.000Z","modified_at":"2026-01-21T05:01:04.000Z","name":"Helene Morissette","mobile_number":"384-972-5919","email_id":"Zetta24@yahoo.com","dop":"2025-04-06","serial_number":"14434081241373","imei1":"14434081241373","imei2":"14434081241373","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T05:01:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162855,"job_number":"JOB_162855","tr_customer_id":162872,"tr_customer_product_id":162862,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T05:00:12.000Z","modified_at":"2026-01-21T05:00:12.000Z","name":"Wendell Ernser","mobile_number":"256-853-1894","email_id":"Ken.Schamberger97@hotmail.com","dop":"2025-04-06","serial_number":"12745240162655110","imei1":"12745240162655110","imei2":"12745240162655110","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T05:00:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162854,"job_number":"JOB_162854","tr_customer_id":162871,"tr_customer_product_id":162861,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T05:00:11.000Z","modified_at":"2026-01-21T05:00:48.000Z","name":"Herminio Parisian","mobile_number":"366-477-5062","email_id":"Moses_Jast22@hotmail.com","dop":"2025-04-06","serial_number":"13446758318385","imei1":"13446758318385","imei2":"13446758318385","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T05:00:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162853,"job_number":"JOB_162853","tr_customer_id":162870,"tr_customer_product_id":162860,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:57:12.000Z","modified_at":"2026-01-21T04:57:12.000Z","name":"Chetan Geddappanavar","mobile_number":"673-872-6513","email_id":"Meggie_Gislason85@hotmail.com","dop":"2025-08-24","serial_number":"12244764292989","imei1":"12244764292989","imei2":"12244764292989","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T04:57:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162852,"job_number":"JOB_162852","tr_customer_id":162869,"tr_customer_product_id":162859,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:57:09.000Z","modified_at":"2026-01-21T04:57:09.000Z","name":"Brooke Crooks","mobile_number":"595-830-0724","email_id":"Presley_Franecki@yahoo.com","dop":"2025-04-06","serial_number":"19050963534227388","imei1":"19050963534227388","imei2":"19050963534227388","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T04:57:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162851,"job_number":"JOB_162851","tr_customer_id":162868,"tr_customer_product_id":162858,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:57:07.000Z","modified_at":"2026-01-21T04:57:46.000Z","name":"Jeffrey Renner","mobile_number":"315-920-0749","email_id":"Jailyn71@hotmail.com","dop":"2025-04-06","serial_number":"19995083948725","imei1":"19995083948725","imei2":"19995083948725","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T04:57:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162850,"job_number":"JOB_162850","tr_customer_id":162867,"tr_customer_product_id":162857,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:56:23.000Z","modified_at":"2026-01-21T04:56:23.000Z","name":"Ahmad Kihn","mobile_number":"519-380-4195","email_id":"Rachael.Boyle@hotmail.com","dop":"2025-04-06","serial_number":"17642121278585800","imei1":"17642121278585800","imei2":"17642121278585800","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T04:56:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162849,"job_number":"JOB_162849","tr_customer_id":162866,"tr_customer_product_id":162856,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:56:21.000Z","modified_at":"2026-01-21T04:57:00.000Z","name":"Karine Tromp","mobile_number":"912-269-0209","email_id":"Maya66@hotmail.com","dop":"2025-04-06","serial_number":"16297752827894","imei1":"16297752827894","imei2":"16297752827894","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T04:57:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162848,"job_number":"JOB_162848","tr_customer_id":162865,"tr_customer_product_id":162855,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:55:36.000Z","modified_at":"2026-01-21T04:55:36.000Z","name":"Montana Reynolds","mobile_number":"587-763-9433","email_id":"Alexanne.Koch80@gmail.com","dop":"2025-04-06","serial_number":"19847587915432416","imei1":"19847587915432416","imei2":"19847587915432416","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T04:55:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162847,"job_number":"JOB_162847","tr_customer_id":162864,"tr_customer_product_id":162854,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:55:35.000Z","modified_at":"2026-01-21T04:56:14.000Z","name":"Kaylie Deckow","mobile_number":"221-666-3278","email_id":"Nelda_Fadel7@hotmail.com","dop":"2025-04-06","serial_number":"19406400506696","imei1":"19406400506696","imei2":"19406400506696","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T04:56:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162846,"job_number":"JOB_162846","tr_customer_id":162863,"tr_customer_product_id":162853,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:50:32.000Z","modified_at":"2026-01-21T04:50:43.000Z","name":"Anibal Swift","mobile_number":"459-411-5035","email_id":"Alta_Raynor@yahoo.com","dop":"2025-07-01","serial_number":"107524683713839","imei1":"107524683713839","imei2":"107524683713839","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T04:50:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162845,"job_number":"JOB_162845","tr_customer_id":162862,"tr_customer_product_id":162852,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:50:31.000Z","modified_at":"2026-01-21T04:50:31.000Z","name":"priyanka daurby","mobile_number":"8898776542","email_id":"pd@gmail.com","dop":"2025-07-01","serial_number":"100995434656144","imei1":"100995434656144","imei2":"100995434656144","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T04:50:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162844,"job_number":"JOB_162844","tr_customer_id":162861,"tr_customer_product_id":162851,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:50:17.000Z","modified_at":"2026-01-21T04:50:29.000Z","name":"Leta Dicki","mobile_number":"887-388-9895","email_id":"Angeline21@gmail.com","dop":"2025-07-01","serial_number":"109769010337732","imei1":"109769010337732","imei2":"109769010337732","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T04:50:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162843,"job_number":"JOB_162843","tr_customer_id":162860,"tr_customer_product_id":162850,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:50:17.000Z","modified_at":"2026-01-21T04:50:17.000Z","name":"yogita daurby","mobile_number":"8898776543","email_id":"yd@gmail.com","dop":"2025-07-01","serial_number":"101167349114917","imei1":"101167349114917","imei2":"101167349114917","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T04:50:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162838,"job_number":"JOB_162838","tr_customer_id":162855,"tr_customer_product_id":162845,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:41:18.000Z","modified_at":"2026-01-21T04:41:18.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-11","serial_number":"13635578883544","imei1":"13635578883544","imei2":"13635578883544","popurl":"2026-01-11T04:41:18.035988230Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T04:41:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162837,"job_number":"JOB_162837","tr_customer_id":162854,"tr_customer_product_id":162844,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:40:29.000Z","modified_at":"2026-01-21T04:40:29.000Z","name":"Brannon Marks","mobile_number":"235-942-1041","email_id":"Westley.Goodwin40@gmail.com","dop":"2025-04-06","serial_number":"18073471637033556","imei1":"18073471637033556","imei2":"18073471637033556","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T04:40:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162836,"job_number":"JOB_162836","tr_customer_id":162853,"tr_customer_product_id":162843,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:40:28.000Z","modified_at":"2026-01-21T04:41:05.000Z","name":"Rogelio Abshire","mobile_number":"792-630-5066","email_id":"Alexie81@yahoo.com","dop":"2025-04-06","serial_number":"15659293544667","imei1":"15659293544667","imei2":"15659293544667","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T04:41:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162835,"job_number":"JOB_162835","tr_customer_id":162852,"tr_customer_product_id":162842,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:40:28.000Z","modified_at":"2026-01-21T04:40:28.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16942499500974","imei1":"16942499500974","imei2":"16942499500974","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T04:40:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162834,"job_number":"JOB_162834","tr_customer_id":162851,"tr_customer_product_id":162841,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:40:15.000Z","modified_at":"2026-01-21T04:40:15.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-11","serial_number":"60772735252404","imei1":"60772735252404","imei2":"60772735252404","popurl":"2026-01-11T04:40:15.084466934Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T04:40:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162833,"job_number":"JOB_162833","tr_customer_id":162850,"tr_customer_product_id":162840,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:39:46.000Z","modified_at":"2026-01-21T04:39:46.000Z","name":"Foster Schmidt","mobile_number":"775-835-5986","email_id":"Maureen48@hotmail.com","dop":"2025-04-06","serial_number":"11994992878266368","imei1":"11994992878266368","imei2":"11994992878266368","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T04:39:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162832,"job_number":"JOB_162832","tr_customer_id":162849,"tr_customer_product_id":162839,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:39:44.000Z","modified_at":"2026-01-21T04:40:21.000Z","name":"Shad Schumm","mobile_number":"899-328-5727","email_id":"Cheyanne.West@gmail.com","dop":"2025-04-06","serial_number":"13084459444306","imei1":"13084459444306","imei2":"13084459444306","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T04:40:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162831,"job_number":"JOB_162831","tr_customer_id":162848,"tr_customer_product_id":162838,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:39:44.000Z","modified_at":"2026-01-21T04:39:44.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10993856536502","imei1":"10993856536502","imei2":"10993856536502","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T04:39:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162830,"job_number":"JOB_162830","tr_customer_id":162847,"tr_customer_product_id":162837,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:39:02.000Z","modified_at":"2026-01-21T04:39:02.000Z","name":"Alivia Emmerich","mobile_number":"563-603-1734","email_id":"Wilbert_Cormier57@hotmail.com","dop":"2025-04-06","serial_number":"15778016753437388","imei1":"15778016753437388","imei2":"15778016753437388","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T04:39:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162829,"job_number":"JOB_162829","tr_customer_id":162846,"tr_customer_product_id":162836,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:39:00.000Z","modified_at":"2026-01-21T04:39:37.000Z","name":"Willy Treutel","mobile_number":"835-476-0629","email_id":"Ambrose_Brekke@gmail.com","dop":"2025-04-06","serial_number":"17719668847451","imei1":"17719668847451","imei2":"17719668847451","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T04:39:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162828,"job_number":"JOB_162828","tr_customer_id":162845,"tr_customer_product_id":162835,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:39:00.000Z","modified_at":"2026-01-21T04:39:00.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17316550199141","imei1":"17316550199141","imei2":"17316550199141","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T04:39:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162827,"job_number":"JOB_162827","tr_customer_id":162844,"tr_customer_product_id":162834,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:08:00.000Z","modified_at":"2026-01-21T04:08:00.000Z","name":"Stanton Sauer","mobile_number":"337-579-7312","email_id":"Dorthy.Zieme1@gmail.com","dop":"2025-04-06","serial_number":"16577893783068204","imei1":"16577893783068204","imei2":"16577893783068204","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T04:08:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162826,"job_number":"JOB_162826","tr_customer_id":162843,"tr_customer_product_id":162833,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:07:59.000Z","modified_at":"2026-01-21T04:08:35.000Z","name":"Elenor Goldner","mobile_number":"943-788-1744","email_id":"Derick.Bode30@hotmail.com","dop":"2025-04-06","serial_number":"13101353441914","imei1":"13101353441914","imei2":"13101353441914","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T04:08:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162825,"job_number":"JOB_162825","tr_customer_id":162842,"tr_customer_product_id":162832,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:07:58.000Z","modified_at":"2026-01-21T04:07:58.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19064947813475","imei1":"19064947813475","imei2":"19064947813475","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T04:07:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162824,"job_number":"JOB_162824","tr_customer_id":162841,"tr_customer_product_id":162831,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:07:16.000Z","modified_at":"2026-01-21T04:07:16.000Z","name":"Charlotte Dooley","mobile_number":"983-851-3035","email_id":"Rhoda.Torp@yahoo.com","dop":"2025-04-06","serial_number":"11012622729466892","imei1":"11012622729466892","imei2":"11012622729466892","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T04:07:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162823,"job_number":"JOB_162823","tr_customer_id":162840,"tr_customer_product_id":162830,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:07:15.000Z","modified_at":"2026-01-21T04:07:52.000Z","name":"Ezra Schaden","mobile_number":"842-210-0777","email_id":"Quincy_Stoltenberg@yahoo.com","dop":"2025-04-06","serial_number":"13419121368688","imei1":"13419121368688","imei2":"13419121368688","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T04:07:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162822,"job_number":"JOB_162822","tr_customer_id":162839,"tr_customer_product_id":162829,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:07:15.000Z","modified_at":"2026-01-21T04:07:15.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18424217280638","imei1":"18424217280638","imei2":"18424217280638","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T04:07:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162821,"job_number":"JOB_162821","tr_customer_id":162838,"tr_customer_product_id":162828,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:06:33.000Z","modified_at":"2026-01-21T04:06:33.000Z","name":"Mckayla Oberbrunner","mobile_number":"620-322-6848","email_id":"Dave_Vandervort@gmail.com","dop":"2025-04-06","serial_number":"11036850279112522","imei1":"11036850279112522","imei2":"11036850279112522","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T04:06:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162820,"job_number":"JOB_162820","tr_customer_id":162837,"tr_customer_product_id":162827,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:06:31.000Z","modified_at":"2026-01-21T04:07:08.000Z","name":"Savannah Barton","mobile_number":"762-285-4244","email_id":"Luz_Bauch@yahoo.com","dop":"2025-04-06","serial_number":"16431544841382","imei1":"16431544841382","imei2":"16431544841382","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T04:07:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162819,"job_number":"JOB_162819","tr_customer_id":162836,"tr_customer_product_id":162826,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:06:31.000Z","modified_at":"2026-01-21T04:06:31.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12550241698009","imei1":"12550241698009","imei2":"12550241698009","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T04:06:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162794,"job_number":"JOB_162794","tr_customer_id":162811,"tr_customer_product_id":162801,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:56:47.000Z","modified_at":"2026-01-21T03:56:47.000Z","name":"Jacklyn Stoltenberg","mobile_number":"634-352-8934","email_id":"Clinton.Spinka27@yahoo.com","dop":"2025-04-06","serial_number":"13277021174872950","imei1":"13277021174872950","imei2":"13277021174872950","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:56:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162793,"job_number":"JOB_162793","tr_customer_id":162810,"tr_customer_product_id":162800,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:56:45.000Z","modified_at":"2026-01-21T03:57:22.000Z","name":"Daija Osinski","mobile_number":"477-559-8075","email_id":"Elian_Mohr@gmail.com","dop":"2025-04-06","serial_number":"18665664223340","imei1":"18665664223340","imei2":"18665664223340","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:57:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162792,"job_number":"JOB_162792","tr_customer_id":162809,"tr_customer_product_id":162799,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:56:45.000Z","modified_at":"2026-01-21T03:56:45.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16606243786958","imei1":"16606243786958","imei2":"16606243786958","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:56:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162791,"job_number":"JOB_162791","tr_customer_id":162808,"tr_customer_product_id":162798,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:56:19.000Z","modified_at":"2026-01-21T03:56:19.000Z","name":"Jeffry Bogisich","mobile_number":"829-281-8830","email_id":"Reece84@yahoo.com","dop":"2025-04-06","serial_number":"15965484185781696","imei1":"15965484185781696","imei2":"15965484185781696","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:56:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162790,"job_number":"JOB_162790","tr_customer_id":162807,"tr_customer_product_id":162797,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:56:18.000Z","modified_at":"2026-01-21T03:56:54.000Z","name":"Blaze Shanahan","mobile_number":"674-452-7759","email_id":"Leila.Oberbrunner61@gmail.com","dop":"2025-04-06","serial_number":"16678211497943","imei1":"16678211497943","imei2":"16678211497943","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:56:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162789,"job_number":"JOB_162789","tr_customer_id":162806,"tr_customer_product_id":162796,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:56:17.000Z","modified_at":"2026-01-21T03:56:17.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19599990776764","imei1":"19599990776764","imei2":"19599990776764","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:56:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162784,"job_number":"JOB_162784","tr_customer_id":162801,"tr_customer_product_id":162791,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:56:10.000Z","modified_at":"2026-01-21T03:56:10.000Z","name":"Kyler Roberts","mobile_number":"340-271-7936","email_id":"Grant_Koepp99@yahoo.com","dop":"2025-04-06","serial_number":"17750172796145496","imei1":"17750172796145496","imei2":"17750172796145496","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:56:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162780,"job_number":"JOB_162780","tr_customer_id":162797,"tr_customer_product_id":162787,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:56:09.000Z","modified_at":"2026-01-21T03:56:46.000Z","name":"Tyra Abshire","mobile_number":"438-381-1054","email_id":"Lulu26@hotmail.com","dop":"2025-04-06","serial_number":"13048748776953","imei1":"13048748776953","imei2":"13048748776953","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:56:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162779,"job_number":"JOB_162779","tr_customer_id":162796,"tr_customer_product_id":162786,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:56:09.000Z","modified_at":"2026-01-21T03:56:09.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12066783186229","imei1":"12066783186229","imei2":"12066783186229","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:56:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162778,"job_number":"JOB_162778","tr_customer_id":162795,"tr_customer_product_id":162785,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:56:08.000Z","modified_at":"2026-01-21T03:56:08.000Z","name":"Lucius Kuhn","mobile_number":"774-412-4439","email_id":"Cali.Turner@yahoo.com","dop":"2025-04-06","serial_number":"14328470819751264","imei1":"14328470819751264","imei2":"14328470819751264","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:56:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162777,"job_number":"JOB_162777","tr_customer_id":162794,"tr_customer_product_id":162784,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:56:07.000Z","modified_at":"2026-01-21T03:56:43.000Z","name":"Leif Reilly","mobile_number":"737-540-3233","email_id":"Coty52@gmail.com","dop":"2025-04-06","serial_number":"19835682176129","imei1":"19835682176129","imei2":"19835682176129","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:56:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162776,"job_number":"JOB_162776","tr_customer_id":162793,"tr_customer_product_id":162783,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:56:06.000Z","modified_at":"2026-01-21T03:56:06.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10479763847921","imei1":"10479763847921","imei2":"10479763847921","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:56:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162775,"job_number":"JOB_162775","tr_customer_id":162792,"tr_customer_product_id":162782,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:56:02.000Z","modified_at":"2026-01-21T03:56:02.000Z","name":"Abigale Carter","mobile_number":"354-937-5316","email_id":"Carmela12@gmail.com","dop":"2025-04-06","serial_number":"13516610622865430","imei1":"13516610622865430","imei2":"13516610622865430","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:56:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162774,"job_number":"JOB_162774","tr_customer_id":162791,"tr_customer_product_id":162781,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:56:02.000Z","modified_at":"2026-01-21T03:56:02.000Z","name":"Krystal Heller","mobile_number":"528-957-7180","email_id":"Milan54@hotmail.com","dop":"2025-04-06","serial_number":"12537508866891718","imei1":"12537508866891718","imei2":"12537508866891718","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:56:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162773,"job_number":"JOB_162773","tr_customer_id":162790,"tr_customer_product_id":162780,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:56:02.000Z","modified_at":"2026-01-21T03:56:02.000Z","name":"Juliana Okuneva","mobile_number":"628-729-8150","email_id":"Amparo_Weimann10@gmail.com","dop":"2025-04-06","serial_number":"17903724294886804","imei1":"17903724294886804","imei2":"17903724294886804","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:56:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162772,"job_number":"JOB_162772","tr_customer_id":162789,"tr_customer_product_id":162779,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:56:01.000Z","modified_at":"2026-01-21T03:56:38.000Z","name":"Domingo Gorczany","mobile_number":"326-710-2540","email_id":"Marjolaine.Beatty@gmail.com","dop":"2025-04-06","serial_number":"18288382644165","imei1":"18288382644165","imei2":"18288382644165","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:56:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162771,"job_number":"JOB_162771","tr_customer_id":162788,"tr_customer_product_id":162778,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:56:01.000Z","modified_at":"2026-01-21T03:56:01.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17374076242404","imei1":"17374076242404","imei2":"17374076242404","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:56:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162770,"job_number":"JOB_162770","tr_customer_id":162787,"tr_customer_product_id":162777,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:56:01.000Z","modified_at":"2026-01-21T03:56:01.000Z","name":"Edwin Goodwin","mobile_number":"760-412-4452","email_id":"Julianne_Wyman64@yahoo.com","dop":"2025-04-06","serial_number":"12699502674176330","imei1":"12699502674176330","imei2":"12699502674176330","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:56:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162769,"job_number":"JOB_162769","tr_customer_id":162786,"tr_customer_product_id":162776,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:56:00.000Z","modified_at":"2026-01-21T03:56:39.000Z","name":"Emmett Fisher","mobile_number":"905-927-3077","email_id":"Destiny70@gmail.com","dop":"2025-04-06","serial_number":"12355022513967","imei1":"12355022513967","imei2":"12355022513967","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:56:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162768,"job_number":"JOB_162768","tr_customer_id":162785,"tr_customer_product_id":162775,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:56:00.000Z","modified_at":"2026-01-21T03:56:35.000Z","name":"Sabrina Stokes","mobile_number":"624-963-2021","email_id":"Elwin30@gmail.com","dop":"2025-04-06","serial_number":"16318570667067","imei1":"16318570667067","imei2":"16318570667067","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:56:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162767,"job_number":"JOB_162767","tr_customer_id":162784,"tr_customer_product_id":162774,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:56:00.000Z","modified_at":"2026-01-21T03:56:00.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14779615738914","imei1":"14779615738914","imei2":"14779615738914","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:56:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162766,"job_number":"JOB_162766","tr_customer_id":162783,"tr_customer_product_id":162773,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:56:00.000Z","modified_at":"2026-01-21T03:56:00.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14453385923313","imei1":"14453385923313","imei2":"14453385923313","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:56:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162765,"job_number":"JOB_162765","tr_customer_id":162782,"tr_customer_product_id":162772,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:59.000Z","modified_at":"2026-01-21T03:55:59.000Z","name":"Giuseppe Fisher","mobile_number":"530-379-4979","email_id":"Modesto50@hotmail.com","dop":"2025-04-06","serial_number":"16544458269880684","imei1":"16544458269880684","imei2":"16544458269880684","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:55:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162764,"job_number":"JOB_162764","tr_customer_id":162781,"tr_customer_product_id":162771,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:59.000Z","modified_at":"2026-01-21T03:56:35.000Z","name":"Maurine Kshlerin","mobile_number":"424-405-7015","email_id":"Norwood_Hills25@yahoo.com","dop":"2025-04-06","serial_number":"15203200953838","imei1":"15203200953838","imei2":"15203200953838","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:56:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162763,"job_number":"JOB_162763","tr_customer_id":162780,"tr_customer_product_id":162770,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:59.000Z","modified_at":"2026-01-21T03:55:59.000Z","name":"kajal t","mobile_number":"7045663551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17283779099052","imei1":"17283779099052","imei2":"17283779099052","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:55:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162762,"job_number":"JOB_162762","tr_customer_id":162779,"tr_customer_product_id":162769,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:58.000Z","modified_at":"2026-01-21T03:56:38.000Z","name":"Alfredo Botsford","mobile_number":"504-530-0265","email_id":"Katherine_DAmore@yahoo.com","dop":"2025-04-06","serial_number":"13966168632848","imei1":"13966168632848","imei2":"13966168632848","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:56:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162761,"job_number":"JOB_162761","tr_customer_id":162778,"tr_customer_product_id":162768,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:58.000Z","modified_at":"2026-01-21T03:55:58.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19326406579411","imei1":"19326406579411","imei2":"19326406579411","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:55:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162757,"job_number":"JOB_162757","tr_customer_id":162774,"tr_customer_product_id":162764,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:53.000Z","modified_at":"2026-01-21T03:55:53.000Z","name":"Vinnie Brakus","mobile_number":"635-370-2185","email_id":"Haven60@yahoo.com","dop":"2025-04-06","serial_number":"17452921656048246","imei1":"17452921656048246","imei2":"17452921656048246","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:55:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162756,"job_number":"JOB_162756","tr_customer_id":162773,"tr_customer_product_id":162763,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:52.000Z","modified_at":"2026-01-21T03:56:29.000Z","name":"Jaden Wintheiser","mobile_number":"953-339-8860","email_id":"Yasmine.Collier@hotmail.com","dop":"2025-04-06","serial_number":"19457451897614","imei1":"19457451897614","imei2":"19457451897614","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:56:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162755,"job_number":"JOB_162755","tr_customer_id":162772,"tr_customer_product_id":162762,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:52.000Z","modified_at":"2026-01-21T03:55:52.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18260412890490","imei1":"18260412890490","imei2":"18260412890490","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:55:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162754,"job_number":"JOB_162754","tr_customer_id":162771,"tr_customer_product_id":162761,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:47.000Z","modified_at":"2026-01-21T03:55:47.000Z","name":"Myah Walsh","mobile_number":"960-976-4458","email_id":"Dameon.Kulas35@gmail.com","dop":"2025-04-06","serial_number":"15578533259914248","imei1":"15578533259914248","imei2":"15578533259914248","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:55:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162753,"job_number":"JOB_162753","tr_customer_id":162770,"tr_customer_product_id":162760,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:45.000Z","modified_at":"2026-01-21T03:56:24.000Z","name":"Damaris Kautzer","mobile_number":"509-765-9199","email_id":"Murphy_Rolfson@gmail.com","dop":"2025-04-06","serial_number":"15221853954662","imei1":"15221853954662","imei2":"15221853954662","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:56:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162752,"job_number":"JOB_162752","tr_customer_id":162769,"tr_customer_product_id":162759,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:45.000Z","modified_at":"2026-01-21T03:55:45.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16744290961185","imei1":"16744290961185","imei2":"16744290961185","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:55:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162748,"job_number":"JOB_162748","tr_customer_id":162765,"tr_customer_product_id":162755,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:35.000Z","modified_at":"2026-01-21T03:55:35.000Z","name":"Ashleigh Nitzsche","mobile_number":"675-280-9374","email_id":"Leonel82@hotmail.com","dop":"2025-04-06","serial_number":"10058957527885084","imei1":"10058957527885084","imei2":"10058957527885084","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:55:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162747,"job_number":"JOB_162747","tr_customer_id":162764,"tr_customer_product_id":162754,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:33.000Z","modified_at":"2026-01-21T03:56:10.000Z","name":"Sandrine Konopelski","mobile_number":"592-993-5479","email_id":"Garret61@gmail.com","dop":"2025-04-06","serial_number":"16612816751742","imei1":"16612816751742","imei2":"16612816751742","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:56:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162746,"job_number":"JOB_162746","tr_customer_id":162763,"tr_customer_product_id":162753,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:33.000Z","modified_at":"2026-01-21T03:55:33.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13310685423157","imei1":"13310685423157","imei2":"13310685423157","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:55:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162745,"job_number":"JOB_162745","tr_customer_id":162762,"tr_customer_product_id":162752,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:30.000Z","modified_at":"2026-01-21T03:55:30.000Z","name":"Idella Zemlak","mobile_number":"491-752-7466","email_id":"Hassie_Mueller@yahoo.com","dop":"2025-04-06","serial_number":"17542975757967354","imei1":"17542975757967354","imei2":"17542975757967354","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:55:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162744,"job_number":"JOB_162744","tr_customer_id":162761,"tr_customer_product_id":162751,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:29.000Z","modified_at":"2026-01-21T03:56:06.000Z","name":"Jarret Schuster","mobile_number":"848-815-5376","email_id":"Kristin92@yahoo.com","dop":"2025-04-06","serial_number":"15859157635134","imei1":"15859157635134","imei2":"15859157635134","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:56:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162743,"job_number":"JOB_162743","tr_customer_id":162760,"tr_customer_product_id":162750,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:29.000Z","modified_at":"2026-01-21T03:55:29.000Z","name":"Radha Jain","mobile_number":"12345678979","email_id":"test@2","dop":"2025-04-06","serial_number":"16605871831746","imei1":"16605871831746","imei2":"16605871831746","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:55:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162739,"job_number":"JOB_162739","tr_customer_id":162756,"tr_customer_product_id":162746,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:25.000Z","modified_at":"2026-01-21T03:55:25.000Z","name":"Alysa Ankunding","mobile_number":"555-633-6084","email_id":"Marvin.Mitchell2@gmail.com","dop":"2025-04-06","serial_number":"11954194196572000","imei1":"11954194196572000","imei2":"11954194196572000","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:55:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162738,"job_number":"JOB_162738","tr_customer_id":162755,"tr_customer_product_id":162745,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:24.000Z","modified_at":"2026-01-21T03:55:24.000Z","name":"Horace Conn","mobile_number":"524-394-5808","email_id":"Olga50@yahoo.com","dop":"2025-04-06","serial_number":"12338394019060760","imei1":"12338394019060760","imei2":"12338394019060760","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:55:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162737,"job_number":"JOB_162737","tr_customer_id":162754,"tr_customer_product_id":162744,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:24.000Z","modified_at":"2026-01-21T03:56:01.000Z","name":"Roosevelt Feil","mobile_number":"779-526-0907","email_id":"Korey_Gerlach80@hotmail.com","dop":"2025-04-06","serial_number":"15642000329460","imei1":"15642000329460","imei2":"15642000329460","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:56:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162736,"job_number":"JOB_162736","tr_customer_id":162753,"tr_customer_product_id":162743,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:23.000Z","modified_at":"2026-01-21T03:55:23.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14105833084369","imei1":"14105833084369","imei2":"14105833084369","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:55:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162735,"job_number":"JOB_162735","tr_customer_id":162752,"tr_customer_product_id":162742,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:22.000Z","modified_at":"2026-01-21T03:55:59.000Z","name":"Anne Labadie","mobile_number":"281-721-6825","email_id":"Martin_Cole@yahoo.com","dop":"2025-04-06","serial_number":"10584542602368","imei1":"10584542602368","imei2":"10584542602368","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:55:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162734,"job_number":"JOB_162734","tr_customer_id":162751,"tr_customer_product_id":162741,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:22.000Z","modified_at":"2026-01-21T03:55:22.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12474517585034","imei1":"12474517585034","imei2":"12474517585034","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:55:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162733,"job_number":"JOB_162733","tr_customer_id":162750,"tr_customer_product_id":162740,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:20.000Z","modified_at":"2026-01-21T03:55:20.000Z","name":"Kariane Waelchi","mobile_number":"731-722-6457","email_id":"Kobe.Schuppe@gmail.com","dop":"2025-04-06","serial_number":"17205118757755736","imei1":"17205118757755736","imei2":"17205118757755736","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:55:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162732,"job_number":"JOB_162732","tr_customer_id":162749,"tr_customer_product_id":162739,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:20.000Z","modified_at":"2026-01-21T03:55:20.000Z","name":"Gail Collins","mobile_number":"364-438-0262","email_id":"Jermain_Roob43@yahoo.com","dop":"2025-04-06","serial_number":"14914142965215024","imei1":"14914142965215024","imei2":"14914142965215024","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:55:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162731,"job_number":"JOB_162731","tr_customer_id":162748,"tr_customer_product_id":162738,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:19.000Z","modified_at":"2026-01-21T03:55:53.000Z","name":"Isabelle Braun","mobile_number":"270-582-3385","email_id":"Luna_Kiehn33@gmail.com","dop":"2025-04-06","serial_number":"14645338406941","imei1":"14645338406941","imei2":"14645338406941","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:55:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162730,"job_number":"JOB_162730","tr_customer_id":162747,"tr_customer_product_id":162737,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:19.000Z","modified_at":"2026-01-21T03:55:54.000Z","name":"Deondre Robel","mobile_number":"807-441-5171","email_id":"Fritz.Weimann@gmail.com","dop":"2025-04-06","serial_number":"12044646026468","imei1":"12044646026468","imei2":"12044646026468","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:55:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162729,"job_number":"JOB_162729","tr_customer_id":162746,"tr_customer_product_id":162736,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:19.000Z","modified_at":"2026-01-21T03:55:19.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11465123849035","imei1":"11465123849035","imei2":"11465123849035","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:55:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162728,"job_number":"JOB_162728","tr_customer_id":162745,"tr_customer_product_id":162735,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:19.000Z","modified_at":"2026-01-21T03:55:19.000Z","name":"Brooke Olson","mobile_number":"630-497-7590","email_id":"Lou_Wisozk@yahoo.com","dop":"2025-04-06","serial_number":"11184939878167142","imei1":"11184939878167142","imei2":"11184939878167142","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:55:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162727,"job_number":"JOB_162727","tr_customer_id":162744,"tr_customer_product_id":162734,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:18.000Z","modified_at":"2026-01-21T03:55:18.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19285335277024","imei1":"19285335277024","imei2":"19285335277024","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:55:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162726,"job_number":"JOB_162726","tr_customer_id":162743,"tr_customer_product_id":162733,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:18.000Z","modified_at":"2026-01-21T03:55:18.000Z","name":"Theresa Orn","mobile_number":"854-615-0275","email_id":"Annette54@yahoo.com","dop":"2025-04-06","serial_number":"12047082356178284","imei1":"12047082356178284","imei2":"12047082356178284","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:55:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162725,"job_number":"JOB_162725","tr_customer_id":162742,"tr_customer_product_id":162732,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:17.000Z","modified_at":"2026-01-21T03:55:52.000Z","name":"Arielle Weber","mobile_number":"934-857-5231","email_id":"Marcellus_Marquardt91@yahoo.com","dop":"2025-04-06","serial_number":"10305875214283","imei1":"10305875214283","imei2":"10305875214283","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:55:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162724,"job_number":"JOB_162724","tr_customer_id":162741,"tr_customer_product_id":162731,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:17.000Z","modified_at":"2026-01-21T03:55:17.000Z","name":"uday p","mobile_number":"9321453112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17954307958064","imei1":"17954307958064","imei2":"17954307958064","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:55:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162723,"job_number":"JOB_162723","tr_customer_id":162740,"tr_customer_product_id":162730,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:17.000Z","modified_at":"2026-01-21T03:55:54.000Z","name":"Blake Hahn","mobile_number":"724-881-6914","email_id":"Pamela.Jerde@gmail.com","dop":"2025-04-06","serial_number":"15513768219737","imei1":"15513768219737","imei2":"15513768219737","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:55:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162722,"job_number":"JOB_162722","tr_customer_id":162739,"tr_customer_product_id":162729,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:17.000Z","modified_at":"2026-01-21T03:55:17.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10431646362720","imei1":"10431646362720","imei2":"10431646362720","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:55:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162721,"job_number":"JOB_162721","tr_customer_id":162738,"tr_customer_product_id":162728,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:16.000Z","modified_at":"2026-01-21T03:55:16.000Z","name":"Lourdes Nitzsche","mobile_number":"381-377-0924","email_id":"Rosa_Beahan0@hotmail.com","dop":"2025-04-06","serial_number":"14459349065420912","imei1":"14459349065420912","imei2":"14459349065420912","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:55:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162720,"job_number":"JOB_162720","tr_customer_id":162737,"tr_customer_product_id":162727,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:14.000Z","modified_at":"2026-01-21T03:55:53.000Z","name":"Nona Bernhard","mobile_number":"961-213-4399","email_id":"Reilly_Schumm94@yahoo.com","dop":"2025-04-06","serial_number":"11064625716026","imei1":"11064625716026","imei2":"11064625716026","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:55:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162719,"job_number":"JOB_162719","tr_customer_id":162736,"tr_customer_product_id":162726,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:14.000Z","modified_at":"2026-01-21T03:55:14.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12215665241206","imei1":"12215665241206","imei2":"12215665241206","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:55:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162718,"job_number":"JOB_162718","tr_customer_id":162735,"tr_customer_product_id":162725,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:13.000Z","modified_at":"2026-01-21T03:55:13.000Z","name":"Eli Sauer","mobile_number":"579-477-4482","email_id":"Evangeline.Pfeffer@yahoo.com","dop":"2025-04-06","serial_number":"17459648709512868","imei1":"17459648709512868","imei2":"17459648709512868","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:55:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162717,"job_number":"JOB_162717","tr_customer_id":162734,"tr_customer_product_id":162724,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:12.000Z","modified_at":"2026-01-21T03:55:12.000Z","name":"Marian Lesch","mobile_number":"820-909-5565","email_id":"Antonette69@yahoo.com","dop":"2025-04-06","serial_number":"15974529322278268","imei1":"15974529322278268","imei2":"15974529322278268","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:55:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162716,"job_number":"JOB_162716","tr_customer_id":162733,"tr_customer_product_id":162723,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:12.000Z","modified_at":"2026-01-21T03:55:50.000Z","name":"Lolita Gleason","mobile_number":"219-445-2155","email_id":"Paris.Pouros40@gmail.com","dop":"2025-04-06","serial_number":"12666730763924","imei1":"12666730763924","imei2":"12666730763924","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:55:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162715,"job_number":"JOB_162715","tr_customer_id":162732,"tr_customer_product_id":162722,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:11.000Z","modified_at":"2026-01-21T03:55:11.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18104718223469","imei1":"18104718223469","imei2":"18104718223469","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:55:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162714,"job_number":"JOB_162714","tr_customer_id":162731,"tr_customer_product_id":162721,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:10.000Z","modified_at":"2026-01-21T03:55:49.000Z","name":"Zechariah Fay","mobile_number":"834-754-6441","email_id":"Jayce.Fadel@gmail.com","dop":"2025-04-06","serial_number":"18367506703739","imei1":"18367506703739","imei2":"18367506703739","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:55:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162713,"job_number":"JOB_162713","tr_customer_id":162730,"tr_customer_product_id":162720,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:10.000Z","modified_at":"2026-01-21T03:55:10.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18612558739407","imei1":"18612558739407","imei2":"18612558739407","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:55:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162712,"job_number":"JOB_162712","tr_customer_id":162729,"tr_customer_product_id":162719,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:10.000Z","modified_at":"2026-01-21T03:55:10.000Z","name":"Rick Monahan","mobile_number":"270-337-8951","email_id":"Robb_Kuvalis10@gmail.com","dop":"2025-04-06","serial_number":"19404147400035508","imei1":"19404147400035508","imei2":"19404147400035508","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:55:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162711,"job_number":"JOB_162711","tr_customer_id":162728,"tr_customer_product_id":162718,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:08.000Z","modified_at":"2026-01-21T03:55:45.000Z","name":"Samson Jenkins","mobile_number":"468-897-3166","email_id":"Rick.Jacobi53@hotmail.com","dop":"2025-04-06","serial_number":"13669836359349","imei1":"13669836359349","imei2":"13669836359349","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:55:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162710,"job_number":"JOB_162710","tr_customer_id":162727,"tr_customer_product_id":162717,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:08.000Z","modified_at":"2026-01-21T03:55:08.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19693571304256","imei1":"19693571304256","imei2":"19693571304256","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:55:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162709,"job_number":"JOB_162709","tr_customer_id":162726,"tr_customer_product_id":162716,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:00.000Z","modified_at":"2026-01-21T03:55:00.000Z","name":"Mazie Towne","mobile_number":"411-358-1066","email_id":"Thomas77@gmail.com","dop":"2025-04-06","serial_number":"10660904358040404","imei1":"10660904358040404","imei2":"10660904358040404","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:55:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162708,"job_number":"JOB_162708","tr_customer_id":162725,"tr_customer_product_id":162715,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:59.000Z","modified_at":"2026-01-21T03:55:37.000Z","name":"Chanel Torp","mobile_number":"971-597-8476","email_id":"Cora.Little83@yahoo.com","dop":"2025-04-06","serial_number":"14266294146586","imei1":"14266294146586","imei2":"14266294146586","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:55:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162707,"job_number":"JOB_162707","tr_customer_id":162724,"tr_customer_product_id":162714,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:59.000Z","modified_at":"2026-01-21T03:54:59.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12819376050191","imei1":"12819376050191","imei2":"12819376050191","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162706,"job_number":"JOB_162706","tr_customer_id":162723,"tr_customer_product_id":162713,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:51.000Z","modified_at":"2026-01-21T03:54:51.000Z","name":"Hassan West","mobile_number":"663-898-0888","email_id":"Lavada82@yahoo.com","dop":"2025-04-06","serial_number":"14433541135182342","imei1":"14433541135182342","imei2":"14433541135182342","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162702,"job_number":"JOB_162702","tr_customer_id":162719,"tr_customer_product_id":162709,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:50.000Z","modified_at":"2026-01-21T03:55:26.000Z","name":"Shawna Conroy","mobile_number":"706-235-8255","email_id":"Willie_Bins@hotmail.com","dop":"2025-04-06","serial_number":"18566860494821","imei1":"18566860494821","imei2":"18566860494821","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:55:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162700,"job_number":"JOB_162700","tr_customer_id":162717,"tr_customer_product_id":162707,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:50.000Z","modified_at":"2026-01-21T03:54:50.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11598172322500","imei1":"11598172322500","imei2":"11598172322500","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162699,"job_number":"JOB_162699","tr_customer_id":162716,"tr_customer_product_id":162706,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:47.000Z","modified_at":"2026-01-21T03:54:47.000Z","name":"Betty Durgan","mobile_number":"297-879-6183","email_id":"Kasandra63@gmail.com","dop":"2025-04-06","serial_number":"11961754946158752","imei1":"11961754946158752","imei2":"11961754946158752","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162698,"job_number":"JOB_162698","tr_customer_id":162715,"tr_customer_product_id":162705,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:45.000Z","modified_at":"2026-01-21T03:55:22.000Z","name":"Brandyn Ryan","mobile_number":"342-836-0789","email_id":"Derek_Waelchi91@hotmail.com","dop":"2025-04-06","serial_number":"14380441275526","imei1":"14380441275526","imei2":"14380441275526","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:55:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162697,"job_number":"JOB_162697","tr_customer_id":162714,"tr_customer_product_id":162704,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:45.000Z","modified_at":"2026-01-21T03:54:45.000Z","name":"Rita Gupta","mobile_number":"12345678978","email_id":"test@1","dop":"2025-04-06","serial_number":"14617980334931","imei1":"14617980334931","imei2":"14617980334931","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162695,"job_number":"JOB_162695","tr_customer_id":162712,"tr_customer_product_id":162702,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:43.000Z","modified_at":"2026-01-21T03:54:43.000Z","name":"Zane Wunsch","mobile_number":"480-306-9599","email_id":"Carmine_Swift@hotmail.com","dop":"2025-04-06","serial_number":"13005074319123836","imei1":"13005074319123836","imei2":"13005074319123836","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162694,"job_number":"JOB_162694","tr_customer_id":162711,"tr_customer_product_id":162701,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:41.000Z","modified_at":"2026-01-21T03:55:17.000Z","name":"Ollie Kilback","mobile_number":"911-252-0985","email_id":"Clare_Oberbrunner@yahoo.com","dop":"2025-04-06","serial_number":"12869432379823","imei1":"12869432379823","imei2":"12869432379823","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:55:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162693,"job_number":"JOB_162693","tr_customer_id":162710,"tr_customer_product_id":162700,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:41.000Z","modified_at":"2026-01-21T03:54:41.000Z","name":"Uday D","mobile_number":"9405167371","email_id":"dmandlik923454@gmail.com","dop":"2025-04-06","serial_number":"10472085389825","imei1":"10472085389825","imei2":"10472085389825","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162691,"job_number":"JOB_162691","tr_customer_id":162708,"tr_customer_product_id":162698,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:40.000Z","modified_at":"2026-01-21T03:54:40.000Z","name":"Jaycee Wiegand","mobile_number":"277-726-4638","email_id":"Rickey.McCullough@hotmail.com","dop":"2025-04-06","serial_number":"17949274473728028","imei1":"17949274473728028","imei2":"17949274473728028","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162690,"job_number":"JOB_162690","tr_customer_id":162707,"tr_customer_product_id":162697,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:40.000Z","modified_at":"2026-01-21T03:54:40.000Z","name":"Imelda Schumm","mobile_number":"295-804-4689","email_id":"Jacquelyn.Breitenberg17@gmail.com","dop":"2025-04-06","serial_number":"11654181013335758","imei1":"11654181013335758","imei2":"11654181013335758","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162686,"job_number":"JOB_162686","tr_customer_id":162703,"tr_customer_product_id":162693,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:39.000Z","modified_at":"2026-01-21T03:55:15.000Z","name":"Cathryn Hagenes","mobile_number":"909-455-5091","email_id":"Orval_Lindgren79@yahoo.com","dop":"2025-04-06","serial_number":"19488924562643","imei1":"19488924562643","imei2":"19488924562643","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:55:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162685,"job_number":"JOB_162685","tr_customer_id":162702,"tr_customer_product_id":162692,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:39.000Z","modified_at":"2026-01-21T03:54:39.000Z","name":"Imelda Wunsch","mobile_number":"835-671-9329","email_id":"Rosamond83@hotmail.com","dop":"2025-04-06","serial_number":"17183608022188176","imei1":"17183608022188176","imei2":"17183608022188176","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162682,"job_number":"JOB_162682","tr_customer_id":162699,"tr_customer_product_id":162689,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:38.000Z","modified_at":"2026-01-21T03:54:38.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12062986808027","imei1":"12062986808027","imei2":"12062986808027","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162681,"job_number":"JOB_162681","tr_customer_id":162698,"tr_customer_product_id":162688,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:38.000Z","modified_at":"2026-01-21T03:55:16.000Z","name":"Tina Williamson","mobile_number":"773-544-1621","email_id":"Maximo39@yahoo.com","dop":"2025-04-06","serial_number":"16118687829239","imei1":"16118687829239","imei2":"16118687829239","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:55:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162679,"job_number":"JOB_162679","tr_customer_id":162696,"tr_customer_product_id":162686,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:38.000Z","modified_at":"2026-01-21T03:54:38.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17591036684314","imei1":"17591036684314","imei2":"17591036684314","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162678,"job_number":"JOB_162678","tr_customer_id":162695,"tr_customer_product_id":162685,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:37.000Z","modified_at":"2026-01-21T03:55:12.000Z","name":"Charles Kautzer","mobile_number":"214-939-5625","email_id":"Candace.Abernathy50@hotmail.com","dop":"2025-04-06","serial_number":"15870016967143","imei1":"15870016967143","imei2":"15870016967143","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:55:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162677,"job_number":"JOB_162677","tr_customer_id":162694,"tr_customer_product_id":162684,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:37.000Z","modified_at":"2026-01-21T03:54:37.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16159543790134","imei1":"16159543790134","imei2":"16159543790134","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162676,"job_number":"JOB_162676","tr_customer_id":162693,"tr_customer_product_id":162683,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:37.000Z","modified_at":"2026-01-21T03:54:37.000Z","name":"Sidney Gulgowski","mobile_number":"594-699-2192","email_id":"Scottie.Mertz@hotmail.com","dop":"2025-04-06","serial_number":"10585079893058744","imei1":"10585079893058744","imei2":"10585079893058744","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162675,"job_number":"JOB_162675","tr_customer_id":162692,"tr_customer_product_id":162682,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:36.000Z","modified_at":"2026-01-21T03:54:36.000Z","name":"Nathaniel Christiansen","mobile_number":"931-509-6360","email_id":"Kennedy_Roob22@gmail.com","dop":"2025-04-06","serial_number":"18531806963616636","imei1":"18531806963616636","imei2":"18531806963616636","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162673,"job_number":"JOB_162673","tr_customer_id":162690,"tr_customer_product_id":162680,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:35.000Z","modified_at":"2026-01-21T03:55:11.000Z","name":"Jordon Fahey","mobile_number":"675-986-4348","email_id":"Jermain_Schaden@yahoo.com","dop":"2025-04-06","serial_number":"16600416989378","imei1":"16600416989378","imei2":"16600416989378","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:55:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162672,"job_number":"JOB_162672","tr_customer_id":162689,"tr_customer_product_id":162679,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:35.000Z","modified_at":"2026-01-21T03:55:10.000Z","name":"Jake Champlin","mobile_number":"632-459-8880","email_id":"Tito73@hotmail.com","dop":"2025-04-06","serial_number":"13753611570726","imei1":"13753611570726","imei2":"13753611570726","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:55:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162671,"job_number":"JOB_162671","tr_customer_id":162688,"tr_customer_product_id":162678,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:35.000Z","modified_at":"2026-01-21T03:54:35.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19473862542889","imei1":"19473862542889","imei2":"19473862542889","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162670,"job_number":"JOB_162670","tr_customer_id":162687,"tr_customer_product_id":162677,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:35.000Z","modified_at":"2026-01-21T03:54:35.000Z","name":"jatin sharma","mobile_number":"7045663552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14331917249370","imei1":"14331917249370","imei2":"14331917249370","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162665,"job_number":"JOB_162665","tr_customer_id":162682,"tr_customer_product_id":162672,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:30.000Z","modified_at":"2026-01-21T03:54:30.000Z","name":"Arlo Kris","mobile_number":"277-449-1565","email_id":"Romaine.Wuckert93@yahoo.com","dop":"2025-04-06","serial_number":"11693425988122226","imei1":"11693425988122226","imei2":"11693425988122226","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162664,"job_number":"JOB_162664","tr_customer_id":162681,"tr_customer_product_id":162671,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:28.000Z","modified_at":"2026-01-21T03:55:07.000Z","name":"Mikel Gislason","mobile_number":"317-822-0971","email_id":"Flavio_Sipes75@gmail.com","dop":"2025-04-06","serial_number":"11905602048084","imei1":"11905602048084","imei2":"11905602048084","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:55:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162663,"job_number":"JOB_162663","tr_customer_id":162680,"tr_customer_product_id":162670,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:28.000Z","modified_at":"2026-01-21T03:54:28.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12251968929478","imei1":"12251968929478","imei2":"12251968929478","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162662,"job_number":"JOB_162662","tr_customer_id":162679,"tr_customer_product_id":162669,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:27.000Z","modified_at":"2026-01-21T03:54:27.000Z","name":"Pablo DuBuque","mobile_number":"793-312-8727","email_id":"Maya16@yahoo.com","dop":"2025-04-06","serial_number":"14683523743272888","imei1":"14683523743272888","imei2":"14683523743272888","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162661,"job_number":"JOB_162661","tr_customer_id":162678,"tr_customer_product_id":162668,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:26.000Z","modified_at":"2026-01-21T03:54:26.000Z","name":"Beaulah Simonis","mobile_number":"204-656-2894","email_id":"Domingo8@hotmail.com","dop":"2025-04-06","serial_number":"17432839441483412","imei1":"17432839441483412","imei2":"17432839441483412","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162660,"job_number":"JOB_162660","tr_customer_id":162677,"tr_customer_product_id":162667,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:26.000Z","modified_at":"2026-01-21T03:54:26.000Z","name":"Katrina Roberts","mobile_number":"822-859-7295","email_id":"Asia_Bins@hotmail.com","dop":"2025-04-06","serial_number":"10631193522869558","imei1":"10631193522869558","imei2":"10631193522869558","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162658,"job_number":"JOB_162658","tr_customer_id":162675,"tr_customer_product_id":162665,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:25.000Z","modified_at":"2026-01-21T03:55:04.000Z","name":"Luisa Daugherty","mobile_number":"680-877-8714","email_id":"Wyman.Rowe@yahoo.com","dop":"2025-04-06","serial_number":"10238734404027","imei1":"10238734404027","imei2":"10238734404027","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:55:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162657,"job_number":"JOB_162657","tr_customer_id":162674,"tr_customer_product_id":162664,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:25.000Z","modified_at":"2026-01-21T03:54:25.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14750896796796","imei1":"14750896796796","imei2":"14750896796796","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162656,"job_number":"JOB_162656","tr_customer_id":162673,"tr_customer_product_id":162663,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:25.000Z","modified_at":"2026-01-21T03:55:01.000Z","name":"Alexandre Adams","mobile_number":"757-520-6558","email_id":"Nathan_Volkman29@hotmail.com","dop":"2025-04-06","serial_number":"17119721365153","imei1":"17119721365153","imei2":"17119721365153","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:55:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162655,"job_number":"JOB_162655","tr_customer_id":162672,"tr_customer_product_id":162662,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:25.000Z","modified_at":"2026-01-21T03:55:03.000Z","name":"Lora O'Reilly","mobile_number":"831-350-1137","email_id":"Devin3@hotmail.com","dop":"2025-04-06","serial_number":"14642630053185","imei1":"14642630053185","imei2":"14642630053185","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:55:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162654,"job_number":"JOB_162654","tr_customer_id":162671,"tr_customer_product_id":162661,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:25.000Z","modified_at":"2026-01-21T03:54:25.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19435443486077","imei1":"19435443486077","imei2":"19435443486077","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162653,"job_number":"JOB_162653","tr_customer_id":162670,"tr_customer_product_id":162660,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:24.000Z","modified_at":"2026-01-21T03:54:24.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19728822802727","imei1":"19728822802727","imei2":"19728822802727","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162651,"job_number":"JOB_162651","tr_customer_id":162668,"tr_customer_product_id":162658,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:22.000Z","modified_at":"2026-01-21T03:54:22.000Z","name":"Ottilie Schumm","mobile_number":"556-225-3098","email_id":"Eve_Mayert@yahoo.com","dop":"2025-04-06","serial_number":"10043714224930806","imei1":"10043714224930806","imei2":"10043714224930806","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162650,"job_number":"JOB_162650","tr_customer_id":162667,"tr_customer_product_id":162657,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:21.000Z","modified_at":"2026-01-21T03:54:21.000Z","name":"Judah Sanford","mobile_number":"884-293-2118","email_id":"Hettie.Cormier36@hotmail.com","dop":"2025-06-18","serial_number":"1027025340922719","imei1":"1027025340922719","imei2":"1027025340922719","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162649,"job_number":"JOB_162649","tr_customer_id":162666,"tr_customer_product_id":162656,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:21.000Z","modified_at":"2026-01-21T03:54:58.000Z","name":"Demond Hansen","mobile_number":"229-898-2513","email_id":"Eino38@yahoo.com","dop":"2025-04-06","serial_number":"19971897015472","imei1":"19971897015472","imei2":"19971897015472","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:54:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162648,"job_number":"JOB_162648","tr_customer_id":162665,"tr_customer_product_id":162655,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:21.000Z","modified_at":"2026-01-21T03:54:57.000Z","name":"Maximillian Wisoky","mobile_number":"481-210-9867","email_id":"Guiseppe88@hotmail.com","dop":"2025-06-18","serial_number":"10234349578596","imei1":"10234349578596","imei2":"10234349578596","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:54:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162647,"job_number":"JOB_162647","tr_customer_id":162664,"tr_customer_product_id":162654,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:20.000Z","modified_at":"2026-01-21T03:54:20.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10752618983109","imei1":"10752618983109","imei2":"10752618983109","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162646,"job_number":"JOB_162646","tr_customer_id":162663,"tr_customer_product_id":162653,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:15.000Z","modified_at":"2026-01-21T03:54:15.000Z","name":"Eda Pagac","mobile_number":"934-720-6863","email_id":"Rafaela.Haag34@yahoo.com","dop":"2025-04-06","serial_number":"15390323679788892","imei1":"15390323679788892","imei2":"15390323679788892","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162645,"job_number":"JOB_162645","tr_customer_id":162662,"tr_customer_product_id":162652,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:13.000Z","modified_at":"2026-01-21T03:54:51.000Z","name":"Emerson Shanahan","mobile_number":"652-872-2180","email_id":"Kristy8@hotmail.com","dop":"2025-04-06","serial_number":"10947156777713","imei1":"10947156777713","imei2":"10947156777713","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:54:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162644,"job_number":"JOB_162644","tr_customer_id":162661,"tr_customer_product_id":162651,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:13.000Z","modified_at":"2026-01-21T03:54:13.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15397658553317","imei1":"15397658553317","imei2":"15397658553317","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162641,"job_number":"JOB_162641","tr_customer_id":162658,"tr_customer_product_id":162648,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:08.000Z","modified_at":"2026-01-21T03:54:08.000Z","name":"Issac Luettgen","mobile_number":"745-358-5630","email_id":"Bernita_Beahan45@hotmail.com","dop":"2025-04-06","serial_number":"19306903525320280","imei1":"19306903525320280","imei2":"19306903525320280","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162640,"job_number":"JOB_162640","tr_customer_id":162657,"tr_customer_product_id":162647,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:07.000Z","modified_at":"2026-01-21T03:54:43.000Z","name":"Shane Kub","mobile_number":"932-517-6766","email_id":"Flavie_Okuneva59@gmail.com","dop":"2025-04-06","serial_number":"19008913160366","imei1":"19008913160366","imei2":"19008913160366","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:54:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162639,"job_number":"JOB_162639","tr_customer_id":162656,"tr_customer_product_id":162646,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:00.000Z","modified_at":"2026-01-21T03:54:00.000Z","name":"Buddy Botsford","mobile_number":"282-524-7506","email_id":"Jesse43@gmail.com","dop":"2025-04-06","serial_number":"17518805026091808","imei1":"17518805026091808","imei2":"17518805026091808","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162638,"job_number":"JOB_162638","tr_customer_id":162655,"tr_customer_product_id":162645,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:53:59.000Z","modified_at":"2026-01-21T03:54:34.000Z","name":"Dexter Crooks","mobile_number":"212-681-2925","email_id":"Luther.Conn36@yahoo.com","dop":"2025-04-06","serial_number":"12814704807136","imei1":"12814704807136","imei2":"12814704807136","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:54:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162637,"job_number":"JOB_162637","tr_customer_id":162654,"tr_customer_product_id":162644,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:53:59.000Z","modified_at":"2026-01-21T03:53:59.000Z","name":"D M","mobile_number":"9405167371","email_id":"dmandlik92345@gmail.com","dop":"2025-04-06","serial_number":"16959601556511","imei1":"16959601556511","imei2":"16959601556511","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:53:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162636,"job_number":"JOB_162636","tr_customer_id":162653,"tr_customer_product_id":162643,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:53:54.000Z","modified_at":"2026-01-21T03:53:54.000Z","name":"Edd Bailey","mobile_number":"754-571-6777","email_id":"Uriel_OReilly@gmail.com","dop":"2025-04-06","serial_number":"12138392590815666","imei1":"12138392590815666","imei2":"12138392590815666","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:53:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162635,"job_number":"JOB_162635","tr_customer_id":162652,"tr_customer_product_id":162642,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:53:53.000Z","modified_at":"2026-01-21T03:54:28.000Z","name":"Princess Bayer","mobile_number":"544-904-1316","email_id":"Sarina_Lynch@yahoo.com","dop":"2025-04-06","serial_number":"18864871061443","imei1":"18864871061443","imei2":"18864871061443","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:54:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162634,"job_number":"JOB_162634","tr_customer_id":162651,"tr_customer_product_id":162641,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:53:52.000Z","modified_at":"2026-01-21T03:53:52.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18349304720762","imei1":"18349304720762","imei2":"18349304720762","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:53:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162633,"job_number":"JOB_162633","tr_customer_id":162650,"tr_customer_product_id":162640,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:53:48.000Z","modified_at":"2026-01-21T03:53:48.000Z","name":"Leland Mitchell","mobile_number":"610-411-4350","email_id":"Shayna.Kuvalis@hotmail.com","dop":"2025-04-06","serial_number":"16534113069734780","imei1":"16534113069734780","imei2":"16534113069734780","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:53:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162632,"job_number":"JOB_162632","tr_customer_id":162649,"tr_customer_product_id":162639,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:53:47.000Z","modified_at":"2026-01-21T03:54:23.000Z","name":"Hobart Ruecker","mobile_number":"556-738-3578","email_id":"Carmela.Hyatt23@yahoo.com","dop":"2025-04-06","serial_number":"17238586412775","imei1":"17238586412775","imei2":"17238586412775","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:54:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162631,"job_number":"JOB_162631","tr_customer_id":162648,"tr_customer_product_id":162638,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:53:41.000Z","modified_at":"2026-01-21T03:53:41.000Z","name":"Dennis McClure","mobile_number":"473-518-3893","email_id":"Favian.Baumbach@yahoo.com","dop":"2025-04-06","serial_number":"11672018648706232","imei1":"11672018648706232","imei2":"11672018648706232","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:53:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162630,"job_number":"JOB_162630","tr_customer_id":162647,"tr_customer_product_id":162637,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:53:39.000Z","modified_at":"2026-01-21T03:54:17.000Z","name":"Micah Yundt","mobile_number":"790-766-8992","email_id":"Gus_Cummings16@hotmail.com","dop":"2025-04-06","serial_number":"19795840133136","imei1":"19795840133136","imei2":"19795840133136","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:54:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162629,"job_number":"JOB_162629","tr_customer_id":162646,"tr_customer_product_id":162636,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:53:39.000Z","modified_at":"2026-01-21T03:53:39.000Z","name":"Arlie Treutel","mobile_number":"604-903-8259","email_id":"Kenya.Swaniawski74@gmail.com","dop":"2025-06-18","serial_number":"1080106078253185","imei1":"1080106078253185","imei2":"1080106078253185","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:53:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162628,"job_number":"JOB_162628","tr_customer_id":162645,"tr_customer_product_id":162635,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:53:39.000Z","modified_at":"2026-01-21T03:53:39.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14399582480480","imei1":"14399582480480","imei2":"14399582480480","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:53:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162627,"job_number":"JOB_162627","tr_customer_id":162644,"tr_customer_product_id":162634,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:53:38.000Z","modified_at":"2026-01-21T03:54:14.000Z","name":"Jillian Willms","mobile_number":"603-525-3968","email_id":"Theo_Ziemann@hotmail.com","dop":"2025-06-18","serial_number":"10490481658436","imei1":"10490481658436","imei2":"10490481658436","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:54:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162626,"job_number":"JOB_162626","tr_customer_id":162643,"tr_customer_product_id":162633,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:53:38.000Z","modified_at":"2026-01-21T03:53:38.000Z","name":"Marian West","mobile_number":"660-828-7789","email_id":"Osvaldo.Nolan28@yahoo.com","dop":"2025-04-06","serial_number":"16451017225734406","imei1":"16451017225734406","imei2":"16451017225734406","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:53:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162625,"job_number":"JOB_162625","tr_customer_id":162642,"tr_customer_product_id":162632,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:53:38.000Z","modified_at":"2026-01-21T03:53:38.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10788517097240","imei1":"10788517097240","imei2":"10788517097240","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:53:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162624,"job_number":"JOB_162624","tr_customer_id":162641,"tr_customer_product_id":162631,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:53:37.000Z","modified_at":"2026-01-21T03:54:14.000Z","name":"Trisha Johns","mobile_number":"333-581-5263","email_id":"Vallie72@gmail.com","dop":"2025-04-06","serial_number":"15864999580411","imei1":"15864999580411","imei2":"15864999580411","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:54:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162623,"job_number":"JOB_162623","tr_customer_id":162640,"tr_customer_product_id":162630,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:53:29.000Z","modified_at":"2026-01-21T03:53:29.000Z","name":"Alice Shields","mobile_number":"797-885-8513","email_id":"Kenneth.Abbott@hotmail.com","dop":"2025-04-06","serial_number":"12193303622992512","imei1":"12193303622992512","imei2":"12193303622992512","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:53:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162622,"job_number":"JOB_162622","tr_customer_id":162639,"tr_customer_product_id":162629,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:53:28.000Z","modified_at":"2026-01-21T03:54:03.000Z","name":"Sylvan Will","mobile_number":"962-389-6969","email_id":"Chyna_Satterfield@hotmail.com","dop":"2025-04-06","serial_number":"12423343791114","imei1":"12423343791114","imei2":"12423343791114","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:54:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162621,"job_number":"JOB_162621","tr_customer_id":162638,"tr_customer_product_id":162628,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:53:27.000Z","modified_at":"2026-01-21T03:53:35.000Z","name":"Karthik Duruvasula","mobile_number":"7897897890","email_id":"krthiksantosh@gmail.com","dop":"2025-05-07","serial_number":"29776641992789","imei1":"29776641992789","imei2":"29776641992789","popurl":"2025-05-07T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:53:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162620,"job_number":"JOB_162620","tr_customer_id":162637,"tr_customer_product_id":162627,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:53:22.000Z","modified_at":"2026-01-21T03:53:22.000Z","name":"Donnell Hilll","mobile_number":"425-402-9199","email_id":"Elissa23@gmail.com","dop":"2025-04-06","serial_number":"12546921181361340","imei1":"12546921181361340","imei2":"12546921181361340","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:53:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162619,"job_number":"JOB_162619","tr_customer_id":162636,"tr_customer_product_id":162626,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:53:20.000Z","modified_at":"2026-01-21T03:53:56.000Z","name":"Ray Turner","mobile_number":"579-685-7693","email_id":"Fernando_McDermott@hotmail.com","dop":"2025-04-06","serial_number":"12038532373941","imei1":"12038532373941","imei2":"12038532373941","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:53:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162618,"job_number":"JOB_162618","tr_customer_id":162635,"tr_customer_product_id":162625,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:53:18.000Z","modified_at":"2026-01-21T03:53:18.000Z","name":"Marshall Koss","mobile_number":"501-318-7028","email_id":"Marvin37@hotmail.com","dop":"2025-04-06","serial_number":"15012338366390536","imei1":"15012338366390536","imei2":"15012338366390536","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:53:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162617,"job_number":"JOB_162617","tr_customer_id":162634,"tr_customer_product_id":162624,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:53:17.000Z","modified_at":"2026-01-21T03:53:52.000Z","name":"Edyth Grimes","mobile_number":"421-871-8030","email_id":"Chadrick.Leffler60@hotmail.com","dop":"2025-04-06","serial_number":"16318141513793","imei1":"16318141513793","imei2":"16318141513793","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:53:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162616,"job_number":"JOB_162616","tr_customer_id":162633,"tr_customer_product_id":162623,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:53:17.000Z","modified_at":"2026-01-21T03:53:17.000Z","name":"Dhananjay Mandlik","mobile_number":"9405167371","email_id":"dmandlik92@gmail.com","dop":"2025-04-06","serial_number":"18290475511432","imei1":"18290475511432","imei2":"18290475511432","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:53:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162615,"job_number":"JOB_162615","tr_customer_id":162632,"tr_customer_product_id":162622,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:53:16.000Z","modified_at":"2026-01-21T03:53:25.000Z","name":"Karthik Duruvasula","mobile_number":"7897897890","email_id":"krthiksantosh@gmail.com","dop":"2025-05-07","serial_number":"60839021241927","imei1":"60839021241927","imei2":"60839021241927","popurl":"2025-05-07T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:53:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162614,"job_number":"JOB_162614","tr_customer_id":162631,"tr_customer_product_id":162621,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:48:34.000Z","modified_at":"2026-01-21T03:48:34.000Z","name":"Esther Parker","mobile_number":"834-642-0901","email_id":"Jules.Schinner19@hotmail.com","dop":"2025-04-06","serial_number":"16313148066048748","imei1":"16313148066048748","imei2":"16313148066048748","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:48:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162613,"job_number":"JOB_162613","tr_customer_id":162630,"tr_customer_product_id":162620,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:48:33.000Z","modified_at":"2026-01-21T03:49:05.000Z","name":"Geovanni Bartell","mobile_number":"264-283-5154","email_id":"Davon_Maggio50@gmail.com","dop":"2025-04-06","serial_number":"16769524572060","imei1":"16769524572060","imei2":"16769524572060","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:49:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162612,"job_number":"JOB_162612","tr_customer_id":162629,"tr_customer_product_id":162619,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:48:32.000Z","modified_at":"2026-01-21T03:48:32.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17848277089381","imei1":"17848277089381","imei2":"17848277089381","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:48:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162611,"job_number":"JOB_162611","tr_customer_id":162628,"tr_customer_product_id":162618,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:47:54.000Z","modified_at":"2026-01-21T03:47:54.000Z","name":"Bertha Bins","mobile_number":"880-586-2742","email_id":"Althea85@gmail.com","dop":"2025-04-06","serial_number":"19804275476949320","imei1":"19804275476949320","imei2":"19804275476949320","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:47:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162610,"job_number":"JOB_162610","tr_customer_id":162627,"tr_customer_product_id":162617,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:47:53.000Z","modified_at":"2026-01-21T03:48:26.000Z","name":"Larissa Schaden","mobile_number":"790-530-1039","email_id":"Eden.Krajcik@gmail.com","dop":"2025-04-06","serial_number":"12018204227382","imei1":"12018204227382","imei2":"12018204227382","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:48:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162609,"job_number":"JOB_162609","tr_customer_id":162626,"tr_customer_product_id":162616,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:47:52.000Z","modified_at":"2026-01-21T03:47:52.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"15963298373361","imei1":"15963298373361","imei2":"15963298373361","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:47:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162608,"job_number":"JOB_162608","tr_customer_id":162625,"tr_customer_product_id":162615,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:47:14.000Z","modified_at":"2026-01-21T03:47:14.000Z","name":"Madelyn Farrell","mobile_number":"428-445-3992","email_id":"Angus50@hotmail.com","dop":"2025-04-06","serial_number":"16746191132438830","imei1":"16746191132438830","imei2":"16746191132438830","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:47:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162607,"job_number":"JOB_162607","tr_customer_id":162624,"tr_customer_product_id":162614,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:47:12.000Z","modified_at":"2026-01-21T03:47:46.000Z","name":"Ona Jaskolski","mobile_number":"469-282-0317","email_id":"Randi_Greenfelder@gmail.com","dop":"2025-04-06","serial_number":"13470679357318","imei1":"13470679357318","imei2":"13470679357318","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:47:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162606,"job_number":"JOB_162606","tr_customer_id":162623,"tr_customer_product_id":162613,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:47:12.000Z","modified_at":"2026-01-21T03:47:12.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13058901590552","imei1":"13058901590552","imei2":"13058901590552","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:47:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162603,"job_number":"JOB_162603","tr_customer_id":162620,"tr_customer_product_id":162610,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T02:59:54.000Z","modified_at":"2026-01-21T03:44:48.000Z","name":"Fay Jaskolski","mobile_number":"333-876-7079","email_id":"Jaqueline40@hotmail.com","dop":"2025-04-06","serial_number":"17178707346116856","imei1":"17178707346116856","imei2":"17178707346116856","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:44:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162602,"job_number":"JOB_162602","tr_customer_id":162619,"tr_customer_product_id":162609,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T02:59:53.000Z","modified_at":"2026-01-21T03:00:32.000Z","name":"Jade Harris","mobile_number":"750-695-1076","email_id":"Gladyce_Thiel@yahoo.com","dop":"2025-04-06","serial_number":"18018350818538","imei1":"18018350818538","imei2":"18018350818538","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:00:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162601,"job_number":"JOB_162601","tr_customer_id":162618,"tr_customer_product_id":162608,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T02:59:52.000Z","modified_at":"2026-01-21T06:12:37.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14703153286275","imei1":"14703153286275","imei2":"14703153286275","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":3,"assigned_on":"2026-01-21T06:12:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162600,"job_number":"JOB_162600","tr_customer_id":162617,"tr_customer_product_id":162607,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T02:59:07.000Z","modified_at":"2026-01-21T03:34:22.000Z","name":"Alexzander Lowe","mobile_number":"862-640-1470","email_id":"Crawford.Kerluke@hotmail.com","dop":"2025-04-06","serial_number":"16450239022892226","imei1":"16450239022892226","imei2":"16450239022892226","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-21T03:34:22.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"},{"id":162599,"job_number":"JOB_162599","tr_customer_id":162616,"tr_customer_product_id":162606,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T02:59:05.000Z","modified_at":"2026-01-21T02:59:45.000Z","name":"Vilma Crooks","mobile_number":"521-767-9582","email_id":"Dawn.Tillman70@yahoo.com","dop":"2025-04-06","serial_number":"15539871771051","imei1":"15539871771051","imei2":"15539871771051","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T02:59:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162598,"job_number":"JOB_162598","tr_customer_id":162615,"tr_customer_product_id":162605,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T02:59:05.000Z","modified_at":"2026-01-21T03:34:24.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17604503354539","imei1":"17604503354539","imei2":"17604503354539","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-21T03:34:24.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"},{"id":162597,"job_number":"JOB_162597","tr_customer_id":162614,"tr_customer_product_id":162604,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T02:58:20.000Z","modified_at":"2026-01-21T02:58:20.000Z","name":"Elva Koss","mobile_number":"316-617-1422","email_id":"Delphia_Welch19@yahoo.com","dop":"2025-04-06","serial_number":"16740242445612904","imei1":"16740242445612904","imei2":"16740242445612904","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T02:58:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162596,"job_number":"JOB_162596","tr_customer_id":162613,"tr_customer_product_id":162603,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T02:58:18.000Z","modified_at":"2026-01-21T02:58:57.000Z","name":"Virginia Kunde","mobile_number":"682-553-7790","email_id":"Chester.Murray56@yahoo.com","dop":"2025-04-06","serial_number":"19688787886970","imei1":"19688787886970","imei2":"19688787886970","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T02:58:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162595,"job_number":"JOB_162595","tr_customer_id":162612,"tr_customer_product_id":162602,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T02:58:18.000Z","modified_at":"2026-01-21T02:58:18.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14346605803933","imei1":"14346605803933","imei2":"14346605803933","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T02:58:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162588,"job_number":"JOB_162588","tr_customer_id":162605,"tr_customer_product_id":162595,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T02:24:34.000Z","modified_at":"2026-01-21T02:24:34.000Z","name":"Divya Rai","mobile_number":"7001829202","email_id":"testemail@gmail.com","dop":"2025-12-04","serial_number":"23451113430770109","imei1":"23451113430770109","imei2":"23451113430770109","popurl":"2025-12-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T02:24:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162586,"job_number":"JOB_162586","tr_customer_id":162603,"tr_customer_product_id":162593,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T01:29:13.000Z","modified_at":"2026-01-21T01:29:13.000Z","name":"Dnyan Ubale","mobile_number":"7878787878","email_id":"xyz@gmail.com","dop":"2026-01-11","serial_number":"11794514993682","imei1":"18904414473682","imei2":"130779079163742","popurl":"2026-01-11T01:29:05.036385171Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T01:29:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162585,"job_number":"JOB_162585","tr_customer_id":162602,"tr_customer_product_id":162592,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T01:16:15.000Z","modified_at":"2026-01-21T01:16:15.000Z","name":"Jewell Hammes","mobile_number":"282-657-9437","email_id":"Zita_Haag@yahoo.com","dop":"2025-04-06","serial_number":"15699477022877","imei1":"15699477022877","imei2":"15699477022877","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T01:16:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162960,"job_number":"JOB_162960","tr_customer_id":162977,"tr_customer_product_id":162967,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:38:46.000Z","modified_at":"2026-01-21T06:38:46.000Z","name":"Malika Nitzsche","mobile_number":"866-221-0515","email_id":"Jarod_Kunde@yahoo.com","dop":"2000-01-31","serial_number":"1068615764366569","imei1":"1068615764366569","imei2":"1068615764366569","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:38:46.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":162958,"job_number":"JOB_162958","tr_customer_id":162975,"tr_customer_product_id":162965,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:38:44.000Z","modified_at":"2026-01-21T06:38:44.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10764567921047","imei1":"10764567921047","imei2":"10764567921047","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:38:44.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":162953,"job_number":"JOB_162953","tr_customer_id":162970,"tr_customer_product_id":162960,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:38:01.000Z","modified_at":"2026-01-21T06:38:01.000Z","name":"Chet Dietrich","mobile_number":"803-781-7937","email_id":"Shyanne.Ledner@gmail.com","dop":"2000-01-31","serial_number":"1034922372370101","imei1":"1034922372370101","imei2":"1034922372370101","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:38:01.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":162949,"job_number":"JOB_162949","tr_customer_id":162966,"tr_customer_product_id":162956,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:38:00.000Z","modified_at":"2026-01-21T06:38:00.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10289459723595","imei1":"10289459723595","imei2":"10289459723595","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:38:00.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":162945,"job_number":"JOB_162945","tr_customer_id":162962,"tr_customer_product_id":162952,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:37:17.000Z","modified_at":"2026-01-21T06:37:17.000Z","name":"Elody Crooks","mobile_number":"932-586-1772","email_id":"Kenny_Purdy@yahoo.com","dop":"2000-01-31","serial_number":"1071466473844178","imei1":"1071466473844178","imei2":"1071466473844178","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:37:17.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":162943,"job_number":"JOB_162943","tr_customer_id":162960,"tr_customer_product_id":162950,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:37:15.000Z","modified_at":"2026-01-21T06:37:15.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10308976964436","imei1":"10308976964436","imei2":"10308976964436","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:37:15.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":162939,"job_number":"JOB_162939","tr_customer_id":162956,"tr_customer_product_id":162946,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:36:32.000Z","modified_at":"2026-01-21T06:36:32.000Z","name":"Jules Mills","mobile_number":"969-402-0205","email_id":"Maurine_Cummings@hotmail.com","dop":"2000-01-31","serial_number":"1085093491319299","imei1":"1085093491319299","imei2":"1085093491319299","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:36:32.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":162937,"job_number":"JOB_162937","tr_customer_id":162954,"tr_customer_product_id":162944,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:36:30.000Z","modified_at":"2026-01-21T06:36:30.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10912920959677","imei1":"10912920959677","imei2":"10912920959677","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:36:30.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":162797,"job_number":"JOB_162797","tr_customer_id":162814,"tr_customer_product_id":162804,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:57:01.000Z","modified_at":"2026-01-21T05:54:27.000Z","name":"Ayden Auer","mobile_number":"948-818-4190","email_id":"Jovani64@hotmail.com","dop":"2000-01-31","serial_number":"1075751991721673","imei1":"1075751991721673","imei2":"1075751991721673","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-21T05:54:27.000Z","assigned_to":2,"mst_warrenty_status_code":"OOW"},{"id":162795,"job_number":"JOB_162795","tr_customer_id":162812,"tr_customer_product_id":162802,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:56:59.000Z","modified_at":"2026-01-21T03:56:59.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10889565985024","imei1":"10889565985024","imei2":"10889565985024","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:56:59.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":162788,"job_number":"JOB_162788","tr_customer_id":162805,"tr_customer_product_id":162795,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:56:14.000Z","modified_at":"2026-01-21T03:56:14.000Z","name":"Tyra Walter","mobile_number":"933-641-8231","email_id":"Stevie61@gmail.com","dop":"2000-01-31","serial_number":"1095738584130085","imei1":"1095738584130085","imei2":"1095738584130085","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:56:14.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":162786,"job_number":"JOB_162786","tr_customer_id":162803,"tr_customer_product_id":162793,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:56:12.000Z","modified_at":"2026-01-21T03:56:12.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10159606713709","imei1":"10159606713709","imei2":"10159606713709","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:56:12.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":162742,"job_number":"JOB_162742","tr_customer_id":162759,"tr_customer_product_id":162749,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:27.000Z","modified_at":"2026-01-21T03:55:27.000Z","name":"Larue Trantow","mobile_number":"312-984-8106","email_id":"Jane_Gusikowski@gmail.com","dop":"2000-01-31","serial_number":"1065332436451677","imei1":"1065332436451677","imei2":"1065332436451677","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:55:27.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":162740,"job_number":"JOB_162740","tr_customer_id":162757,"tr_customer_product_id":162747,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:25.000Z","modified_at":"2026-01-21T03:55:25.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10090710724077","imei1":"10090710724077","imei2":"10090710724077","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:55:25.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":162692,"job_number":"JOB_162692","tr_customer_id":162709,"tr_customer_product_id":162699,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:40.000Z","modified_at":"2026-01-21T03:54:40.000Z","name":"Sandra Rodriguez","mobile_number":"640-338-8735","email_id":"Domenic.Barrows@yahoo.com","dop":"2000-01-31","serial_number":"1097630213506101","imei1":"1097630213506101","imei2":"1097630213506101","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:40.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":162684,"job_number":"JOB_162684","tr_customer_id":162701,"tr_customer_product_id":162691,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:38.000Z","modified_at":"2026-01-21T03:54:38.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10591616575842","imei1":"10591616575842","imei2":"10591616575842","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:38.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":162986,"job_number":"JOB_162986","tr_customer_id":163003,"tr_customer_product_id":162993,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:48:08.000Z","modified_at":"2026-01-21T07:33:13.000Z","name":"Karishma Shetkar","mobile_number":"8928885292","email_id":"shetkarshashank@gmail.com","dop":"2026-01-12","serial_number":"32051489201456","imei1":"32051489201456","imei2":"32051489201456","popurl":"2026-01-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-21T07:33:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162959,"job_number":"JOB_162959","tr_customer_id":162976,"tr_customer_product_id":162966,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:38:45.000Z","modified_at":"2026-01-21T06:39:22.000Z","name":"Amaya Hackett","mobile_number":"412-898-5815","email_id":"Alana.Boyle@yahoo.com","dop":"2000-01-31","serial_number":"10320798703621","imei1":"10320798703621","imei2":"10320798703621","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T06:39:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162950,"job_number":"JOB_162950","tr_customer_id":162967,"tr_customer_product_id":162957,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:38:00.000Z","modified_at":"2026-01-21T06:38:37.000Z","name":"Kaitlin Ankunding","mobile_number":"285-536-0022","email_id":"Retta78@hotmail.com","dop":"2000-01-31","serial_number":"10347991978815","imei1":"10347991978815","imei2":"10347991978815","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T06:38:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162944,"job_number":"JOB_162944","tr_customer_id":162961,"tr_customer_product_id":162951,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:37:15.000Z","modified_at":"2026-01-21T06:37:53.000Z","name":"Mittie Shields","mobile_number":"831-454-0210","email_id":"Ernest.Auer@hotmail.com","dop":"2000-01-31","serial_number":"10165519465858","imei1":"10165519465858","imei2":"10165519465858","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T06:37:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162938,"job_number":"JOB_162938","tr_customer_id":162955,"tr_customer_product_id":162945,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:36:30.000Z","modified_at":"2026-01-21T06:37:08.000Z","name":"Jordon Bernhard","mobile_number":"583-901-4046","email_id":"Wilbert98@yahoo.com","dop":"2000-01-31","serial_number":"10576643990621","imei1":"10576643990621","imei2":"10576643990621","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T06:37:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162842,"job_number":"JOB_162842","tr_customer_id":162859,"tr_customer_product_id":162849,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:47:00.000Z","modified_at":"2026-01-21T04:47:00.000Z","name":"Mossie Connelly","mobile_number":"616-407-7815","email_id":"Elisabeth96@gmail.com","dop":"2017-01-31","serial_number":"739678535239887","imei1":"739678535239887","imei2":"739678535239887","popurl":"2017-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T04:47:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162841,"job_number":"JOB_162841","tr_customer_id":162858,"tr_customer_product_id":162848,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:46:59.000Z","modified_at":"2026-01-21T04:47:26.000Z","name":"Jonatan McClure","mobile_number":"653-731-9683","email_id":"Adolfo_Rath63@hotmail.com","dop":"2017-01-31","serial_number":"19146630869963","imei1":"19146630869963","imei2":"19146630869963","popurl":"2017-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T04:47:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162840,"job_number":"JOB_162840","tr_customer_id":162857,"tr_customer_product_id":162847,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:45:08.000Z","modified_at":"2026-01-21T04:45:08.000Z","name":"Nikko Johnston","mobile_number":"804-429-1603","email_id":"Kari.Dickens34@yahoo.com","dop":"2017-01-31","serial_number":"1058254950146316","imei1":"1058254950146316","imei2":"1058254950146316","popurl":"2017-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T04:45:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162839,"job_number":"JOB_162839","tr_customer_id":162856,"tr_customer_product_id":162846,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:45:07.000Z","modified_at":"2026-01-21T04:45:34.000Z","name":"Blanche Torphy","mobile_number":"885-770-0950","email_id":"Abner73@gmail.com","dop":"2017-01-31","serial_number":"10980136329168","imei1":"10980136329168","imei2":"10980136329168","popurl":"2017-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T04:45:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162818,"job_number":"JOB_162818","tr_customer_id":162835,"tr_customer_product_id":162825,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:03:25.000Z","modified_at":"2026-01-21T04:03:49.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"84244608133657","imei1":"84244608133657","imei2":"84244608133657","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T04:03:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162817,"job_number":"JOB_162817","tr_customer_id":162834,"tr_customer_product_id":162824,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:03:24.000Z","modified_at":"2026-01-21T04:03:24.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"92400582442182","imei1":"92400582442182","imei2":"92400582442182","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T04:03:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162816,"job_number":"JOB_162816","tr_customer_id":162833,"tr_customer_product_id":162823,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:03:24.000Z","modified_at":"2026-01-21T04:03:24.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"83076068922229","imei1":"83076068922229","imei2":"83076068922229","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T04:03:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162815,"job_number":"JOB_162815","tr_customer_id":162832,"tr_customer_product_id":162822,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:03:24.000Z","modified_at":"2026-01-21T04:03:24.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"62599705489607","imei1":"62599705489607","imei2":"62599705489607","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T04:03:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162814,"job_number":"JOB_162814","tr_customer_id":162831,"tr_customer_product_id":162821,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:03:24.000Z","modified_at":"2026-01-21T04:03:24.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"23348282558512","imei1":"23348282558512","imei2":"23348282558512","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T04:03:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162813,"job_number":"JOB_162813","tr_customer_id":162830,"tr_customer_product_id":162820,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:03:23.000Z","modified_at":"2026-01-21T04:03:23.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"39105353413892","imei1":"39105353413892","imei2":"39105353413892","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T04:03:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162812,"job_number":"JOB_162812","tr_customer_id":162829,"tr_customer_product_id":162819,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:03:23.000Z","modified_at":"2026-01-21T04:03:23.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"94669280931179","imei1":"94669280931179","imei2":"94669280931179","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T04:03:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162811,"job_number":"JOB_162811","tr_customer_id":162828,"tr_customer_product_id":162818,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:02:53.000Z","modified_at":"2026-01-21T04:03:17.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"84952586843901","imei1":"84952586843901","imei2":"84952586843901","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T04:03:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162810,"job_number":"JOB_162810","tr_customer_id":162827,"tr_customer_product_id":162817,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:02:53.000Z","modified_at":"2026-01-21T04:02:53.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"24788023947892","imei1":"24788023947892","imei2":"24788023947892","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T04:02:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162809,"job_number":"JOB_162809","tr_customer_id":162826,"tr_customer_product_id":162816,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:02:53.000Z","modified_at":"2026-01-21T04:02:53.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"56707534009094","imei1":"56707534009094","imei2":"56707534009094","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T04:02:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162808,"job_number":"JOB_162808","tr_customer_id":162825,"tr_customer_product_id":162815,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:02:52.000Z","modified_at":"2026-01-21T04:02:52.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"95637399653888","imei1":"95637399653888","imei2":"95637399653888","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T04:02:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162807,"job_number":"JOB_162807","tr_customer_id":162824,"tr_customer_product_id":162814,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:02:52.000Z","modified_at":"2026-01-21T04:02:52.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"74989679870675","imei1":"74989679870675","imei2":"74989679870675","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T04:02:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162806,"job_number":"JOB_162806","tr_customer_id":162823,"tr_customer_product_id":162813,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:02:52.000Z","modified_at":"2026-01-21T04:02:52.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"60446853786935","imei1":"60446853786935","imei2":"60446853786935","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T04:02:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162805,"job_number":"JOB_162805","tr_customer_id":162822,"tr_customer_product_id":162812,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:02:51.000Z","modified_at":"2026-01-21T04:02:51.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"50445765328132","imei1":"50445765328132","imei2":"50445765328132","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T04:02:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162804,"job_number":"JOB_162804","tr_customer_id":162821,"tr_customer_product_id":162811,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:02:22.000Z","modified_at":"2026-01-21T04:02:46.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"64648166473004","imei1":"64648166473004","imei2":"64648166473004","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T04:02:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162803,"job_number":"JOB_162803","tr_customer_id":162820,"tr_customer_product_id":162810,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:02:22.000Z","modified_at":"2026-01-21T04:02:22.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"45311273736729","imei1":"45311273736729","imei2":"45311273736729","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T04:02:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162802,"job_number":"JOB_162802","tr_customer_id":162819,"tr_customer_product_id":162809,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:02:21.000Z","modified_at":"2026-01-21T04:02:21.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"73986996826282","imei1":"73986996826282","imei2":"73986996826282","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T04:02:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162801,"job_number":"JOB_162801","tr_customer_id":162818,"tr_customer_product_id":162808,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:02:21.000Z","modified_at":"2026-01-21T04:02:21.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"50068933013358","imei1":"50068933013358","imei2":"50068933013358","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T04:02:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162800,"job_number":"JOB_162800","tr_customer_id":162817,"tr_customer_product_id":162807,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:02:21.000Z","modified_at":"2026-01-21T04:02:21.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"71948363623306","imei1":"71948363623306","imei2":"71948363623306","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T04:02:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162799,"job_number":"JOB_162799","tr_customer_id":162816,"tr_customer_product_id":162806,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:02:20.000Z","modified_at":"2026-01-21T04:02:20.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"55414069264048","imei1":"55414069264048","imei2":"55414069264048","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T04:02:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162798,"job_number":"JOB_162798","tr_customer_id":162815,"tr_customer_product_id":162805,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:02:20.000Z","modified_at":"2026-01-21T04:02:20.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"80838712330307","imei1":"80838712330307","imei2":"80838712330307","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T04:02:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162796,"job_number":"JOB_162796","tr_customer_id":162813,"tr_customer_product_id":162803,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:57:00.000Z","modified_at":"2026-01-21T03:57:39.000Z","name":"Isabel Mills","mobile_number":"406-262-7915","email_id":"Candido.Rowe@gmail.com","dop":"2000-01-31","serial_number":"10729306752076","imei1":"10729306752076","imei2":"10729306752076","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:57:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162787,"job_number":"JOB_162787","tr_customer_id":162804,"tr_customer_product_id":162794,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:56:13.000Z","modified_at":"2026-01-21T03:56:52.000Z","name":"Marjory Hilpert","mobile_number":"466-818-5187","email_id":"Candida.Rutherford@yahoo.com","dop":"2000-01-31","serial_number":"10677982861035","imei1":"10677982861035","imei2":"10677982861035","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:56:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162741,"job_number":"JOB_162741","tr_customer_id":162758,"tr_customer_product_id":162748,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:26.000Z","modified_at":"2026-01-21T03:56:05.000Z","name":"Verona Shields","mobile_number":"530-878-4794","email_id":"Dora.Moen@yahoo.com","dop":"2000-01-31","serial_number":"10804630468228","imei1":"10804630468228","imei2":"10804630468228","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:56:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162688,"job_number":"JOB_162688","tr_customer_id":162705,"tr_customer_product_id":162695,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:39.000Z","modified_at":"2026-01-21T03:55:18.000Z","name":"Lindsey Kreiger","mobile_number":"946-871-5451","email_id":"Dedric0@gmail.com","dop":"2000-01-31","serial_number":"10105368188057","imei1":"10105368188057","imei2":"10105368188057","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:55:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162668,"job_number":"JOB_162668","tr_customer_id":162685,"tr_customer_product_id":162675,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:33.000Z","modified_at":"2026-01-21T03:54:33.000Z","name":"Rahul Greenholt","mobile_number":"935-411-4659","email_id":"Herminio_Kessler64@gmail.com","dop":"2025-05-30","serial_number":"1842208524031168","imei1":"1842208524031168","imei2":"1842208524031168","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162667,"job_number":"JOB_162667","tr_customer_id":162684,"tr_customer_product_id":162674,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:31.000Z","modified_at":"2026-01-21T03:54:31.000Z","name":"Ally Satterfield","mobile_number":"357-510-7177","email_id":"Ford2@yahoo.com","dop":"2025-05-30","serial_number":"15356519984057","imei1":"15356519984057","imei2":"15356519984057","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162666,"job_number":"JOB_162666","tr_customer_id":162683,"tr_customer_product_id":162673,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:30.000Z","modified_at":"2026-01-21T03:54:46.000Z","name":"Verna Hammes","mobile_number":"743-999-3938","email_id":"Assunta.Franecki14@gmail.com","dop":"2025-05-30","serial_number":"15602979380288","imei1":"15602979380288","imei2":"15602979380288","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:54:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162605,"job_number":"JOB_162605","tr_customer_id":162622,"tr_customer_product_id":162612,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":2,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:36:47.000Z","modified_at":"2026-01-21T03:37:29.000Z","name":"vbaedba aevae","mobile_number":"6546198764","email_id":"sdfbd@gn.str","dop":"2026-01-20","serial_number":"11223366554455","imei1":"11223366554455","imei2":"11223366554455","popurl":"2026-01-20T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-21T03:37:29.000Z","assigned_to":2,"mst_warrenty_status_code":"OOW"},{"id":162604,"job_number":"JOB_162604","tr_customer_id":162621,"tr_customer_product_id":162611,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":2,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:32:26.000Z","modified_at":"2026-01-21T03:33:54.000Z","name":"Test 123 Test 123","mobile_number":"1236547890","email_id":"test.qa@test.com","dop":"2026-01-20","serial_number":"96578996549657","imei1":"96578996549657","imei2":"96578996549657","popurl":"2026-01-20T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-21T03:33:54.000Z","assigned_to":17,"mst_warrenty_status_code":"OOW"},{"id":163013,"job_number":"JOB_163013","tr_customer_id":163030,"tr_customer_product_id":163020,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T07:47:33.000Z","modified_at":"2026-01-21T07:47:33.000Z","name":"Gaetano Bogan","mobile_number":"673-444-4188","email_id":"Lenny67@hotmail.com","dop":"2025-11-04","serial_number":"27001982397134","imei1":"27001982397134","imei2":"27001982397134","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T07:47:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163012,"job_number":"JOB_163012","tr_customer_id":163029,"tr_customer_product_id":163019,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T07:47:17.000Z","modified_at":"2026-01-21T07:47:29.000Z","name":"Octavia Hahn","mobile_number":"950-265-4948","email_id":"Bart95@yahoo.com","dop":"2025-11-04","serial_number":"39713453300546","imei1":"39713453300546","imei2":"39713453300546","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T07:47:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163009,"job_number":"JOB_163009","tr_customer_id":163026,"tr_customer_product_id":163016,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T07:36:56.000Z","modified_at":"2026-01-21T07:36:56.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Brisa_Weissnat99@yahoo.com","dop":"2025-07-02","serial_number":"16207931644445","imei1":"16207931644445","imei2":"16207931644445","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T07:36:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163008,"job_number":"JOB_163008","tr_customer_id":163025,"tr_customer_product_id":163015,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T07:36:37.000Z","modified_at":"2026-01-21T07:36:37.000Z","name":"Rahul goswami","mobile_number":"8767656543","email_id":"Mckenzie_Schoen@hotmail.com","dop":"2025-07-02","serial_number":"13718010959776","imei1":"13718010959776","imei2":"13718010959776","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T07:36:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163007,"job_number":"JOB_163007","tr_customer_id":163024,"tr_customer_product_id":163014,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T07:36:19.000Z","modified_at":"2026-01-21T07:36:19.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Annabell_Bernier@yahoo.com","dop":"2025-07-02","serial_number":"13461850930646","imei1":"13461850930646","imei2":"13461850930646","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T07:36:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163005,"job_number":"JOB_163005","tr_customer_id":163022,"tr_customer_product_id":163012,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T07:28:51.000Z","modified_at":"2026-01-21T07:29:03.000Z","name":"Major Barton","mobile_number":"564-853-2415","email_id":"Norene93@gmail.com","dop":"2025-11-04","serial_number":"12099593377760","imei1":"12099593377760","imei2":"12099593377760","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T07:29:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163004,"job_number":"JOB_163004","tr_customer_id":163021,"tr_customer_product_id":163011,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T07:28:34.000Z","modified_at":"2026-01-21T07:28:46.000Z","name":"Yolanda Schulist","mobile_number":"358-775-2746","email_id":"Vallie.Schuppe48@yahoo.com","dop":"2025-11-04","serial_number":"44518658767589","imei1":"44518658767589","imei2":"44518658767589","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T07:28:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162925,"job_number":"JOB_162925","tr_customer_id":162942,"tr_customer_product_id":162932,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:31:35.000Z","modified_at":"2026-01-21T06:31:46.000Z","name":"jatin sharma","mobile_number":"9191976787","email_id":"jatinvsharma@gmail.com","dop":"2025-12-13","serial_number":"57309058486599","imei1":"57309058486599","imei2":"57309058486599","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T06:31:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162924,"job_number":"JOB_162924","tr_customer_id":162941,"tr_customer_product_id":162931,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:31:20.000Z","modified_at":"2026-01-21T06:31:31.000Z","name":"uday p","mobile_number":"9191922787","email_id":"udap@gmail.com","dop":"2025-12-13","serial_number":"17154744459382","imei1":"17154744459382","imei2":"17154744459382","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T06:31:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162920,"job_number":"JOB_162920","tr_customer_id":162937,"tr_customer_product_id":162927,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:31:05.000Z","modified_at":"2026-01-21T06:31:16.000Z","name":"shoaib shaikh","mobile_number":"9191987787","email_id":"shaikhshoaib@gmail.com","dop":"2025-12-13","serial_number":"55918937670242","imei1":"55918937670242","imei2":"55918937670242","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T06:31:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162893,"job_number":"JOB_162893","tr_customer_id":162910,"tr_customer_product_id":162900,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:23:21.000Z","modified_at":"2026-01-21T06:23:33.000Z","name":"jatin sharma","mobile_number":"9191976787","email_id":"jatinvsharma@gmail.com","dop":"2025-12-13","serial_number":"64282419611892","imei1":"64282419611892","imei2":"64282419611892","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T06:23:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162892,"job_number":"JOB_162892","tr_customer_id":162909,"tr_customer_product_id":162899,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:23:06.000Z","modified_at":"2026-01-21T06:23:17.000Z","name":"uday p","mobile_number":"9191922787","email_id":"udap@gmail.com","dop":"2025-12-13","serial_number":"43066776680063","imei1":"43066776680063","imei2":"43066776680063","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T06:23:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162891,"job_number":"JOB_162891","tr_customer_id":162908,"tr_customer_product_id":162898,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:22:50.000Z","modified_at":"2026-01-21T06:23:01.000Z","name":"shoaib shaikh","mobile_number":"9191987787","email_id":"shaikhshoaib@gmail.com","dop":"2025-12-13","serial_number":"69761891639848","imei1":"69761891639848","imei2":"69761891639848","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T06:23:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162890,"job_number":"JOB_162890","tr_customer_id":162907,"tr_customer_product_id":162897,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:21:40.000Z","modified_at":"2026-01-21T06:21:40.000Z","name":"Jerrell Lockman","mobile_number":"278-903-8564","email_id":"Sierra.Beatty@gmail.com","dop":"2025-06-09","serial_number":"105344703874637","imei1":"105344703874637","imei2":"105344703874637","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:21:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162889,"job_number":"JOB_162889","tr_customer_id":162906,"tr_customer_product_id":162896,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:21:40.000Z","modified_at":"2026-01-21T06:21:51.000Z","name":"Roger Welch","mobile_number":"729-253-2332","email_id":"Liza_Collins@hotmail.com","dop":"2025-06-09","serial_number":"104316782562222","imei1":"104316782562222","imei2":"104316782562222","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T06:21:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162888,"job_number":"JOB_162888","tr_customer_id":162905,"tr_customer_product_id":162895,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:21:39.000Z","modified_at":"2026-01-21T06:21:39.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"107127302673431","imei1":"107127302673431","imei2":"107127302673431","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:21:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162887,"job_number":"JOB_162887","tr_customer_id":162904,"tr_customer_product_id":162894,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:21:23.000Z","modified_at":"2026-01-21T06:21:23.000Z","name":"Warren Denesik","mobile_number":"823-826-4267","email_id":"Hudson.Pollich@yahoo.com","dop":"2025-06-09","serial_number":"102168053565125","imei1":"102168053565125","imei2":"102168053565125","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:21:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162886,"job_number":"JOB_162886","tr_customer_id":162903,"tr_customer_product_id":162893,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:21:23.000Z","modified_at":"2026-01-21T06:21:35.000Z","name":"Rupert Sauer","mobile_number":"446-881-2133","email_id":"Larue.Berge25@gmail.com","dop":"2025-06-09","serial_number":"103764698010272","imei1":"103764698010272","imei2":"103764698010272","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T06:21:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162885,"job_number":"JOB_162885","tr_customer_id":162902,"tr_customer_product_id":162892,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:21:22.000Z","modified_at":"2026-01-21T06:21:22.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"104688652951223","imei1":"104688652951223","imei2":"104688652951223","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:21:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162884,"job_number":"JOB_162884","tr_customer_id":162901,"tr_customer_product_id":162891,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:21:06.000Z","modified_at":"2026-01-21T06:21:06.000Z","name":"Prince Boyle","mobile_number":"990-943-1747","email_id":"Llewellyn51@hotmail.com","dop":"2025-06-09","serial_number":"109140298705333","imei1":"109140298705333","imei2":"109140298705333","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:21:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162883,"job_number":"JOB_162883","tr_customer_id":162900,"tr_customer_product_id":162890,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:21:06.000Z","modified_at":"2026-01-21T06:21:18.000Z","name":"Leslie Donnelly","mobile_number":"940-318-3171","email_id":"Aida_Rosenbaum21@hotmail.com","dop":"2025-06-09","serial_number":"100120630446228","imei1":"100120630446228","imei2":"100120630446228","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T06:21:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162882,"job_number":"JOB_162882","tr_customer_id":162899,"tr_customer_product_id":162889,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:21:05.000Z","modified_at":"2026-01-21T06:21:05.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"109737898423974","imei1":"109737898423974","imei2":"109737898423974","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:21:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162881,"job_number":"JOB_162881","tr_customer_id":162898,"tr_customer_product_id":162888,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:18:53.000Z","modified_at":"2026-01-21T06:19:03.000Z","name":"Erich Schuster","mobile_number":"812-494-7586","email_id":"Luella4@hotmail.com","dop":"2025-11-04","serial_number":"67525805198858","imei1":"67525805198858","imei2":"67525805198858","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T06:19:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162880,"job_number":"JOB_162880","tr_customer_id":162897,"tr_customer_product_id":162887,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:18:38.000Z","modified_at":"2026-01-21T06:18:49.000Z","name":"Marcellus Predovic","mobile_number":"626-935-4538","email_id":"Monica.Rippin15@hotmail.com","dop":"2025-11-04","serial_number":"39590447961371","imei1":"39590447961371","imei2":"39590447961371","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T06:18:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162879,"job_number":"JOB_162879","tr_customer_id":162896,"tr_customer_product_id":162886,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:18:34.000Z","modified_at":"2026-01-21T06:18:58.000Z","name":"Alexzander Farrell","mobile_number":"306-292-3286","email_id":"Autumn_Windler63@hotmail.com","dop":"2025-10-01","serial_number":"17177231230133","imei1":"17177231230133","imei2":"17177231230133","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T06:18:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162878,"job_number":"JOB_162878","tr_customer_id":162895,"tr_customer_product_id":162885,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:18:23.000Z","modified_at":"2026-01-21T06:18:34.000Z","name":"Lavern Ortiz","mobile_number":"637-625-1508","email_id":"Vanessa.MacGyver@gmail.com","dop":"2025-11-04","serial_number":"29531245978093","imei1":"29531245978093","imei2":"29531245978093","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T06:18:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162785,"job_number":"JOB_162785","tr_customer_id":162802,"tr_customer_product_id":162792,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:56:11.000Z","modified_at":"2026-01-21T03:56:11.000Z","name":"Donald Willms","mobile_number":"643-452-0773","email_id":"Uriel62@hotmail.com","dop":"2025-06-09","serial_number":"59794321296063000","imei1":"59794321296063000","imei2":"59794321296063000","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:56:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162783,"job_number":"JOB_162783","tr_customer_id":162800,"tr_customer_product_id":162790,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:56:10.000Z","modified_at":"2026-01-21T03:56:10.000Z","name":"Cyril Hand","mobile_number":"506-960-6445","email_id":"Alexandrea_Bogan@yahoo.com","dop":"2025-06-09","serial_number":"101067246533383","imei1":"101067246533383","imei2":"101067246533383","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:56:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162782,"job_number":"JOB_162782","tr_customer_id":162799,"tr_customer_product_id":162789,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:56:10.000Z","modified_at":"2026-01-21T03:56:21.000Z","name":"Jessyca Kuphal","mobile_number":"402-662-4161","email_id":"Helene_Cartwright@yahoo.com","dop":"2025-06-09","serial_number":"106377618699027","imei1":"106377618699027","imei2":"106377618699027","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:56:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162781,"job_number":"JOB_162781","tr_customer_id":162798,"tr_customer_product_id":162788,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:56:09.000Z","modified_at":"2026-01-21T03:56:09.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"106649949824326","imei1":"106649949824326","imei2":"106649949824326","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:56:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162760,"job_number":"JOB_162760","tr_customer_id":162777,"tr_customer_product_id":162767,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:54.000Z","modified_at":"2026-01-21T03:55:54.000Z","name":"Jay Ratke","mobile_number":"326-344-5245","email_id":"Jazlyn_Steuber93@yahoo.com","dop":"2025-06-09","serial_number":"104976294618097","imei1":"104976294618097","imei2":"104976294618097","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:55:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162759,"job_number":"JOB_162759","tr_customer_id":162776,"tr_customer_product_id":162766,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:54.000Z","modified_at":"2026-01-21T03:56:05.000Z","name":"Connie Weimann","mobile_number":"720-603-7741","email_id":"Heloise.Cruickshank@yahoo.com","dop":"2025-06-09","serial_number":"105303194087258","imei1":"105303194087258","imei2":"105303194087258","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:56:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162758,"job_number":"JOB_162758","tr_customer_id":162775,"tr_customer_product_id":162765,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:53.000Z","modified_at":"2026-01-21T03:55:53.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"102346409261757","imei1":"102346409261757","imei2":"102346409261757","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:55:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162751,"job_number":"JOB_162751","tr_customer_id":162768,"tr_customer_product_id":162758,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:38.000Z","modified_at":"2026-01-21T03:55:38.000Z","name":"Freddy Smith","mobile_number":"314-335-0178","email_id":"Leone_Hudson90@yahoo.com","dop":"2025-06-09","serial_number":"103533220943496","imei1":"103533220943496","imei2":"103533220943496","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:55:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162750,"job_number":"JOB_162750","tr_customer_id":162767,"tr_customer_product_id":162757,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:38.000Z","modified_at":"2026-01-21T03:55:49.000Z","name":"Joannie Erdman","mobile_number":"470-489-1392","email_id":"Leland.Beatty@gmail.com","dop":"2025-06-09","serial_number":"103357694426149","imei1":"103357694426149","imei2":"103357694426149","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:55:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162749,"job_number":"JOB_162749","tr_customer_id":162766,"tr_customer_product_id":162756,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:37.000Z","modified_at":"2026-01-21T03:55:37.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"105754362426879","imei1":"105754362426879","imei2":"105754362426879","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:55:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162705,"job_number":"JOB_162705","tr_customer_id":162722,"tr_customer_product_id":162712,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:51.000Z","modified_at":"2026-01-21T03:54:51.000Z","name":"Jazmyne Labadie","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"113474739057636","imei1":"113474739057636","imei2":"113474739057636","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162704,"job_number":"JOB_162704","tr_customer_id":162721,"tr_customer_product_id":162711,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:51.000Z","modified_at":"2026-01-21T03:54:51.000Z","name":"Declan Gislason","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"172467207146546","imei1":"172467207146546","imei2":"172467207146546","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162703,"job_number":"JOB_162703","tr_customer_id":162720,"tr_customer_product_id":162710,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:50.000Z","modified_at":"2026-01-21T03:54:50.000Z","name":"Lelia Erdman","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"167686566068558","imei1":"167686566068558","imei2":"167686566068558","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162701,"job_number":"JOB_162701","tr_customer_id":162718,"tr_customer_product_id":162708,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:50.000Z","modified_at":"2026-01-21T03:54:50.000Z","name":"Amol Tambe","mobile_number":"3445554332","email_id":"amoltambe@gmail.com","dop":"2025-07-31","serial_number":"177357670445069","imei1":"177357670445069","imei2":"177357670445069","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162696,"job_number":"JOB_162696","tr_customer_id":162713,"tr_customer_product_id":162703,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:43.000Z","modified_at":"2026-01-21T03:54:43.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Rafael.Price@yahoo.com","dop":"2025-07-02","serial_number":"18672561915929","imei1":"18672561915929","imei2":"18672561915929","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162689,"job_number":"JOB_162689","tr_customer_id":162706,"tr_customer_product_id":162696,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:39.000Z","modified_at":"2026-01-21T03:54:39.000Z","name":"Isabel Schmidt","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"163462732467881","imei1":"163462732467881","imei2":"163462732467881","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162687,"job_number":"JOB_162687","tr_customer_id":162704,"tr_customer_product_id":162694,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:39.000Z","modified_at":"2026-01-21T03:54:39.000Z","name":"Reba Monahan","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"193376791926451","imei1":"193376791926451","imei2":"193376791926451","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162683,"job_number":"JOB_162683","tr_customer_id":162700,"tr_customer_product_id":162690,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:38.000Z","modified_at":"2026-01-21T03:54:38.000Z","name":"Mekhi Keeling","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"140865985322621","imei1":"140865985322621","imei2":"140865985322621","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162680,"job_number":"JOB_162680","tr_customer_id":162697,"tr_customer_product_id":162687,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:38.000Z","modified_at":"2026-01-21T03:54:38.000Z","name":"vrushali vru1234","mobile_number":"3445554332","email_id":"vrushali@gmail.com","dop":"2025-07-31","serial_number":"126283712056005","imei1":"126283712056005","imei2":"126283712056005","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162674,"job_number":"JOB_162674","tr_customer_id":162691,"tr_customer_product_id":162681,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:36.000Z","modified_at":"2026-01-21T03:54:59.000Z","name":"Dwight Dibbert","mobile_number":"517-634-5742","email_id":"Tyrese.Padberg@hotmail.com","dop":"2025-10-01","serial_number":"19665562248680","imei1":"19665562248680","imei2":"19665562248680","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:54:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162669,"job_number":"JOB_162669","tr_customer_id":162686,"tr_customer_product_id":162676,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:34.000Z","modified_at":"2026-01-21T03:54:44.000Z","name":"giyu tomiaka","mobile_number":"800-346-6638","email_id":"giyu@g.com","dop":"2026-01-10","serial_number":"854234284339935","imei1":"854234284339935","imei2":"854234284339935","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:54:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162659,"job_number":"JOB_162659","tr_customer_id":162676,"tr_customer_product_id":162666,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:26.000Z","modified_at":"2026-01-21T03:54:26.000Z","name":"Rahul goswami","mobile_number":"8767656543","email_id":"Trystan_Pacocha94@hotmail.com","dop":"2025-07-02","serial_number":"10684146989468","imei1":"10684146989468","imei2":"10684146989468","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162652,"job_number":"JOB_162652","tr_customer_id":162669,"tr_customer_product_id":162659,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:23.000Z","modified_at":"2026-01-21T03:54:32.000Z","name":"tanjiro kamado","mobile_number":"318-325-0081","email_id":"tanjiro@g.com","dop":"2026-01-10","serial_number":"667734374869607","imei1":"667734374869607","imei2":"667734374869607","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:54:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162643,"job_number":"JOB_162643","tr_customer_id":162660,"tr_customer_product_id":162650,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:12.000Z","modified_at":"2026-01-21T03:54:21.000Z","name":"saitama sensei","mobile_number":"847-932-2922","email_id":"saitama@yopmail.com","dop":"2026-01-10","serial_number":"438314888936517","imei1":"438314888936517","imei2":"438314888936517","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:54:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162642,"job_number":"JOB_162642","tr_customer_id":162659,"tr_customer_product_id":162649,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:09.000Z","modified_at":"2026-01-21T03:54:09.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Friedrich_Jacobs69@gmail.com","dop":"2025-07-02","serial_number":"15121400755880","imei1":"15121400755880","imei2":"15121400755880","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162594,"job_number":"JOB_162594","tr_customer_id":162611,"tr_customer_product_id":162601,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T02:38:37.000Z","modified_at":"2026-01-21T02:38:37.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"12022430175094","imei1":"12022430175094","imei2":"12022430175094","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T02:38:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162593,"job_number":"JOB_162593","tr_customer_id":162610,"tr_customer_product_id":162600,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T02:38:37.000Z","modified_at":"2026-01-21T02:38:43.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"14534149519631","imei1":"14534149519631","imei2":"14534149519631","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T02:38:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162592,"job_number":"JOB_162592","tr_customer_id":162609,"tr_customer_product_id":162599,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T02:38:23.000Z","modified_at":"2026-01-21T02:38:23.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"19394883773285","imei1":"19394883773285","imei2":"19394883773285","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T02:38:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162591,"job_number":"JOB_162591","tr_customer_id":162608,"tr_customer_product_id":162598,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T02:38:23.000Z","modified_at":"2026-01-21T02:38:29.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"19877363349496","imei1":"19877363349496","imei2":"19877363349496","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T02:38:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162590,"job_number":"JOB_162590","tr_customer_id":162607,"tr_customer_product_id":162597,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T02:38:01.000Z","modified_at":"2026-01-21T02:38:01.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"19661204443887","imei1":"19661204443887","imei2":"19661204443887","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T02:38:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162589,"job_number":"JOB_162589","tr_customer_id":162606,"tr_customer_product_id":162596,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T02:38:00.000Z","modified_at":"2026-01-21T02:38:06.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"10816113408542","imei1":"10816113408542","imei2":"10816113408542","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T02:38:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162587,"job_number":"JOB_162587","tr_customer_id":162604,"tr_customer_product_id":162594,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T02:21:47.000Z","modified_at":"2026-01-21T02:21:47.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"17563096152336","imei1":"17563096152336","imei2":"17563096152336","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T02:21:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/search' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"searchText":"JOB_99821"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/search
Response Information
Response Code: 200 - OK
Mean time per request: 269ms
Mean size per request: 31B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg5ODE2NTB9.ANUarRsI_QFzAkeghulO9R1YJ7ycjcSFLE_4jCRFBaQ
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 2f59038d-4a9a-4574-a941-66f632af9035
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 36
Request Body
{
            "searchText": "JOB_104254"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 31
ETag W/"1f-XHSNhKvrk3aAE4wN//TuJSkDTNM"
Vary Accept-Encoding
Date Wed, 21 Jan 2026 07:47:36 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/details/JOB_99821' \ -X 'POST' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Length: 0' \ -H 'Content-Type: text/plain' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/details/163013
Response Information
Response Code: 200 - OK
Mean time per request: 275ms
Mean size per request: 33B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg5ODE2NTB9.ANUarRsI_QFzAkeghulO9R1YJ7ycjcSFLE_4jCRFBaQ
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 3fc5358a-9f12-413b-ae3c-a692583b3cf5
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 0
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 33
ETag W/"21-a549D1gRd+HW17tYvMzi9u5U1G4"
Vary Accept-Encoding
Date Wed, 21 Jan 2026 07:47:36 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":null}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/login' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"username":"iamsup","password":"password"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 200 - OK
Mean time per request: 250ms
Mean size per request: 698B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 1cdb5599-6569-4924-8f6c-c8d32f79d903
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 59
Request Body
{
            "username": "iamsup",
            "password": "password"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 698
ETag W/"2ba-MxxO/vDhrLbHlHk65xSf+ho4c2M"
Vary Accept-Encoding
Date Wed, 21 Jan 2026 07:47:36 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg5ODE2NTZ9.hq3OXIEODCDZ2qVBg8ykMl-0SxYT32Vqtwyq0UDQtAY"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNzI3NDJ9.IEtAMRF9vZn3LlTSasN0Llk5gwReGWkTINNzM8zYe8A' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 200 - OK
Mean time per request: 250ms
Mean size per request: 444B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg5ODE2NTZ9.hq3OXIEODCDZ2qVBg8ykMl-0SxYT32Vqtwyq0UDQtAY
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token dd9a4b53-c9a5-4bef-86e1-e81027a4f063
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 444
ETag W/"1bc-5jtJRsd0hZILh8Na44eS7Os72ts"
Vary Accept-Encoding
Date Wed, 21 Jan 2026 07:47:36 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"id":1,"first_name":"John","last_name":"Cena","login_id":"iamsup","mobile_number":"9988778899","email_id":"john@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":2,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-12-20T07:42:00.000Z","role_name":"Supervisor","service_location":"Service Center A"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNzI3NDJ9.IEtAMRF9vZn3LlTSasN0Llk5gwReGWkTINNzM8zYe8A' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 321ms
Mean size per request: 248B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg5ODE2NTZ9.hq3OXIEODCDZ2qVBg8ykMl-0SxYT32Vqtwyq0UDQtAY
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token ec81e514-118e-41aa-b3b1-ccc7447207b3
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 248
ETag W/"f8-mh8FJgrZ2y5Cz5Si08bOMGhud0Q"
Vary Accept-Encoding
Date Wed, 21 Jan 2026 07:47:37 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for assignment","key":"pending_for_assignment","count":280},{"label":"Pending for repair","key":"pending_for_repair","count":5},{"label":"Pending for delivery","key":"pending_for_delivery","count":1}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/pending' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNzI3NDJ9.IEtAMRF9vZn3LlTSasN0Llk5gwReGWkTINNzM8zYe8A' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/job/pending
Response Information
Response Code: 200 - OK
Mean time per request: 294ms
Mean size per request: 272.21KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI5Mzc1MTB9.-O6f2f7yIF827L6J6ejis6RAsTLeJu8tivTqfyx0T-Y
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 32ed1c85-2b88-4ada-a05b-cee40b28f903
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"440d5-mUKHP6LdV7kOvGa/3Ea9GNzAqhc"
Vary Accept-Encoding
Content-Encoding gzip
Date Wed, 21 Jan 2026 07:47:37 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":162960,"job_number":"JOB_162960","tr_customer_id":162977,"tr_customer_product_id":162967,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:38:46.000Z","modified_at":"2026-01-21T06:38:46.000Z","name":"Malika Nitzsche","mobile_number":"866-221-0515","email_id":"Jarod_Kunde@yahoo.com","dop":"2000-01-31","serial_number":"1068615764366569","imei1":"1068615764366569","imei2":"1068615764366569","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:38:46.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":162958,"job_number":"JOB_162958","tr_customer_id":162975,"tr_customer_product_id":162965,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:38:44.000Z","modified_at":"2026-01-21T06:38:44.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10764567921047","imei1":"10764567921047","imei2":"10764567921047","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:38:44.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":162953,"job_number":"JOB_162953","tr_customer_id":162970,"tr_customer_product_id":162960,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:38:01.000Z","modified_at":"2026-01-21T06:38:01.000Z","name":"Chet Dietrich","mobile_number":"803-781-7937","email_id":"Shyanne.Ledner@gmail.com","dop":"2000-01-31","serial_number":"1034922372370101","imei1":"1034922372370101","imei2":"1034922372370101","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:38:01.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":162949,"job_number":"JOB_162949","tr_customer_id":162966,"tr_customer_product_id":162956,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:38:00.000Z","modified_at":"2026-01-21T06:38:00.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10289459723595","imei1":"10289459723595","imei2":"10289459723595","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:38:00.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":162945,"job_number":"JOB_162945","tr_customer_id":162962,"tr_customer_product_id":162952,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:37:17.000Z","modified_at":"2026-01-21T06:37:17.000Z","name":"Elody Crooks","mobile_number":"932-586-1772","email_id":"Kenny_Purdy@yahoo.com","dop":"2000-01-31","serial_number":"1071466473844178","imei1":"1071466473844178","imei2":"1071466473844178","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:37:17.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":162943,"job_number":"JOB_162943","tr_customer_id":162960,"tr_customer_product_id":162950,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:37:15.000Z","modified_at":"2026-01-21T06:37:15.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10308976964436","imei1":"10308976964436","imei2":"10308976964436","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:37:15.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":162939,"job_number":"JOB_162939","tr_customer_id":162956,"tr_customer_product_id":162946,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:36:32.000Z","modified_at":"2026-01-21T06:36:32.000Z","name":"Jules Mills","mobile_number":"969-402-0205","email_id":"Maurine_Cummings@hotmail.com","dop":"2000-01-31","serial_number":"1085093491319299","imei1":"1085093491319299","imei2":"1085093491319299","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:36:32.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":162937,"job_number":"JOB_162937","tr_customer_id":162954,"tr_customer_product_id":162944,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:36:30.000Z","modified_at":"2026-01-21T06:36:30.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10912920959677","imei1":"10912920959677","imei2":"10912920959677","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:36:30.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":162795,"job_number":"JOB_162795","tr_customer_id":162812,"tr_customer_product_id":162802,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:56:59.000Z","modified_at":"2026-01-21T03:56:59.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10889565985024","imei1":"10889565985024","imei2":"10889565985024","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:56:59.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":162788,"job_number":"JOB_162788","tr_customer_id":162805,"tr_customer_product_id":162795,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:56:14.000Z","modified_at":"2026-01-21T03:56:14.000Z","name":"Tyra Walter","mobile_number":"933-641-8231","email_id":"Stevie61@gmail.com","dop":"2000-01-31","serial_number":"1095738584130085","imei1":"1095738584130085","imei2":"1095738584130085","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:56:14.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":162786,"job_number":"JOB_162786","tr_customer_id":162803,"tr_customer_product_id":162793,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:56:12.000Z","modified_at":"2026-01-21T03:56:12.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10159606713709","imei1":"10159606713709","imei2":"10159606713709","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:56:12.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":162742,"job_number":"JOB_162742","tr_customer_id":162759,"tr_customer_product_id":162749,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:27.000Z","modified_at":"2026-01-21T03:55:27.000Z","name":"Larue Trantow","mobile_number":"312-984-8106","email_id":"Jane_Gusikowski@gmail.com","dop":"2000-01-31","serial_number":"1065332436451677","imei1":"1065332436451677","imei2":"1065332436451677","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:55:27.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":162740,"job_number":"JOB_162740","tr_customer_id":162757,"tr_customer_product_id":162747,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:25.000Z","modified_at":"2026-01-21T03:55:25.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10090710724077","imei1":"10090710724077","imei2":"10090710724077","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:55:25.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":162692,"job_number":"JOB_162692","tr_customer_id":162709,"tr_customer_product_id":162699,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:40.000Z","modified_at":"2026-01-21T03:54:40.000Z","name":"Sandra Rodriguez","mobile_number":"640-338-8735","email_id":"Domenic.Barrows@yahoo.com","dop":"2000-01-31","serial_number":"1097630213506101","imei1":"1097630213506101","imei2":"1097630213506101","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:40.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":162684,"job_number":"JOB_162684","tr_customer_id":162701,"tr_customer_product_id":162691,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:38.000Z","modified_at":"2026-01-21T03:54:38.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10591616575842","imei1":"10591616575842","imei2":"10591616575842","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:38.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":163011,"job_number":"JOB_163011","tr_customer_id":163028,"tr_customer_product_id":163018,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T07:46:58.000Z","modified_at":"2026-01-21T07:46:58.000Z","name":"Emelia Reilly","mobile_number":"878-462-1830","email_id":"Ryleigh_Pacocha81@hotmail.com","dop":"2025-04-06","serial_number":"13405225925384970","imei1":"13405225925384970","imei2":"13405225925384970","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T07:46:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163006,"job_number":"JOB_163006","tr_customer_id":163023,"tr_customer_product_id":163013,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T07:31:11.000Z","modified_at":"2026-01-21T07:31:11.000Z","name":"Brock Corwin","mobile_number":"704-319-8274","email_id":"Wade_Metz@gmail.com","dop":"2025-02-01","serial_number":"17574691804591","imei1":"17574691804591","imei2":"17574691804591","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T07:31:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163003,"job_number":"JOB_163003","tr_customer_id":163020,"tr_customer_product_id":163010,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T07:07:06.000Z","modified_at":"2026-01-21T07:07:07.000Z","name":"Audra Gerlach","mobile_number":"721-468-8663","email_id":"Chance_Dare@hotmail.com","dop":"2025-04-06","serial_number":"12108449345271150","imei1":"12108449345271150","imei2":"12108449345271150","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T07:07:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163001,"job_number":"JOB_163001","tr_customer_id":163018,"tr_customer_product_id":163008,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T07:06:20.000Z","modified_at":"2026-01-21T07:06:20.000Z","name":"Ahmad Schroeder","mobile_number":"696-649-0378","email_id":"Lukas.Ullrich@gmail.com","dop":"2025-04-06","serial_number":"18275037441241292","imei1":"18275037441241292","imei2":"18275037441241292","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T07:06:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162999,"job_number":"JOB_162999","tr_customer_id":163016,"tr_customer_product_id":163006,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T07:05:33.000Z","modified_at":"2026-01-21T07:05:33.000Z","name":"Zora Zieme","mobile_number":"201-537-8314","email_id":"Cathy_Metz@yahoo.com","dop":"2025-04-06","serial_number":"15839260041705420","imei1":"15839260041705420","imei2":"15839260041705420","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T07:05:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162997,"job_number":"JOB_162997","tr_customer_id":163014,"tr_customer_product_id":163004,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:51:28.000Z","modified_at":"2026-01-21T06:51:28.000Z","name":"Erling Runolfsson","mobile_number":"550-413-2718","email_id":"Maryjane.Gaylord@hotmail.com","dop":"2025-04-06","serial_number":"10651424904204296","imei1":"10651424904204296","imei2":"10651424904204296","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:51:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162995,"job_number":"JOB_162995","tr_customer_id":163012,"tr_customer_product_id":163002,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:51:27.000Z","modified_at":"2026-01-21T06:51:27.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19031953731203","imei1":"19031953731203","imei2":"19031953731203","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:51:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162994,"job_number":"JOB_162994","tr_customer_id":163011,"tr_customer_product_id":163001,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:50:44.000Z","modified_at":"2026-01-21T06:50:44.000Z","name":"Teresa Ruecker","mobile_number":"593-612-7187","email_id":"Shirley_Franecki16@hotmail.com","dop":"2025-04-06","serial_number":"11583192275518710","imei1":"11583192275518710","imei2":"11583192275518710","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:50:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162992,"job_number":"JOB_162992","tr_customer_id":163009,"tr_customer_product_id":162999,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:50:42.000Z","modified_at":"2026-01-21T06:50:42.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13466066800980","imei1":"13466066800980","imei2":"13466066800980","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:50:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162991,"job_number":"JOB_162991","tr_customer_id":163008,"tr_customer_product_id":162998,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:50:05.000Z","modified_at":"2026-01-21T06:50:05.000Z","name":"Zoie Ledner","mobile_number":"937-452-3205","email_id":"Era80@gmail.com","dop":"2025-04-06","serial_number":"18533118216254004","imei1":"18533118216254004","imei2":"18533118216254004","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:50:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162989,"job_number":"JOB_162989","tr_customer_id":163006,"tr_customer_product_id":162996,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:49:59.000Z","modified_at":"2026-01-21T06:49:59.000Z","name":"Carolanne Oberbrunner","mobile_number":"995-750-9639","email_id":"Blanca.Fisher@yahoo.com","dop":"2025-04-06","serial_number":"19149653196501548","imei1":"19149653196501548","imei2":"19149653196501548","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:49:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162987,"job_number":"JOB_162987","tr_customer_id":163004,"tr_customer_product_id":162994,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:49:57.000Z","modified_at":"2026-01-21T06:49:57.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10689216915682","imei1":"10689216915682","imei2":"10689216915682","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:49:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162985,"job_number":"JOB_162985","tr_customer_id":163002,"tr_customer_product_id":162992,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:46:09.000Z","modified_at":"2026-01-21T06:46:09.000Z","name":"Dayana Hirthe","mobile_number":"979-360-0862","email_id":"Monte.Herzog72@hotmail.com","dop":"2025-04-06","serial_number":"11779876850918244","imei1":"11779876850918244","imei2":"11779876850918244","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:46:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162983,"job_number":"JOB_162983","tr_customer_id":163000,"tr_customer_product_id":162990,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:46:07.000Z","modified_at":"2026-01-21T06:46:07.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16876819889364","imei1":"16876819889364","imei2":"16876819889364","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:46:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162982,"job_number":"JOB_162982","tr_customer_id":162999,"tr_customer_product_id":162989,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:45:47.000Z","modified_at":"2026-01-21T06:45:47.000Z","name":"Micah Bahringer","mobile_number":"469-748-7891","email_id":"Francesca.Moen@gmail.com","dop":"2025-04-06","serial_number":"13220055565904698","imei1":"13220055565904698","imei2":"13220055565904698","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:45:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162980,"job_number":"JOB_162980","tr_customer_id":162997,"tr_customer_product_id":162987,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:45:42.000Z","modified_at":"2026-01-21T06:45:42.000Z","name":"Alexandro Vandervort","mobile_number":"330-730-8147","email_id":"Reese_Bins@yahoo.com","dop":"2025-04-06","serial_number":"16989820793386468","imei1":"16989820793386468","imei2":"16989820793386468","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:45:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162978,"job_number":"JOB_162978","tr_customer_id":162995,"tr_customer_product_id":162985,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:45:24.000Z","modified_at":"2026-01-21T06:45:24.000Z","name":"Demetris Koepp","mobile_number":"345-409-6430","email_id":"Louisa_Gutmann88@hotmail.com","dop":"2025-04-06","serial_number":"12683925262283816","imei1":"12683925262283816","imei2":"12683925262283816","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:45:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162976,"job_number":"JOB_162976","tr_customer_id":162993,"tr_customer_product_id":162983,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:45:22.000Z","modified_at":"2026-01-21T06:45:22.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10659736117977","imei1":"10659736117977","imei2":"10659736117977","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:45:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162975,"job_number":"JOB_162975","tr_customer_id":162992,"tr_customer_product_id":162982,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:44:39.000Z","modified_at":"2026-01-21T06:44:39.000Z","name":"Kattie Heidenreich","mobile_number":"464-968-6598","email_id":"Annabel1@gmail.com","dop":"2025-04-06","serial_number":"13558155131499656","imei1":"13558155131499656","imei2":"13558155131499656","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:44:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162974,"job_number":"JOB_162974","tr_customer_id":162991,"tr_customer_product_id":162981,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:44:39.000Z","modified_at":"2026-01-21T06:44:39.000Z","name":"Erick Bernhard","mobile_number":"268-365-9672","email_id":"Jaylen.Lind55@gmail.com","dop":"2025-04-06","serial_number":"18292600819471056","imei1":"18292600819471056","imei2":"18292600819471056","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:44:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162972,"job_number":"JOB_162972","tr_customer_id":162989,"tr_customer_product_id":162979,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:44:38.000Z","modified_at":"2026-01-21T06:44:38.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15289972766732","imei1":"15289972766732","imei2":"15289972766732","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:44:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162970,"job_number":"JOB_162970","tr_customer_id":162987,"tr_customer_product_id":162977,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:44:37.000Z","modified_at":"2026-01-21T06:44:37.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15657772357777","imei1":"15657772357777","imei2":"15657772357777","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:44:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162969,"job_number":"JOB_162969","tr_customer_id":162986,"tr_customer_product_id":162976,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:43:55.000Z","modified_at":"2026-01-21T06:43:55.000Z","name":"Rory Brekke","mobile_number":"318-608-9132","email_id":"Dangelo.Beahan@yahoo.com","dop":"2025-04-06","serial_number":"18756102189059096","imei1":"18756102189059096","imei2":"18756102189059096","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:43:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162967,"job_number":"JOB_162967","tr_customer_id":162984,"tr_customer_product_id":162974,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:43:53.000Z","modified_at":"2026-01-21T06:43:53.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14949429811281","imei1":"14949429811281","imei2":"14949429811281","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:43:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162966,"job_number":"JOB_162966","tr_customer_id":162983,"tr_customer_product_id":162973,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:43:10.000Z","modified_at":"2026-01-21T06:43:10.000Z","name":"Norene Hintz","mobile_number":"382-277-1132","email_id":"Trystan_Lemke18@gmail.com","dop":"2025-04-06","serial_number":"15673482482469460","imei1":"15673482482469460","imei2":"15673482482469460","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:43:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162964,"job_number":"JOB_162964","tr_customer_id":162981,"tr_customer_product_id":162971,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:43:08.000Z","modified_at":"2026-01-21T06:43:08.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13723298881951","imei1":"13723298881951","imei2":"13723298881951","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:43:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162963,"job_number":"JOB_162963","tr_customer_id":162980,"tr_customer_product_id":162970,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:39:31.000Z","modified_at":"2026-01-21T06:39:31.000Z","name":"Lavinia Haley","mobile_number":"826-742-1054","email_id":"Dayne18@yahoo.com","dop":"2025-04-06","serial_number":"12580884778192742","imei1":"12580884778192742","imei2":"12580884778192742","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:39:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162961,"job_number":"JOB_162961","tr_customer_id":162978,"tr_customer_product_id":162968,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:39:29.000Z","modified_at":"2026-01-21T06:39:29.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13633203627956","imei1":"13633203627956","imei2":"13633203627956","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:39:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162957,"job_number":"JOB_162957","tr_customer_id":162974,"tr_customer_product_id":162964,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:38:42.000Z","modified_at":"2026-01-21T06:38:42.000Z","name":"Maynard Reilly","mobile_number":"808-341-2514","email_id":"Gunner_Kuhlman@gmail.com","dop":"2025-04-06","serial_number":"13180943820679828","imei1":"13180943820679828","imei2":"13180943820679828","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:38:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162955,"job_number":"JOB_162955","tr_customer_id":162972,"tr_customer_product_id":162962,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:38:40.000Z","modified_at":"2026-01-21T06:38:40.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19928005857481","imei1":"19928005857481","imei2":"19928005857481","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:38:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162954,"job_number":"JOB_162954","tr_customer_id":162971,"tr_customer_product_id":162961,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:38:03.000Z","modified_at":"2026-01-21T06:38:03.000Z","name":"Hal Hammes","mobile_number":"590-877-0668","email_id":"Kenya.OConnell41@hotmail.com","dop":"2025-04-06","serial_number":"19540469328140736","imei1":"19540469328140736","imei2":"19540469328140736","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:38:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162951,"job_number":"JOB_162951","tr_customer_id":162968,"tr_customer_product_id":162958,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:38:01.000Z","modified_at":"2026-01-21T06:38:01.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14935627631418","imei1":"14935627631418","imei2":"14935627631418","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:38:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162948,"job_number":"JOB_162948","tr_customer_id":162965,"tr_customer_product_id":162955,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:37:52.000Z","modified_at":"2026-01-21T06:37:52.000Z","name":"Ricardo Cassin","mobile_number":"293-433-7431","email_id":"Raven.Flatley18@gmail.com","dop":"2025-04-06","serial_number":"17998245056033220","imei1":"17998245056033220","imei2":"17998245056033220","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:37:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162946,"job_number":"JOB_162946","tr_customer_id":162963,"tr_customer_product_id":162953,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:37:51.000Z","modified_at":"2026-01-21T06:37:51.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14207110431383","imei1":"14207110431383","imei2":"14207110431383","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:37:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162942,"job_number":"JOB_162942","tr_customer_id":162959,"tr_customer_product_id":162949,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:37:14.000Z","modified_at":"2026-01-21T06:37:14.000Z","name":"Malachi Witting","mobile_number":"577-388-6595","email_id":"Talia_Padberg48@gmail.com","dop":"2025-04-06","serial_number":"19405530755503990","imei1":"19405530755503990","imei2":"19405530755503990","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:37:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162940,"job_number":"JOB_162940","tr_customer_id":162957,"tr_customer_product_id":162947,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:37:12.000Z","modified_at":"2026-01-21T06:37:12.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13322178288064","imei1":"13322178288064","imei2":"13322178288064","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:37:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162936,"job_number":"JOB_162936","tr_customer_id":162953,"tr_customer_product_id":162943,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:36:25.000Z","modified_at":"2026-01-21T06:36:25.000Z","name":"Fanny Hoeger","mobile_number":"282-398-6588","email_id":"Nikko_Kertzmann@hotmail.com","dop":"2025-04-06","serial_number":"18884649322202076","imei1":"18884649322202076","imei2":"18884649322202076","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:36:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162934,"job_number":"JOB_162934","tr_customer_id":162951,"tr_customer_product_id":162941,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:36:23.000Z","modified_at":"2026-01-21T06:36:23.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16925021534393","imei1":"16925021534393","imei2":"16925021534393","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:36:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162933,"job_number":"JOB_162933","tr_customer_id":162950,"tr_customer_product_id":162940,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:36:01.000Z","modified_at":"2026-01-21T06:36:01.000Z","name":"Willa Nolan","mobile_number":"369-843-6476","email_id":"Waldo54@yahoo.com","dop":"2025-04-06","serial_number":"11274221474489864","imei1":"11274221474489864","imei2":"11274221474489864","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:36:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162931,"job_number":"JOB_162931","tr_customer_id":162948,"tr_customer_product_id":162938,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:32:49.000Z","modified_at":"2026-01-21T06:32:49.000Z","name":"Willa McClure","mobile_number":"303-531-6812","email_id":"Wilfred.Lockman@yahoo.com","dop":"2025-04-06","serial_number":"15679794119179152","imei1":"15679794119179152","imei2":"15679794119179152","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:32:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162929,"job_number":"JOB_162929","tr_customer_id":162946,"tr_customer_product_id":162936,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:32:48.000Z","modified_at":"2026-01-21T06:32:48.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13214831955730","imei1":"13214831955730","imei2":"13214831955730","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:32:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162928,"job_number":"JOB_162928","tr_customer_id":162945,"tr_customer_product_id":162935,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:32:05.000Z","modified_at":"2026-01-21T06:32:05.000Z","name":"Edison Leffler","mobile_number":"924-836-1099","email_id":"Harold2@gmail.com","dop":"2025-04-06","serial_number":"15570380534434244","imei1":"15570380534434244","imei2":"15570380534434244","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:32:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162926,"job_number":"JOB_162926","tr_customer_id":162943,"tr_customer_product_id":162933,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:32:03.000Z","modified_at":"2026-01-21T06:32:03.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14401946625375","imei1":"14401946625375","imei2":"14401946625375","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:32:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162923,"job_number":"JOB_162923","tr_customer_id":162940,"tr_customer_product_id":162930,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:31:20.000Z","modified_at":"2026-01-21T06:31:20.000Z","name":"Brant Friesen","mobile_number":"311-507-9641","email_id":"Jonathon_Monahan@gmail.com","dop":"2025-04-06","serial_number":"14967765540814140","imei1":"14967765540814140","imei2":"14967765540814140","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:31:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162921,"job_number":"JOB_162921","tr_customer_id":162938,"tr_customer_product_id":162928,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:31:18.000Z","modified_at":"2026-01-21T06:31:18.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18474584541183","imei1":"18474584541183","imei2":"18474584541183","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:31:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162919,"job_number":"JOB_162919","tr_customer_id":162936,"tr_customer_product_id":162926,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:29:48.000Z","modified_at":"2026-01-21T06:29:48.000Z","name":"Benedict Stamm","mobile_number":"674-834-0829","email_id":"Abe_Erdman@gmail.com","dop":"2025-04-06","serial_number":"16330093553060152","imei1":"16330093553060152","imei2":"16330093553060152","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:29:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162917,"job_number":"JOB_162917","tr_customer_id":162934,"tr_customer_product_id":162924,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:29:47.000Z","modified_at":"2026-01-21T06:29:47.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17786532546150","imei1":"17786532546150","imei2":"17786532546150","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:29:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162916,"job_number":"JOB_162916","tr_customer_id":162933,"tr_customer_product_id":162923,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:29:05.000Z","modified_at":"2026-01-21T06:29:05.000Z","name":"Mason Renner","mobile_number":"726-233-7389","email_id":"Ward.Wisoky22@gmail.com","dop":"2025-04-06","serial_number":"14458032780167956","imei1":"14458032780167956","imei2":"14458032780167956","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:29:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162914,"job_number":"JOB_162914","tr_customer_id":162931,"tr_customer_product_id":162921,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:29:03.000Z","modified_at":"2026-01-21T06:29:03.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12508469859581","imei1":"12508469859581","imei2":"12508469859581","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:29:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162913,"job_number":"JOB_162913","tr_customer_id":162930,"tr_customer_product_id":162920,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:28:21.000Z","modified_at":"2026-01-21T06:28:21.000Z","name":"Giovanni Koelpin","mobile_number":"897-897-0541","email_id":"Verner.Ritchie@yahoo.com","dop":"2025-04-06","serial_number":"13142155136854658","imei1":"13142155136854658","imei2":"13142155136854658","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:28:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162911,"job_number":"JOB_162911","tr_customer_id":162928,"tr_customer_product_id":162918,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:28:20.000Z","modified_at":"2026-01-21T06:28:20.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13841462764030","imei1":"13841462764030","imei2":"13841462764030","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:28:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162910,"job_number":"JOB_162910","tr_customer_id":162927,"tr_customer_product_id":162917,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:27:09.000Z","modified_at":"2026-01-21T06:27:09.000Z","name":"Felix Hackett","mobile_number":"521-514-3135","email_id":"Samanta_Powlowski@yahoo.com","dop":"2025-04-06","serial_number":"17898099325596856","imei1":"17898099325596856","imei2":"17898099325596856","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:27:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162908,"job_number":"JOB_162908","tr_customer_id":162925,"tr_customer_product_id":162915,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:27:07.000Z","modified_at":"2026-01-21T06:27:07.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17857123491074","imei1":"17857123491074","imei2":"17857123491074","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:27:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162907,"job_number":"JOB_162907","tr_customer_id":162924,"tr_customer_product_id":162914,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:26:25.000Z","modified_at":"2026-01-21T06:26:25.000Z","name":"Colten Treutel","mobile_number":"719-847-9537","email_id":"Julius_Emard18@gmail.com","dop":"2025-04-06","serial_number":"13206539527250764","imei1":"13206539527250764","imei2":"13206539527250764","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:26:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162905,"job_number":"JOB_162905","tr_customer_id":162922,"tr_customer_product_id":162912,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:26:23.000Z","modified_at":"2026-01-21T06:26:23.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"15185228078622","imei1":"15185228078622","imei2":"15185228078622","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:26:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162904,"job_number":"JOB_162904","tr_customer_id":162921,"tr_customer_product_id":162911,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:25:40.000Z","modified_at":"2026-01-21T06:25:40.000Z","name":"Jamel Toy","mobile_number":"221-319-2936","email_id":"Alverta60@yahoo.com","dop":"2025-04-06","serial_number":"19817104833675344","imei1":"19817104833675344","imei2":"19817104833675344","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:25:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162902,"job_number":"JOB_162902","tr_customer_id":162919,"tr_customer_product_id":162909,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:25:38.000Z","modified_at":"2026-01-21T06:25:38.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16960123851476","imei1":"16960123851476","imei2":"16960123851476","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:25:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162901,"job_number":"JOB_162901","tr_customer_id":162918,"tr_customer_product_id":162908,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:24:40.000Z","modified_at":"2026-01-21T06:24:40.000Z","name":"Enola Kautzer","mobile_number":"777-877-3925","email_id":"Hayley71@gmail.com","dop":"2025-06-18","serial_number":"1088271486565016","imei1":"1088271486565016","imei2":"1088271486565016","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:24:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162899,"job_number":"JOB_162899","tr_customer_id":162916,"tr_customer_product_id":162906,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:24:40.000Z","modified_at":"2026-01-21T06:24:40.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10303360622515","imei1":"10303360622515","imei2":"10303360622515","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:24:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162898,"job_number":"JOB_162898","tr_customer_id":162915,"tr_customer_product_id":162905,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:24:11.000Z","modified_at":"2026-01-21T06:24:11.000Z","name":"Amanda Romaguera","mobile_number":"632-701-5295","email_id":"Greta.Deckow@gmail.com","dop":"2025-04-06","serial_number":"18369311992665940","imei1":"18369311992665940","imei2":"18369311992665940","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:24:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162896,"job_number":"JOB_162896","tr_customer_id":162913,"tr_customer_product_id":162903,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:23:53.000Z","modified_at":"2026-01-21T06:23:53.000Z","name":"Justus Hand","mobile_number":"458-957-6139","email_id":"Rex.Rau57@yahoo.com","dop":"2025-06-18","serial_number":"1067077697497449","imei1":"1067077697497449","imei2":"1067077697497449","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:23:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162894,"job_number":"JOB_162894","tr_customer_id":162911,"tr_customer_product_id":162901,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:23:52.000Z","modified_at":"2026-01-21T06:23:52.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10287444893593","imei1":"10287444893593","imei2":"10287444893593","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:23:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162877,"job_number":"JOB_162877","tr_customer_id":162894,"tr_customer_product_id":162884,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T05:58:05.000Z","modified_at":"2026-01-21T05:58:05.000Z","name":"Jarrell Wintheiser","mobile_number":"479-920-3459","email_id":"Jules58@hotmail.com","dop":"2025-04-06","serial_number":"10788070414555038","imei1":"10788070414555038","imei2":"10788070414555038","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T05:58:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162875,"job_number":"JOB_162875","tr_customer_id":162892,"tr_customer_product_id":162882,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T05:58:03.000Z","modified_at":"2026-01-21T05:58:03.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10026383914254","imei1":"10026383914254","imei2":"10026383914254","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T05:58:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162874,"job_number":"JOB_162874","tr_customer_id":162891,"tr_customer_product_id":162881,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T05:57:15.000Z","modified_at":"2026-01-21T05:57:15.000Z","name":"Velda Becker","mobile_number":"335-982-6404","email_id":"Edgardo.Jacobs89@yahoo.com","dop":"2025-04-06","serial_number":"11707781849366398","imei1":"11707781849366398","imei2":"11707781849366398","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T05:57:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162872,"job_number":"JOB_162872","tr_customer_id":162889,"tr_customer_product_id":162879,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T05:57:13.000Z","modified_at":"2026-01-21T05:57:13.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17347962741528","imei1":"17347962741528","imei2":"17347962741528","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T05:57:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162871,"job_number":"JOB_162871","tr_customer_id":162888,"tr_customer_product_id":162878,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T05:56:25.000Z","modified_at":"2026-01-21T05:56:25.000Z","name":"Amya Hudson","mobile_number":"517-201-7980","email_id":"Rahsaan_Deckow@hotmail.com","dop":"2025-04-06","serial_number":"16106210569865402","imei1":"16106210569865402","imei2":"16106210569865402","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T05:56:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162869,"job_number":"JOB_162869","tr_customer_id":162886,"tr_customer_product_id":162876,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T05:56:23.000Z","modified_at":"2026-01-21T05:56:23.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15749124098280","imei1":"15749124098280","imei2":"15749124098280","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T05:56:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162868,"job_number":"JOB_162868","tr_customer_id":162885,"tr_customer_product_id":162875,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T05:44:59.000Z","modified_at":"2026-01-21T05:44:59.000Z","name":"Chetan AG","mobile_number":"7090191744","email_id":"agchetan18@gmail.com","dop":"2026-01-11","serial_number":"78920576984787","imei1":"78920576984787","imei2":"78920576984787","popurl":"2026-01-11T05:44:53.815977800Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T05:44:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162867,"job_number":"JOB_162867","tr_customer_id":162884,"tr_customer_product_id":162874,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T05:21:13.000Z","modified_at":"2026-01-21T05:21:13.000Z","name":"Augusta Paucek","mobile_number":"689-962-3812","email_id":"Natalia.Rath@yahoo.com","dop":"2025-04-06","serial_number":"15476359630960446","imei1":"15476359630960446","imei2":"15476359630960446","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T05:21:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162865,"job_number":"JOB_162865","tr_customer_id":162882,"tr_customer_product_id":162872,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T05:21:11.000Z","modified_at":"2026-01-21T05:21:11.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13868298772248","imei1":"13868298772248","imei2":"13868298772248","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T05:21:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162864,"job_number":"JOB_162864","tr_customer_id":162881,"tr_customer_product_id":162871,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T05:20:26.000Z","modified_at":"2026-01-21T05:20:26.000Z","name":"Triston Osinski","mobile_number":"595-848-9196","email_id":"Eliseo_Hickle71@gmail.com","dop":"2025-04-06","serial_number":"11755708241821630","imei1":"11755708241821630","imei2":"11755708241821630","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T05:20:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162862,"job_number":"JOB_162862","tr_customer_id":162879,"tr_customer_product_id":162869,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T05:20:24.000Z","modified_at":"2026-01-21T05:20:24.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10059306646076","imei1":"10059306646076","imei2":"10059306646076","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T05:20:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162861,"job_number":"JOB_162861","tr_customer_id":162878,"tr_customer_product_id":162868,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T05:19:39.000Z","modified_at":"2026-01-21T05:19:39.000Z","name":"Garland Hand","mobile_number":"347-658-0732","email_id":"Carlos_Wiza77@yahoo.com","dop":"2025-04-06","serial_number":"13849560380824524","imei1":"13849560380824524","imei2":"13849560380824524","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T05:19:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162859,"job_number":"JOB_162859","tr_customer_id":162876,"tr_customer_product_id":162866,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T05:19:37.000Z","modified_at":"2026-01-21T05:19:37.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14761460006971","imei1":"14761460006971","imei2":"14761460006971","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T05:19:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162858,"job_number":"JOB_162858","tr_customer_id":162875,"tr_customer_product_id":162865,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T05:03:20.000Z","modified_at":"2026-01-21T05:03:20.000Z","name":"Jatin Sharma","mobile_number":"776767777","email_id":"jatin@gmail.com","dop":"2026-01-21","serial_number":"92676777712346","imei1":"92676777712346","imei2":"92676777712346","popurl":"2026-01-21T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T05:03:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162857,"job_number":"JOB_162857","tr_customer_id":162874,"tr_customer_product_id":162864,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T05:00:28.000Z","modified_at":"2026-01-21T05:00:28.000Z","name":"Willa Pfeffer","mobile_number":"295-237-9990","email_id":"Estrella_Pollich@gmail.com","dop":"2025-04-06","serial_number":"14493925578243076","imei1":"14493925578243076","imei2":"14493925578243076","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T05:00:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162855,"job_number":"JOB_162855","tr_customer_id":162872,"tr_customer_product_id":162862,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T05:00:12.000Z","modified_at":"2026-01-21T05:00:12.000Z","name":"Wendell Ernser","mobile_number":"256-853-1894","email_id":"Ken.Schamberger97@hotmail.com","dop":"2025-04-06","serial_number":"12745240162655110","imei1":"12745240162655110","imei2":"12745240162655110","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T05:00:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162853,"job_number":"JOB_162853","tr_customer_id":162870,"tr_customer_product_id":162860,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:57:12.000Z","modified_at":"2026-01-21T04:57:12.000Z","name":"Chetan Geddappanavar","mobile_number":"673-872-6513","email_id":"Meggie_Gislason85@hotmail.com","dop":"2025-08-24","serial_number":"12244764292989","imei1":"12244764292989","imei2":"12244764292989","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T04:57:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162852,"job_number":"JOB_162852","tr_customer_id":162869,"tr_customer_product_id":162859,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:57:09.000Z","modified_at":"2026-01-21T04:57:09.000Z","name":"Brooke Crooks","mobile_number":"595-830-0724","email_id":"Presley_Franecki@yahoo.com","dop":"2025-04-06","serial_number":"19050963534227388","imei1":"19050963534227388","imei2":"19050963534227388","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T04:57:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162850,"job_number":"JOB_162850","tr_customer_id":162867,"tr_customer_product_id":162857,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:56:23.000Z","modified_at":"2026-01-21T04:56:23.000Z","name":"Ahmad Kihn","mobile_number":"519-380-4195","email_id":"Rachael.Boyle@hotmail.com","dop":"2025-04-06","serial_number":"17642121278585800","imei1":"17642121278585800","imei2":"17642121278585800","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T04:56:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162848,"job_number":"JOB_162848","tr_customer_id":162865,"tr_customer_product_id":162855,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:55:36.000Z","modified_at":"2026-01-21T04:55:36.000Z","name":"Montana Reynolds","mobile_number":"587-763-9433","email_id":"Alexanne.Koch80@gmail.com","dop":"2025-04-06","serial_number":"19847587915432416","imei1":"19847587915432416","imei2":"19847587915432416","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T04:55:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162845,"job_number":"JOB_162845","tr_customer_id":162862,"tr_customer_product_id":162852,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:50:31.000Z","modified_at":"2026-01-21T04:50:31.000Z","name":"priyanka daurby","mobile_number":"8898776542","email_id":"pd@gmail.com","dop":"2025-07-01","serial_number":"100995434656144","imei1":"100995434656144","imei2":"100995434656144","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T04:50:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162843,"job_number":"JOB_162843","tr_customer_id":162860,"tr_customer_product_id":162850,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:50:17.000Z","modified_at":"2026-01-21T04:50:17.000Z","name":"yogita daurby","mobile_number":"8898776543","email_id":"yd@gmail.com","dop":"2025-07-01","serial_number":"101167349114917","imei1":"101167349114917","imei2":"101167349114917","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T04:50:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162842,"job_number":"JOB_162842","tr_customer_id":162859,"tr_customer_product_id":162849,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:47:00.000Z","modified_at":"2026-01-21T04:47:00.000Z","name":"Mossie Connelly","mobile_number":"616-407-7815","email_id":"Elisabeth96@gmail.com","dop":"2017-01-31","serial_number":"739678535239887","imei1":"739678535239887","imei2":"739678535239887","popurl":"2017-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T04:47:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162840,"job_number":"JOB_162840","tr_customer_id":162857,"tr_customer_product_id":162847,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:45:08.000Z","modified_at":"2026-01-21T04:45:08.000Z","name":"Nikko Johnston","mobile_number":"804-429-1603","email_id":"Kari.Dickens34@yahoo.com","dop":"2017-01-31","serial_number":"1058254950146316","imei1":"1058254950146316","imei2":"1058254950146316","popurl":"2017-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T04:45:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162838,"job_number":"JOB_162838","tr_customer_id":162855,"tr_customer_product_id":162845,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:41:18.000Z","modified_at":"2026-01-21T04:41:18.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-11","serial_number":"13635578883544","imei1":"13635578883544","imei2":"13635578883544","popurl":"2026-01-11T04:41:18.035988230Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T04:41:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162837,"job_number":"JOB_162837","tr_customer_id":162854,"tr_customer_product_id":162844,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:40:29.000Z","modified_at":"2026-01-21T04:40:29.000Z","name":"Brannon Marks","mobile_number":"235-942-1041","email_id":"Westley.Goodwin40@gmail.com","dop":"2025-04-06","serial_number":"18073471637033556","imei1":"18073471637033556","imei2":"18073471637033556","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T04:40:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162835,"job_number":"JOB_162835","tr_customer_id":162852,"tr_customer_product_id":162842,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:40:28.000Z","modified_at":"2026-01-21T04:40:28.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16942499500974","imei1":"16942499500974","imei2":"16942499500974","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T04:40:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162834,"job_number":"JOB_162834","tr_customer_id":162851,"tr_customer_product_id":162841,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:40:15.000Z","modified_at":"2026-01-21T04:40:15.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-11","serial_number":"60772735252404","imei1":"60772735252404","imei2":"60772735252404","popurl":"2026-01-11T04:40:15.084466934Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T04:40:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162833,"job_number":"JOB_162833","tr_customer_id":162850,"tr_customer_product_id":162840,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:39:46.000Z","modified_at":"2026-01-21T04:39:46.000Z","name":"Foster Schmidt","mobile_number":"775-835-5986","email_id":"Maureen48@hotmail.com","dop":"2025-04-06","serial_number":"11994992878266368","imei1":"11994992878266368","imei2":"11994992878266368","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T04:39:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162831,"job_number":"JOB_162831","tr_customer_id":162848,"tr_customer_product_id":162838,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:39:44.000Z","modified_at":"2026-01-21T04:39:44.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10993856536502","imei1":"10993856536502","imei2":"10993856536502","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T04:39:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162830,"job_number":"JOB_162830","tr_customer_id":162847,"tr_customer_product_id":162837,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:39:02.000Z","modified_at":"2026-01-21T04:39:02.000Z","name":"Alivia Emmerich","mobile_number":"563-603-1734","email_id":"Wilbert_Cormier57@hotmail.com","dop":"2025-04-06","serial_number":"15778016753437388","imei1":"15778016753437388","imei2":"15778016753437388","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T04:39:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162828,"job_number":"JOB_162828","tr_customer_id":162845,"tr_customer_product_id":162835,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:39:00.000Z","modified_at":"2026-01-21T04:39:00.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17316550199141","imei1":"17316550199141","imei2":"17316550199141","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T04:39:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162827,"job_number":"JOB_162827","tr_customer_id":162844,"tr_customer_product_id":162834,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:08:00.000Z","modified_at":"2026-01-21T04:08:00.000Z","name":"Stanton Sauer","mobile_number":"337-579-7312","email_id":"Dorthy.Zieme1@gmail.com","dop":"2025-04-06","serial_number":"16577893783068204","imei1":"16577893783068204","imei2":"16577893783068204","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T04:08:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162825,"job_number":"JOB_162825","tr_customer_id":162842,"tr_customer_product_id":162832,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:07:58.000Z","modified_at":"2026-01-21T04:07:58.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19064947813475","imei1":"19064947813475","imei2":"19064947813475","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T04:07:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162824,"job_number":"JOB_162824","tr_customer_id":162841,"tr_customer_product_id":162831,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:07:16.000Z","modified_at":"2026-01-21T04:07:16.000Z","name":"Charlotte Dooley","mobile_number":"983-851-3035","email_id":"Rhoda.Torp@yahoo.com","dop":"2025-04-06","serial_number":"11012622729466892","imei1":"11012622729466892","imei2":"11012622729466892","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T04:07:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162822,"job_number":"JOB_162822","tr_customer_id":162839,"tr_customer_product_id":162829,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:07:15.000Z","modified_at":"2026-01-21T04:07:15.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18424217280638","imei1":"18424217280638","imei2":"18424217280638","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T04:07:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162821,"job_number":"JOB_162821","tr_customer_id":162838,"tr_customer_product_id":162828,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:06:33.000Z","modified_at":"2026-01-21T04:06:33.000Z","name":"Mckayla Oberbrunner","mobile_number":"620-322-6848","email_id":"Dave_Vandervort@gmail.com","dop":"2025-04-06","serial_number":"11036850279112522","imei1":"11036850279112522","imei2":"11036850279112522","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T04:06:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162819,"job_number":"JOB_162819","tr_customer_id":162836,"tr_customer_product_id":162826,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:06:31.000Z","modified_at":"2026-01-21T04:06:31.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12550241698009","imei1":"12550241698009","imei2":"12550241698009","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T04:06:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162817,"job_number":"JOB_162817","tr_customer_id":162834,"tr_customer_product_id":162824,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:03:24.000Z","modified_at":"2026-01-21T04:03:24.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"92400582442182","imei1":"92400582442182","imei2":"92400582442182","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T04:03:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162816,"job_number":"JOB_162816","tr_customer_id":162833,"tr_customer_product_id":162823,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:03:24.000Z","modified_at":"2026-01-21T04:03:24.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"83076068922229","imei1":"83076068922229","imei2":"83076068922229","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T04:03:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162815,"job_number":"JOB_162815","tr_customer_id":162832,"tr_customer_product_id":162822,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:03:24.000Z","modified_at":"2026-01-21T04:03:24.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"62599705489607","imei1":"62599705489607","imei2":"62599705489607","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T04:03:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162814,"job_number":"JOB_162814","tr_customer_id":162831,"tr_customer_product_id":162821,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:03:24.000Z","modified_at":"2026-01-21T04:03:24.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"23348282558512","imei1":"23348282558512","imei2":"23348282558512","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T04:03:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162813,"job_number":"JOB_162813","tr_customer_id":162830,"tr_customer_product_id":162820,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:03:23.000Z","modified_at":"2026-01-21T04:03:23.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"39105353413892","imei1":"39105353413892","imei2":"39105353413892","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T04:03:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162812,"job_number":"JOB_162812","tr_customer_id":162829,"tr_customer_product_id":162819,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:03:23.000Z","modified_at":"2026-01-21T04:03:23.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"94669280931179","imei1":"94669280931179","imei2":"94669280931179","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T04:03:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162810,"job_number":"JOB_162810","tr_customer_id":162827,"tr_customer_product_id":162817,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:02:53.000Z","modified_at":"2026-01-21T04:02:53.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"24788023947892","imei1":"24788023947892","imei2":"24788023947892","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T04:02:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162809,"job_number":"JOB_162809","tr_customer_id":162826,"tr_customer_product_id":162816,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:02:53.000Z","modified_at":"2026-01-21T04:02:53.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"56707534009094","imei1":"56707534009094","imei2":"56707534009094","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T04:02:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162808,"job_number":"JOB_162808","tr_customer_id":162825,"tr_customer_product_id":162815,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:02:52.000Z","modified_at":"2026-01-21T04:02:52.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"95637399653888","imei1":"95637399653888","imei2":"95637399653888","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T04:02:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162807,"job_number":"JOB_162807","tr_customer_id":162824,"tr_customer_product_id":162814,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:02:52.000Z","modified_at":"2026-01-21T04:02:52.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"74989679870675","imei1":"74989679870675","imei2":"74989679870675","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T04:02:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162806,"job_number":"JOB_162806","tr_customer_id":162823,"tr_customer_product_id":162813,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:02:52.000Z","modified_at":"2026-01-21T04:02:52.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"60446853786935","imei1":"60446853786935","imei2":"60446853786935","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T04:02:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162805,"job_number":"JOB_162805","tr_customer_id":162822,"tr_customer_product_id":162812,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:02:51.000Z","modified_at":"2026-01-21T04:02:51.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"50445765328132","imei1":"50445765328132","imei2":"50445765328132","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T04:02:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162803,"job_number":"JOB_162803","tr_customer_id":162820,"tr_customer_product_id":162810,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:02:22.000Z","modified_at":"2026-01-21T04:02:22.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"45311273736729","imei1":"45311273736729","imei2":"45311273736729","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T04:02:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162802,"job_number":"JOB_162802","tr_customer_id":162819,"tr_customer_product_id":162809,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:02:21.000Z","modified_at":"2026-01-21T04:02:21.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"73986996826282","imei1":"73986996826282","imei2":"73986996826282","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T04:02:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162801,"job_number":"JOB_162801","tr_customer_id":162818,"tr_customer_product_id":162808,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:02:21.000Z","modified_at":"2026-01-21T04:02:21.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"50068933013358","imei1":"50068933013358","imei2":"50068933013358","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T04:02:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162800,"job_number":"JOB_162800","tr_customer_id":162817,"tr_customer_product_id":162807,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:02:21.000Z","modified_at":"2026-01-21T04:02:21.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"71948363623306","imei1":"71948363623306","imei2":"71948363623306","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T04:02:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162799,"job_number":"JOB_162799","tr_customer_id":162816,"tr_customer_product_id":162806,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:02:20.000Z","modified_at":"2026-01-21T04:02:20.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"55414069264048","imei1":"55414069264048","imei2":"55414069264048","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T04:02:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162798,"job_number":"JOB_162798","tr_customer_id":162815,"tr_customer_product_id":162805,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:02:20.000Z","modified_at":"2026-01-21T04:02:20.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"80838712330307","imei1":"80838712330307","imei2":"80838712330307","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T04:02:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162794,"job_number":"JOB_162794","tr_customer_id":162811,"tr_customer_product_id":162801,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:56:47.000Z","modified_at":"2026-01-21T03:56:47.000Z","name":"Jacklyn Stoltenberg","mobile_number":"634-352-8934","email_id":"Clinton.Spinka27@yahoo.com","dop":"2025-04-06","serial_number":"13277021174872950","imei1":"13277021174872950","imei2":"13277021174872950","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:56:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162792,"job_number":"JOB_162792","tr_customer_id":162809,"tr_customer_product_id":162799,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:56:45.000Z","modified_at":"2026-01-21T03:56:45.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16606243786958","imei1":"16606243786958","imei2":"16606243786958","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:56:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162791,"job_number":"JOB_162791","tr_customer_id":162808,"tr_customer_product_id":162798,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:56:19.000Z","modified_at":"2026-01-21T03:56:19.000Z","name":"Jeffry Bogisich","mobile_number":"829-281-8830","email_id":"Reece84@yahoo.com","dop":"2025-04-06","serial_number":"15965484185781696","imei1":"15965484185781696","imei2":"15965484185781696","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:56:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162789,"job_number":"JOB_162789","tr_customer_id":162806,"tr_customer_product_id":162796,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:56:17.000Z","modified_at":"2026-01-21T03:56:17.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19599990776764","imei1":"19599990776764","imei2":"19599990776764","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:56:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162784,"job_number":"JOB_162784","tr_customer_id":162801,"tr_customer_product_id":162791,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:56:10.000Z","modified_at":"2026-01-21T03:56:10.000Z","name":"Kyler Roberts","mobile_number":"340-271-7936","email_id":"Grant_Koepp99@yahoo.com","dop":"2025-04-06","serial_number":"17750172796145496","imei1":"17750172796145496","imei2":"17750172796145496","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:56:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162779,"job_number":"JOB_162779","tr_customer_id":162796,"tr_customer_product_id":162786,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:56:09.000Z","modified_at":"2026-01-21T03:56:09.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12066783186229","imei1":"12066783186229","imei2":"12066783186229","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:56:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162778,"job_number":"JOB_162778","tr_customer_id":162795,"tr_customer_product_id":162785,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:56:08.000Z","modified_at":"2026-01-21T03:56:08.000Z","name":"Lucius Kuhn","mobile_number":"774-412-4439","email_id":"Cali.Turner@yahoo.com","dop":"2025-04-06","serial_number":"14328470819751264","imei1":"14328470819751264","imei2":"14328470819751264","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:56:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162776,"job_number":"JOB_162776","tr_customer_id":162793,"tr_customer_product_id":162783,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:56:06.000Z","modified_at":"2026-01-21T03:56:06.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10479763847921","imei1":"10479763847921","imei2":"10479763847921","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:56:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162775,"job_number":"JOB_162775","tr_customer_id":162792,"tr_customer_product_id":162782,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:56:02.000Z","modified_at":"2026-01-21T03:56:02.000Z","name":"Abigale Carter","mobile_number":"354-937-5316","email_id":"Carmela12@gmail.com","dop":"2025-04-06","serial_number":"13516610622865430","imei1":"13516610622865430","imei2":"13516610622865430","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:56:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162774,"job_number":"JOB_162774","tr_customer_id":162791,"tr_customer_product_id":162781,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:56:02.000Z","modified_at":"2026-01-21T03:56:02.000Z","name":"Krystal Heller","mobile_number":"528-957-7180","email_id":"Milan54@hotmail.com","dop":"2025-04-06","serial_number":"12537508866891718","imei1":"12537508866891718","imei2":"12537508866891718","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:56:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162773,"job_number":"JOB_162773","tr_customer_id":162790,"tr_customer_product_id":162780,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:56:02.000Z","modified_at":"2026-01-21T03:56:02.000Z","name":"Juliana Okuneva","mobile_number":"628-729-8150","email_id":"Amparo_Weimann10@gmail.com","dop":"2025-04-06","serial_number":"17903724294886804","imei1":"17903724294886804","imei2":"17903724294886804","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:56:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162771,"job_number":"JOB_162771","tr_customer_id":162788,"tr_customer_product_id":162778,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:56:01.000Z","modified_at":"2026-01-21T03:56:01.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17374076242404","imei1":"17374076242404","imei2":"17374076242404","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:56:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162770,"job_number":"JOB_162770","tr_customer_id":162787,"tr_customer_product_id":162777,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:56:01.000Z","modified_at":"2026-01-21T03:56:01.000Z","name":"Edwin Goodwin","mobile_number":"760-412-4452","email_id":"Julianne_Wyman64@yahoo.com","dop":"2025-04-06","serial_number":"12699502674176330","imei1":"12699502674176330","imei2":"12699502674176330","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:56:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162767,"job_number":"JOB_162767","tr_customer_id":162784,"tr_customer_product_id":162774,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:56:00.000Z","modified_at":"2026-01-21T03:56:00.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14779615738914","imei1":"14779615738914","imei2":"14779615738914","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:56:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162766,"job_number":"JOB_162766","tr_customer_id":162783,"tr_customer_product_id":162773,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:56:00.000Z","modified_at":"2026-01-21T03:56:00.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14453385923313","imei1":"14453385923313","imei2":"14453385923313","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:56:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162765,"job_number":"JOB_162765","tr_customer_id":162782,"tr_customer_product_id":162772,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:59.000Z","modified_at":"2026-01-21T03:55:59.000Z","name":"Giuseppe Fisher","mobile_number":"530-379-4979","email_id":"Modesto50@hotmail.com","dop":"2025-04-06","serial_number":"16544458269880684","imei1":"16544458269880684","imei2":"16544458269880684","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:55:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162763,"job_number":"JOB_162763","tr_customer_id":162780,"tr_customer_product_id":162770,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:59.000Z","modified_at":"2026-01-21T03:55:59.000Z","name":"kajal t","mobile_number":"7045663551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17283779099052","imei1":"17283779099052","imei2":"17283779099052","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:55:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162761,"job_number":"JOB_162761","tr_customer_id":162778,"tr_customer_product_id":162768,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:58.000Z","modified_at":"2026-01-21T03:55:58.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19326406579411","imei1":"19326406579411","imei2":"19326406579411","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:55:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162757,"job_number":"JOB_162757","tr_customer_id":162774,"tr_customer_product_id":162764,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:53.000Z","modified_at":"2026-01-21T03:55:53.000Z","name":"Vinnie Brakus","mobile_number":"635-370-2185","email_id":"Haven60@yahoo.com","dop":"2025-04-06","serial_number":"17452921656048246","imei1":"17452921656048246","imei2":"17452921656048246","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:55:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162755,"job_number":"JOB_162755","tr_customer_id":162772,"tr_customer_product_id":162762,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:52.000Z","modified_at":"2026-01-21T03:55:52.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18260412890490","imei1":"18260412890490","imei2":"18260412890490","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:55:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162754,"job_number":"JOB_162754","tr_customer_id":162771,"tr_customer_product_id":162761,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:47.000Z","modified_at":"2026-01-21T03:55:47.000Z","name":"Myah Walsh","mobile_number":"960-976-4458","email_id":"Dameon.Kulas35@gmail.com","dop":"2025-04-06","serial_number":"15578533259914248","imei1":"15578533259914248","imei2":"15578533259914248","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:55:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162752,"job_number":"JOB_162752","tr_customer_id":162769,"tr_customer_product_id":162759,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:45.000Z","modified_at":"2026-01-21T03:55:45.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16744290961185","imei1":"16744290961185","imei2":"16744290961185","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:55:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162748,"job_number":"JOB_162748","tr_customer_id":162765,"tr_customer_product_id":162755,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:35.000Z","modified_at":"2026-01-21T03:55:35.000Z","name":"Ashleigh Nitzsche","mobile_number":"675-280-9374","email_id":"Leonel82@hotmail.com","dop":"2025-04-06","serial_number":"10058957527885084","imei1":"10058957527885084","imei2":"10058957527885084","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:55:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162746,"job_number":"JOB_162746","tr_customer_id":162763,"tr_customer_product_id":162753,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:33.000Z","modified_at":"2026-01-21T03:55:33.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13310685423157","imei1":"13310685423157","imei2":"13310685423157","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:55:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162745,"job_number":"JOB_162745","tr_customer_id":162762,"tr_customer_product_id":162752,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:30.000Z","modified_at":"2026-01-21T03:55:30.000Z","name":"Idella Zemlak","mobile_number":"491-752-7466","email_id":"Hassie_Mueller@yahoo.com","dop":"2025-04-06","serial_number":"17542975757967354","imei1":"17542975757967354","imei2":"17542975757967354","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:55:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162743,"job_number":"JOB_162743","tr_customer_id":162760,"tr_customer_product_id":162750,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:29.000Z","modified_at":"2026-01-21T03:55:29.000Z","name":"Radha Jain","mobile_number":"12345678979","email_id":"test@2","dop":"2025-04-06","serial_number":"16605871831746","imei1":"16605871831746","imei2":"16605871831746","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:55:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162739,"job_number":"JOB_162739","tr_customer_id":162756,"tr_customer_product_id":162746,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:25.000Z","modified_at":"2026-01-21T03:55:25.000Z","name":"Alysa Ankunding","mobile_number":"555-633-6084","email_id":"Marvin.Mitchell2@gmail.com","dop":"2025-04-06","serial_number":"11954194196572000","imei1":"11954194196572000","imei2":"11954194196572000","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:55:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162738,"job_number":"JOB_162738","tr_customer_id":162755,"tr_customer_product_id":162745,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:24.000Z","modified_at":"2026-01-21T03:55:24.000Z","name":"Horace Conn","mobile_number":"524-394-5808","email_id":"Olga50@yahoo.com","dop":"2025-04-06","serial_number":"12338394019060760","imei1":"12338394019060760","imei2":"12338394019060760","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:55:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162736,"job_number":"JOB_162736","tr_customer_id":162753,"tr_customer_product_id":162743,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:23.000Z","modified_at":"2026-01-21T03:55:23.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14105833084369","imei1":"14105833084369","imei2":"14105833084369","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:55:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162734,"job_number":"JOB_162734","tr_customer_id":162751,"tr_customer_product_id":162741,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:22.000Z","modified_at":"2026-01-21T03:55:22.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12474517585034","imei1":"12474517585034","imei2":"12474517585034","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:55:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162733,"job_number":"JOB_162733","tr_customer_id":162750,"tr_customer_product_id":162740,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:20.000Z","modified_at":"2026-01-21T03:55:20.000Z","name":"Kariane Waelchi","mobile_number":"731-722-6457","email_id":"Kobe.Schuppe@gmail.com","dop":"2025-04-06","serial_number":"17205118757755736","imei1":"17205118757755736","imei2":"17205118757755736","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:55:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162732,"job_number":"JOB_162732","tr_customer_id":162749,"tr_customer_product_id":162739,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:20.000Z","modified_at":"2026-01-21T03:55:20.000Z","name":"Gail Collins","mobile_number":"364-438-0262","email_id":"Jermain_Roob43@yahoo.com","dop":"2025-04-06","serial_number":"14914142965215024","imei1":"14914142965215024","imei2":"14914142965215024","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:55:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162729,"job_number":"JOB_162729","tr_customer_id":162746,"tr_customer_product_id":162736,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:19.000Z","modified_at":"2026-01-21T03:55:19.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11465123849035","imei1":"11465123849035","imei2":"11465123849035","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:55:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162728,"job_number":"JOB_162728","tr_customer_id":162745,"tr_customer_product_id":162735,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:19.000Z","modified_at":"2026-01-21T03:55:19.000Z","name":"Brooke Olson","mobile_number":"630-497-7590","email_id":"Lou_Wisozk@yahoo.com","dop":"2025-04-06","serial_number":"11184939878167142","imei1":"11184939878167142","imei2":"11184939878167142","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:55:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162727,"job_number":"JOB_162727","tr_customer_id":162744,"tr_customer_product_id":162734,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:18.000Z","modified_at":"2026-01-21T03:55:18.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19285335277024","imei1":"19285335277024","imei2":"19285335277024","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:55:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162726,"job_number":"JOB_162726","tr_customer_id":162743,"tr_customer_product_id":162733,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:18.000Z","modified_at":"2026-01-21T03:55:18.000Z","name":"Theresa Orn","mobile_number":"854-615-0275","email_id":"Annette54@yahoo.com","dop":"2025-04-06","serial_number":"12047082356178284","imei1":"12047082356178284","imei2":"12047082356178284","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:55:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162724,"job_number":"JOB_162724","tr_customer_id":162741,"tr_customer_product_id":162731,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:17.000Z","modified_at":"2026-01-21T03:55:17.000Z","name":"uday p","mobile_number":"9321453112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17954307958064","imei1":"17954307958064","imei2":"17954307958064","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:55:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162722,"job_number":"JOB_162722","tr_customer_id":162739,"tr_customer_product_id":162729,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:17.000Z","modified_at":"2026-01-21T03:55:17.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10431646362720","imei1":"10431646362720","imei2":"10431646362720","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:55:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162721,"job_number":"JOB_162721","tr_customer_id":162738,"tr_customer_product_id":162728,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:16.000Z","modified_at":"2026-01-21T03:55:16.000Z","name":"Lourdes Nitzsche","mobile_number":"381-377-0924","email_id":"Rosa_Beahan0@hotmail.com","dop":"2025-04-06","serial_number":"14459349065420912","imei1":"14459349065420912","imei2":"14459349065420912","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:55:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162719,"job_number":"JOB_162719","tr_customer_id":162736,"tr_customer_product_id":162726,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:14.000Z","modified_at":"2026-01-21T03:55:14.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12215665241206","imei1":"12215665241206","imei2":"12215665241206","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:55:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162718,"job_number":"JOB_162718","tr_customer_id":162735,"tr_customer_product_id":162725,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:13.000Z","modified_at":"2026-01-21T03:55:13.000Z","name":"Eli Sauer","mobile_number":"579-477-4482","email_id":"Evangeline.Pfeffer@yahoo.com","dop":"2025-04-06","serial_number":"17459648709512868","imei1":"17459648709512868","imei2":"17459648709512868","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:55:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162717,"job_number":"JOB_162717","tr_customer_id":162734,"tr_customer_product_id":162724,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:12.000Z","modified_at":"2026-01-21T03:55:12.000Z","name":"Marian Lesch","mobile_number":"820-909-5565","email_id":"Antonette69@yahoo.com","dop":"2025-04-06","serial_number":"15974529322278268","imei1":"15974529322278268","imei2":"15974529322278268","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:55:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162715,"job_number":"JOB_162715","tr_customer_id":162732,"tr_customer_product_id":162722,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:11.000Z","modified_at":"2026-01-21T03:55:11.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18104718223469","imei1":"18104718223469","imei2":"18104718223469","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:55:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162713,"job_number":"JOB_162713","tr_customer_id":162730,"tr_customer_product_id":162720,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:10.000Z","modified_at":"2026-01-21T03:55:10.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18612558739407","imei1":"18612558739407","imei2":"18612558739407","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:55:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162712,"job_number":"JOB_162712","tr_customer_id":162729,"tr_customer_product_id":162719,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:10.000Z","modified_at":"2026-01-21T03:55:10.000Z","name":"Rick Monahan","mobile_number":"270-337-8951","email_id":"Robb_Kuvalis10@gmail.com","dop":"2025-04-06","serial_number":"19404147400035508","imei1":"19404147400035508","imei2":"19404147400035508","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:55:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162710,"job_number":"JOB_162710","tr_customer_id":162727,"tr_customer_product_id":162717,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:08.000Z","modified_at":"2026-01-21T03:55:08.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19693571304256","imei1":"19693571304256","imei2":"19693571304256","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:55:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162709,"job_number":"JOB_162709","tr_customer_id":162726,"tr_customer_product_id":162716,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:00.000Z","modified_at":"2026-01-21T03:55:00.000Z","name":"Mazie Towne","mobile_number":"411-358-1066","email_id":"Thomas77@gmail.com","dop":"2025-04-06","serial_number":"10660904358040404","imei1":"10660904358040404","imei2":"10660904358040404","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:55:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162707,"job_number":"JOB_162707","tr_customer_id":162724,"tr_customer_product_id":162714,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:59.000Z","modified_at":"2026-01-21T03:54:59.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12819376050191","imei1":"12819376050191","imei2":"12819376050191","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162706,"job_number":"JOB_162706","tr_customer_id":162723,"tr_customer_product_id":162713,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:51.000Z","modified_at":"2026-01-21T03:54:51.000Z","name":"Hassan West","mobile_number":"663-898-0888","email_id":"Lavada82@yahoo.com","dop":"2025-04-06","serial_number":"14433541135182342","imei1":"14433541135182342","imei2":"14433541135182342","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162700,"job_number":"JOB_162700","tr_customer_id":162717,"tr_customer_product_id":162707,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:50.000Z","modified_at":"2026-01-21T03:54:50.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11598172322500","imei1":"11598172322500","imei2":"11598172322500","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162699,"job_number":"JOB_162699","tr_customer_id":162716,"tr_customer_product_id":162706,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:47.000Z","modified_at":"2026-01-21T03:54:47.000Z","name":"Betty Durgan","mobile_number":"297-879-6183","email_id":"Kasandra63@gmail.com","dop":"2025-04-06","serial_number":"11961754946158752","imei1":"11961754946158752","imei2":"11961754946158752","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162697,"job_number":"JOB_162697","tr_customer_id":162714,"tr_customer_product_id":162704,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:45.000Z","modified_at":"2026-01-21T03:54:45.000Z","name":"Rita Gupta","mobile_number":"12345678978","email_id":"test@1","dop":"2025-04-06","serial_number":"14617980334931","imei1":"14617980334931","imei2":"14617980334931","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162695,"job_number":"JOB_162695","tr_customer_id":162712,"tr_customer_product_id":162702,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:43.000Z","modified_at":"2026-01-21T03:54:43.000Z","name":"Zane Wunsch","mobile_number":"480-306-9599","email_id":"Carmine_Swift@hotmail.com","dop":"2025-04-06","serial_number":"13005074319123836","imei1":"13005074319123836","imei2":"13005074319123836","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162693,"job_number":"JOB_162693","tr_customer_id":162710,"tr_customer_product_id":162700,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:41.000Z","modified_at":"2026-01-21T03:54:41.000Z","name":"Uday D","mobile_number":"9405167371","email_id":"dmandlik923454@gmail.com","dop":"2025-04-06","serial_number":"10472085389825","imei1":"10472085389825","imei2":"10472085389825","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162691,"job_number":"JOB_162691","tr_customer_id":162708,"tr_customer_product_id":162698,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:40.000Z","modified_at":"2026-01-21T03:54:40.000Z","name":"Jaycee Wiegand","mobile_number":"277-726-4638","email_id":"Rickey.McCullough@hotmail.com","dop":"2025-04-06","serial_number":"17949274473728028","imei1":"17949274473728028","imei2":"17949274473728028","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162690,"job_number":"JOB_162690","tr_customer_id":162707,"tr_customer_product_id":162697,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:40.000Z","modified_at":"2026-01-21T03:54:40.000Z","name":"Imelda Schumm","mobile_number":"295-804-4689","email_id":"Jacquelyn.Breitenberg17@gmail.com","dop":"2025-04-06","serial_number":"11654181013335758","imei1":"11654181013335758","imei2":"11654181013335758","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162685,"job_number":"JOB_162685","tr_customer_id":162702,"tr_customer_product_id":162692,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:39.000Z","modified_at":"2026-01-21T03:54:39.000Z","name":"Imelda Wunsch","mobile_number":"835-671-9329","email_id":"Rosamond83@hotmail.com","dop":"2025-04-06","serial_number":"17183608022188176","imei1":"17183608022188176","imei2":"17183608022188176","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162682,"job_number":"JOB_162682","tr_customer_id":162699,"tr_customer_product_id":162689,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:38.000Z","modified_at":"2026-01-21T03:54:38.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12062986808027","imei1":"12062986808027","imei2":"12062986808027","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162679,"job_number":"JOB_162679","tr_customer_id":162696,"tr_customer_product_id":162686,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:38.000Z","modified_at":"2026-01-21T03:54:38.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17591036684314","imei1":"17591036684314","imei2":"17591036684314","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162677,"job_number":"JOB_162677","tr_customer_id":162694,"tr_customer_product_id":162684,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:37.000Z","modified_at":"2026-01-21T03:54:37.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16159543790134","imei1":"16159543790134","imei2":"16159543790134","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162676,"job_number":"JOB_162676","tr_customer_id":162693,"tr_customer_product_id":162683,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:37.000Z","modified_at":"2026-01-21T03:54:37.000Z","name":"Sidney Gulgowski","mobile_number":"594-699-2192","email_id":"Scottie.Mertz@hotmail.com","dop":"2025-04-06","serial_number":"10585079893058744","imei1":"10585079893058744","imei2":"10585079893058744","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162675,"job_number":"JOB_162675","tr_customer_id":162692,"tr_customer_product_id":162682,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:36.000Z","modified_at":"2026-01-21T03:54:36.000Z","name":"Nathaniel Christiansen","mobile_number":"931-509-6360","email_id":"Kennedy_Roob22@gmail.com","dop":"2025-04-06","serial_number":"18531806963616636","imei1":"18531806963616636","imei2":"18531806963616636","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162671,"job_number":"JOB_162671","tr_customer_id":162688,"tr_customer_product_id":162678,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:35.000Z","modified_at":"2026-01-21T03:54:35.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19473862542889","imei1":"19473862542889","imei2":"19473862542889","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162670,"job_number":"JOB_162670","tr_customer_id":162687,"tr_customer_product_id":162677,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:35.000Z","modified_at":"2026-01-21T03:54:35.000Z","name":"jatin sharma","mobile_number":"7045663552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14331917249370","imei1":"14331917249370","imei2":"14331917249370","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162668,"job_number":"JOB_162668","tr_customer_id":162685,"tr_customer_product_id":162675,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:33.000Z","modified_at":"2026-01-21T03:54:33.000Z","name":"Rahul Greenholt","mobile_number":"935-411-4659","email_id":"Herminio_Kessler64@gmail.com","dop":"2025-05-30","serial_number":"1842208524031168","imei1":"1842208524031168","imei2":"1842208524031168","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162667,"job_number":"JOB_162667","tr_customer_id":162684,"tr_customer_product_id":162674,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:31.000Z","modified_at":"2026-01-21T03:54:31.000Z","name":"Ally Satterfield","mobile_number":"357-510-7177","email_id":"Ford2@yahoo.com","dop":"2025-05-30","serial_number":"15356519984057","imei1":"15356519984057","imei2":"15356519984057","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162665,"job_number":"JOB_162665","tr_customer_id":162682,"tr_customer_product_id":162672,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:30.000Z","modified_at":"2026-01-21T03:54:30.000Z","name":"Arlo Kris","mobile_number":"277-449-1565","email_id":"Romaine.Wuckert93@yahoo.com","dop":"2025-04-06","serial_number":"11693425988122226","imei1":"11693425988122226","imei2":"11693425988122226","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162663,"job_number":"JOB_162663","tr_customer_id":162680,"tr_customer_product_id":162670,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:28.000Z","modified_at":"2026-01-21T03:54:28.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12251968929478","imei1":"12251968929478","imei2":"12251968929478","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162662,"job_number":"JOB_162662","tr_customer_id":162679,"tr_customer_product_id":162669,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:27.000Z","modified_at":"2026-01-21T03:54:27.000Z","name":"Pablo DuBuque","mobile_number":"793-312-8727","email_id":"Maya16@yahoo.com","dop":"2025-04-06","serial_number":"14683523743272888","imei1":"14683523743272888","imei2":"14683523743272888","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162661,"job_number":"JOB_162661","tr_customer_id":162678,"tr_customer_product_id":162668,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:26.000Z","modified_at":"2026-01-21T03:54:26.000Z","name":"Beaulah Simonis","mobile_number":"204-656-2894","email_id":"Domingo8@hotmail.com","dop":"2025-04-06","serial_number":"17432839441483412","imei1":"17432839441483412","imei2":"17432839441483412","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162660,"job_number":"JOB_162660","tr_customer_id":162677,"tr_customer_product_id":162667,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:26.000Z","modified_at":"2026-01-21T03:54:26.000Z","name":"Katrina Roberts","mobile_number":"822-859-7295","email_id":"Asia_Bins@hotmail.com","dop":"2025-04-06","serial_number":"10631193522869558","imei1":"10631193522869558","imei2":"10631193522869558","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162657,"job_number":"JOB_162657","tr_customer_id":162674,"tr_customer_product_id":162664,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:25.000Z","modified_at":"2026-01-21T03:54:25.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14750896796796","imei1":"14750896796796","imei2":"14750896796796","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162654,"job_number":"JOB_162654","tr_customer_id":162671,"tr_customer_product_id":162661,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:25.000Z","modified_at":"2026-01-21T03:54:25.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19435443486077","imei1":"19435443486077","imei2":"19435443486077","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162653,"job_number":"JOB_162653","tr_customer_id":162670,"tr_customer_product_id":162660,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:24.000Z","modified_at":"2026-01-21T03:54:24.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19728822802727","imei1":"19728822802727","imei2":"19728822802727","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162651,"job_number":"JOB_162651","tr_customer_id":162668,"tr_customer_product_id":162658,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:22.000Z","modified_at":"2026-01-21T03:54:22.000Z","name":"Ottilie Schumm","mobile_number":"556-225-3098","email_id":"Eve_Mayert@yahoo.com","dop":"2025-04-06","serial_number":"10043714224930806","imei1":"10043714224930806","imei2":"10043714224930806","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162650,"job_number":"JOB_162650","tr_customer_id":162667,"tr_customer_product_id":162657,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:21.000Z","modified_at":"2026-01-21T03:54:21.000Z","name":"Judah Sanford","mobile_number":"884-293-2118","email_id":"Hettie.Cormier36@hotmail.com","dop":"2025-06-18","serial_number":"1027025340922719","imei1":"1027025340922719","imei2":"1027025340922719","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162647,"job_number":"JOB_162647","tr_customer_id":162664,"tr_customer_product_id":162654,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:20.000Z","modified_at":"2026-01-21T03:54:20.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10752618983109","imei1":"10752618983109","imei2":"10752618983109","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162646,"job_number":"JOB_162646","tr_customer_id":162663,"tr_customer_product_id":162653,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:15.000Z","modified_at":"2026-01-21T03:54:15.000Z","name":"Eda Pagac","mobile_number":"934-720-6863","email_id":"Rafaela.Haag34@yahoo.com","dop":"2025-04-06","serial_number":"15390323679788892","imei1":"15390323679788892","imei2":"15390323679788892","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162644,"job_number":"JOB_162644","tr_customer_id":162661,"tr_customer_product_id":162651,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:13.000Z","modified_at":"2026-01-21T03:54:13.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15397658553317","imei1":"15397658553317","imei2":"15397658553317","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162641,"job_number":"JOB_162641","tr_customer_id":162658,"tr_customer_product_id":162648,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:08.000Z","modified_at":"2026-01-21T03:54:08.000Z","name":"Issac Luettgen","mobile_number":"745-358-5630","email_id":"Bernita_Beahan45@hotmail.com","dop":"2025-04-06","serial_number":"19306903525320280","imei1":"19306903525320280","imei2":"19306903525320280","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162639,"job_number":"JOB_162639","tr_customer_id":162656,"tr_customer_product_id":162646,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:00.000Z","modified_at":"2026-01-21T03:54:00.000Z","name":"Buddy Botsford","mobile_number":"282-524-7506","email_id":"Jesse43@gmail.com","dop":"2025-04-06","serial_number":"17518805026091808","imei1":"17518805026091808","imei2":"17518805026091808","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162637,"job_number":"JOB_162637","tr_customer_id":162654,"tr_customer_product_id":162644,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:53:59.000Z","modified_at":"2026-01-21T03:53:59.000Z","name":"D M","mobile_number":"9405167371","email_id":"dmandlik92345@gmail.com","dop":"2025-04-06","serial_number":"16959601556511","imei1":"16959601556511","imei2":"16959601556511","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:53:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162636,"job_number":"JOB_162636","tr_customer_id":162653,"tr_customer_product_id":162643,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:53:54.000Z","modified_at":"2026-01-21T03:53:54.000Z","name":"Edd Bailey","mobile_number":"754-571-6777","email_id":"Uriel_OReilly@gmail.com","dop":"2025-04-06","serial_number":"12138392590815666","imei1":"12138392590815666","imei2":"12138392590815666","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:53:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162634,"job_number":"JOB_162634","tr_customer_id":162651,"tr_customer_product_id":162641,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:53:52.000Z","modified_at":"2026-01-21T03:53:52.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18349304720762","imei1":"18349304720762","imei2":"18349304720762","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:53:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162633,"job_number":"JOB_162633","tr_customer_id":162650,"tr_customer_product_id":162640,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:53:48.000Z","modified_at":"2026-01-21T03:53:48.000Z","name":"Leland Mitchell","mobile_number":"610-411-4350","email_id":"Shayna.Kuvalis@hotmail.com","dop":"2025-04-06","serial_number":"16534113069734780","imei1":"16534113069734780","imei2":"16534113069734780","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:53:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162631,"job_number":"JOB_162631","tr_customer_id":162648,"tr_customer_product_id":162638,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:53:41.000Z","modified_at":"2026-01-21T03:53:41.000Z","name":"Dennis McClure","mobile_number":"473-518-3893","email_id":"Favian.Baumbach@yahoo.com","dop":"2025-04-06","serial_number":"11672018648706232","imei1":"11672018648706232","imei2":"11672018648706232","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:53:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162629,"job_number":"JOB_162629","tr_customer_id":162646,"tr_customer_product_id":162636,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:53:39.000Z","modified_at":"2026-01-21T03:53:39.000Z","name":"Arlie Treutel","mobile_number":"604-903-8259","email_id":"Kenya.Swaniawski74@gmail.com","dop":"2025-06-18","serial_number":"1080106078253185","imei1":"1080106078253185","imei2":"1080106078253185","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:53:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162628,"job_number":"JOB_162628","tr_customer_id":162645,"tr_customer_product_id":162635,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:53:39.000Z","modified_at":"2026-01-21T03:53:39.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14399582480480","imei1":"14399582480480","imei2":"14399582480480","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:53:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162626,"job_number":"JOB_162626","tr_customer_id":162643,"tr_customer_product_id":162633,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:53:38.000Z","modified_at":"2026-01-21T03:53:38.000Z","name":"Marian West","mobile_number":"660-828-7789","email_id":"Osvaldo.Nolan28@yahoo.com","dop":"2025-04-06","serial_number":"16451017225734406","imei1":"16451017225734406","imei2":"16451017225734406","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:53:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162625,"job_number":"JOB_162625","tr_customer_id":162642,"tr_customer_product_id":162632,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:53:38.000Z","modified_at":"2026-01-21T03:53:38.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10788517097240","imei1":"10788517097240","imei2":"10788517097240","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:53:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162623,"job_number":"JOB_162623","tr_customer_id":162640,"tr_customer_product_id":162630,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:53:29.000Z","modified_at":"2026-01-21T03:53:29.000Z","name":"Alice Shields","mobile_number":"797-885-8513","email_id":"Kenneth.Abbott@hotmail.com","dop":"2025-04-06","serial_number":"12193303622992512","imei1":"12193303622992512","imei2":"12193303622992512","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:53:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162620,"job_number":"JOB_162620","tr_customer_id":162637,"tr_customer_product_id":162627,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:53:22.000Z","modified_at":"2026-01-21T03:53:22.000Z","name":"Donnell Hilll","mobile_number":"425-402-9199","email_id":"Elissa23@gmail.com","dop":"2025-04-06","serial_number":"12546921181361340","imei1":"12546921181361340","imei2":"12546921181361340","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:53:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162618,"job_number":"JOB_162618","tr_customer_id":162635,"tr_customer_product_id":162625,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:53:18.000Z","modified_at":"2026-01-21T03:53:18.000Z","name":"Marshall Koss","mobile_number":"501-318-7028","email_id":"Marvin37@hotmail.com","dop":"2025-04-06","serial_number":"15012338366390536","imei1":"15012338366390536","imei2":"15012338366390536","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:53:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162616,"job_number":"JOB_162616","tr_customer_id":162633,"tr_customer_product_id":162623,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:53:17.000Z","modified_at":"2026-01-21T03:53:17.000Z","name":"Dhananjay Mandlik","mobile_number":"9405167371","email_id":"dmandlik92@gmail.com","dop":"2025-04-06","serial_number":"18290475511432","imei1":"18290475511432","imei2":"18290475511432","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:53:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162614,"job_number":"JOB_162614","tr_customer_id":162631,"tr_customer_product_id":162621,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:48:34.000Z","modified_at":"2026-01-21T03:48:34.000Z","name":"Esther Parker","mobile_number":"834-642-0901","email_id":"Jules.Schinner19@hotmail.com","dop":"2025-04-06","serial_number":"16313148066048748","imei1":"16313148066048748","imei2":"16313148066048748","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:48:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162612,"job_number":"JOB_162612","tr_customer_id":162629,"tr_customer_product_id":162619,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:48:32.000Z","modified_at":"2026-01-21T03:48:32.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17848277089381","imei1":"17848277089381","imei2":"17848277089381","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:48:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162611,"job_number":"JOB_162611","tr_customer_id":162628,"tr_customer_product_id":162618,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:47:54.000Z","modified_at":"2026-01-21T03:47:54.000Z","name":"Bertha Bins","mobile_number":"880-586-2742","email_id":"Althea85@gmail.com","dop":"2025-04-06","serial_number":"19804275476949320","imei1":"19804275476949320","imei2":"19804275476949320","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:47:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162609,"job_number":"JOB_162609","tr_customer_id":162626,"tr_customer_product_id":162616,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:47:52.000Z","modified_at":"2026-01-21T03:47:52.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"15963298373361","imei1":"15963298373361","imei2":"15963298373361","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:47:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162608,"job_number":"JOB_162608","tr_customer_id":162625,"tr_customer_product_id":162615,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:47:14.000Z","modified_at":"2026-01-21T03:47:14.000Z","name":"Madelyn Farrell","mobile_number":"428-445-3992","email_id":"Angus50@hotmail.com","dop":"2025-04-06","serial_number":"16746191132438830","imei1":"16746191132438830","imei2":"16746191132438830","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:47:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162606,"job_number":"JOB_162606","tr_customer_id":162623,"tr_customer_product_id":162613,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:47:12.000Z","modified_at":"2026-01-21T03:47:12.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13058901590552","imei1":"13058901590552","imei2":"13058901590552","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:47:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162601,"job_number":"JOB_162601","tr_customer_id":162618,"tr_customer_product_id":162608,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T02:59:52.000Z","modified_at":"2026-01-21T06:12:37.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14703153286275","imei1":"14703153286275","imei2":"14703153286275","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":3,"assigned_on":"2026-01-21T06:12:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162597,"job_number":"JOB_162597","tr_customer_id":162614,"tr_customer_product_id":162604,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T02:58:20.000Z","modified_at":"2026-01-21T02:58:20.000Z","name":"Elva Koss","mobile_number":"316-617-1422","email_id":"Delphia_Welch19@yahoo.com","dop":"2025-04-06","serial_number":"16740242445612904","imei1":"16740242445612904","imei2":"16740242445612904","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T02:58:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162595,"job_number":"JOB_162595","tr_customer_id":162612,"tr_customer_product_id":162602,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T02:58:18.000Z","modified_at":"2026-01-21T02:58:18.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14346605803933","imei1":"14346605803933","imei2":"14346605803933","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T02:58:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162588,"job_number":"JOB_162588","tr_customer_id":162605,"tr_customer_product_id":162595,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T02:24:34.000Z","modified_at":"2026-01-21T02:24:34.000Z","name":"Divya Rai","mobile_number":"7001829202","email_id":"testemail@gmail.com","dop":"2025-12-04","serial_number":"23451113430770109","imei1":"23451113430770109","imei2":"23451113430770109","popurl":"2025-12-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T02:24:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162586,"job_number":"JOB_162586","tr_customer_id":162603,"tr_customer_product_id":162593,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T01:29:13.000Z","modified_at":"2026-01-21T01:29:13.000Z","name":"Dnyan Ubale","mobile_number":"7878787878","email_id":"xyz@gmail.com","dop":"2026-01-11","serial_number":"11794514993682","imei1":"18904414473682","imei2":"130779079163742","popurl":"2026-01-11T01:29:05.036385171Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T01:29:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162585,"job_number":"JOB_162585","tr_customer_id":162602,"tr_customer_product_id":162592,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T01:16:15.000Z","modified_at":"2026-01-21T01:16:15.000Z","name":"Jewell Hammes","mobile_number":"282-657-9437","email_id":"Zita_Haag@yahoo.com","dop":"2025-04-06","serial_number":"15699477022877","imei1":"15699477022877","imei2":"15699477022877","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T01:16:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162584,"job_number":"JOB_162584","tr_customer_id":162601,"tr_customer_product_id":162591,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T23:43:46.000Z","modified_at":"2026-01-20T23:43:46.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2026-01-10","serial_number":"79946591955889","imei1":"79946591955889","imei2":"79946591955889","popurl":"2026-01-10T23:43:45.940208174Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T23:43:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162583,"job_number":"JOB_162583","tr_customer_id":162600,"tr_customer_product_id":162590,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T23:41:21.000Z","modified_at":"2026-01-20T23:41:21.000Z","name":"Chaturbhuj Mahajan","mobile_number":"7026991834","email_id":"shobhana.dutta@yahoo.co.in","dop":"2026-01-10","serial_number":"224794184197133","imei1":"224794184197133","imei2":"224794184197133","popurl":"www.trilokanath-kakkar.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T23:41:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162582,"job_number":"JOB_162582","tr_customer_id":162599,"tr_customer_product_id":162589,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T23:41:20.000Z","modified_at":"2026-01-20T23:41:20.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2026-01-10","serial_number":"18836592954988","imei1":"18836592954988","imei2":"18836592954988","popurl":"2026-01-10T23:41:19.946927849Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T23:41:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162581,"job_number":"JOB_162581","tr_customer_id":162598,"tr_customer_product_id":162588,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T20:40:30.000Z","modified_at":"2026-01-20T20:40:30.000Z","name":"Princess Miller","mobile_number":"502-632-4620","email_id":"Bettie1@hotmail.com","dop":"2025-04-06","serial_number":"14278450739459654","imei1":"14278450739459654","imei2":"14278450739459654","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T20:40:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162579,"job_number":"JOB_162579","tr_customer_id":162596,"tr_customer_product_id":162586,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T20:40:29.000Z","modified_at":"2026-01-20T20:40:29.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16116783914589","imei1":"16116783914589","imei2":"16116783914589","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T20:40:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162578,"job_number":"JOB_162578","tr_customer_id":162595,"tr_customer_product_id":162585,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T20:39:50.000Z","modified_at":"2026-01-20T20:39:50.000Z","name":"Orville Schuster","mobile_number":"425-446-1916","email_id":"Nakia_DuBuque@gmail.com","dop":"2025-04-06","serial_number":"13476479898069586","imei1":"13476479898069586","imei2":"13476479898069586","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T20:39:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162576,"job_number":"JOB_162576","tr_customer_id":162593,"tr_customer_product_id":162583,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T20:39:48.000Z","modified_at":"2026-01-20T20:39:48.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14242279873716","imei1":"14242279873716","imei2":"14242279873716","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T20:39:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162575,"job_number":"JOB_162575","tr_customer_id":162592,"tr_customer_product_id":162582,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T20:39:10.000Z","modified_at":"2026-01-20T20:39:10.000Z","name":"Nash VonRueden","mobile_number":"616-440-1488","email_id":"Giovani62@hotmail.com","dop":"2025-04-06","serial_number":"14955966540965402","imei1":"14955966540965402","imei2":"14955966540965402","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T20:39:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162573,"job_number":"JOB_162573","tr_customer_id":162590,"tr_customer_product_id":162580,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T20:39:08.000Z","modified_at":"2026-01-20T20:39:08.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12095869755675","imei1":"12095869755675","imei2":"12095869755675","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T20:39:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163013,"job_number":"JOB_163013","tr_customer_id":163030,"tr_customer_product_id":163020,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T07:47:33.000Z","modified_at":"2026-01-21T07:47:33.000Z","name":"Gaetano Bogan","mobile_number":"673-444-4188","email_id":"Lenny67@hotmail.com","dop":"2025-11-04","serial_number":"27001982397134","imei1":"27001982397134","imei2":"27001982397134","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T07:47:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163009,"job_number":"JOB_163009","tr_customer_id":163026,"tr_customer_product_id":163016,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T07:36:56.000Z","modified_at":"2026-01-21T07:36:56.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Brisa_Weissnat99@yahoo.com","dop":"2025-07-02","serial_number":"16207931644445","imei1":"16207931644445","imei2":"16207931644445","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T07:36:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163008,"job_number":"JOB_163008","tr_customer_id":163025,"tr_customer_product_id":163015,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T07:36:37.000Z","modified_at":"2026-01-21T07:36:37.000Z","name":"Rahul goswami","mobile_number":"8767656543","email_id":"Mckenzie_Schoen@hotmail.com","dop":"2025-07-02","serial_number":"13718010959776","imei1":"13718010959776","imei2":"13718010959776","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T07:36:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163007,"job_number":"JOB_163007","tr_customer_id":163024,"tr_customer_product_id":163014,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T07:36:19.000Z","modified_at":"2026-01-21T07:36:19.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Annabell_Bernier@yahoo.com","dop":"2025-07-02","serial_number":"13461850930646","imei1":"13461850930646","imei2":"13461850930646","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T07:36:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162890,"job_number":"JOB_162890","tr_customer_id":162907,"tr_customer_product_id":162897,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:21:40.000Z","modified_at":"2026-01-21T06:21:40.000Z","name":"Jerrell Lockman","mobile_number":"278-903-8564","email_id":"Sierra.Beatty@gmail.com","dop":"2025-06-09","serial_number":"105344703874637","imei1":"105344703874637","imei2":"105344703874637","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:21:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162888,"job_number":"JOB_162888","tr_customer_id":162905,"tr_customer_product_id":162895,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:21:39.000Z","modified_at":"2026-01-21T06:21:39.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"107127302673431","imei1":"107127302673431","imei2":"107127302673431","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:21:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162887,"job_number":"JOB_162887","tr_customer_id":162904,"tr_customer_product_id":162894,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:21:23.000Z","modified_at":"2026-01-21T06:21:23.000Z","name":"Warren Denesik","mobile_number":"823-826-4267","email_id":"Hudson.Pollich@yahoo.com","dop":"2025-06-09","serial_number":"102168053565125","imei1":"102168053565125","imei2":"102168053565125","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:21:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162885,"job_number":"JOB_162885","tr_customer_id":162902,"tr_customer_product_id":162892,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:21:22.000Z","modified_at":"2026-01-21T06:21:22.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"104688652951223","imei1":"104688652951223","imei2":"104688652951223","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:21:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162884,"job_number":"JOB_162884","tr_customer_id":162901,"tr_customer_product_id":162891,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:21:06.000Z","modified_at":"2026-01-21T06:21:06.000Z","name":"Prince Boyle","mobile_number":"990-943-1747","email_id":"Llewellyn51@hotmail.com","dop":"2025-06-09","serial_number":"109140298705333","imei1":"109140298705333","imei2":"109140298705333","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:21:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162882,"job_number":"JOB_162882","tr_customer_id":162899,"tr_customer_product_id":162889,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:21:05.000Z","modified_at":"2026-01-21T06:21:05.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"109737898423974","imei1":"109737898423974","imei2":"109737898423974","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:21:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162785,"job_number":"JOB_162785","tr_customer_id":162802,"tr_customer_product_id":162792,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:56:11.000Z","modified_at":"2026-01-21T03:56:11.000Z","name":"Donald Willms","mobile_number":"643-452-0773","email_id":"Uriel62@hotmail.com","dop":"2025-06-09","serial_number":"59794321296063000","imei1":"59794321296063000","imei2":"59794321296063000","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:56:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162783,"job_number":"JOB_162783","tr_customer_id":162800,"tr_customer_product_id":162790,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:56:10.000Z","modified_at":"2026-01-21T03:56:10.000Z","name":"Cyril Hand","mobile_number":"506-960-6445","email_id":"Alexandrea_Bogan@yahoo.com","dop":"2025-06-09","serial_number":"101067246533383","imei1":"101067246533383","imei2":"101067246533383","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:56:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162781,"job_number":"JOB_162781","tr_customer_id":162798,"tr_customer_product_id":162788,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:56:09.000Z","modified_at":"2026-01-21T03:56:09.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"106649949824326","imei1":"106649949824326","imei2":"106649949824326","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:56:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162760,"job_number":"JOB_162760","tr_customer_id":162777,"tr_customer_product_id":162767,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:54.000Z","modified_at":"2026-01-21T03:55:54.000Z","name":"Jay Ratke","mobile_number":"326-344-5245","email_id":"Jazlyn_Steuber93@yahoo.com","dop":"2025-06-09","serial_number":"104976294618097","imei1":"104976294618097","imei2":"104976294618097","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:55:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162758,"job_number":"JOB_162758","tr_customer_id":162775,"tr_customer_product_id":162765,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:53.000Z","modified_at":"2026-01-21T03:55:53.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"102346409261757","imei1":"102346409261757","imei2":"102346409261757","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:55:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162751,"job_number":"JOB_162751","tr_customer_id":162768,"tr_customer_product_id":162758,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:38.000Z","modified_at":"2026-01-21T03:55:38.000Z","name":"Freddy Smith","mobile_number":"314-335-0178","email_id":"Leone_Hudson90@yahoo.com","dop":"2025-06-09","serial_number":"103533220943496","imei1":"103533220943496","imei2":"103533220943496","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:55:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162749,"job_number":"JOB_162749","tr_customer_id":162766,"tr_customer_product_id":162756,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:37.000Z","modified_at":"2026-01-21T03:55:37.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"105754362426879","imei1":"105754362426879","imei2":"105754362426879","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:55:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162705,"job_number":"JOB_162705","tr_customer_id":162722,"tr_customer_product_id":162712,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:51.000Z","modified_at":"2026-01-21T03:54:51.000Z","name":"Jazmyne Labadie","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"113474739057636","imei1":"113474739057636","imei2":"113474739057636","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162704,"job_number":"JOB_162704","tr_customer_id":162721,"tr_customer_product_id":162711,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:51.000Z","modified_at":"2026-01-21T03:54:51.000Z","name":"Declan Gislason","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"172467207146546","imei1":"172467207146546","imei2":"172467207146546","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162703,"job_number":"JOB_162703","tr_customer_id":162720,"tr_customer_product_id":162710,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:50.000Z","modified_at":"2026-01-21T03:54:50.000Z","name":"Lelia Erdman","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"167686566068558","imei1":"167686566068558","imei2":"167686566068558","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162701,"job_number":"JOB_162701","tr_customer_id":162718,"tr_customer_product_id":162708,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:50.000Z","modified_at":"2026-01-21T03:54:50.000Z","name":"Amol Tambe","mobile_number":"3445554332","email_id":"amoltambe@gmail.com","dop":"2025-07-31","serial_number":"177357670445069","imei1":"177357670445069","imei2":"177357670445069","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162696,"job_number":"JOB_162696","tr_customer_id":162713,"tr_customer_product_id":162703,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:43.000Z","modified_at":"2026-01-21T03:54:43.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Rafael.Price@yahoo.com","dop":"2025-07-02","serial_number":"18672561915929","imei1":"18672561915929","imei2":"18672561915929","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162689,"job_number":"JOB_162689","tr_customer_id":162706,"tr_customer_product_id":162696,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:39.000Z","modified_at":"2026-01-21T03:54:39.000Z","name":"Isabel Schmidt","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"163462732467881","imei1":"163462732467881","imei2":"163462732467881","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162687,"job_number":"JOB_162687","tr_customer_id":162704,"tr_customer_product_id":162694,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:39.000Z","modified_at":"2026-01-21T03:54:39.000Z","name":"Reba Monahan","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"193376791926451","imei1":"193376791926451","imei2":"193376791926451","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162683,"job_number":"JOB_162683","tr_customer_id":162700,"tr_customer_product_id":162690,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:38.000Z","modified_at":"2026-01-21T03:54:38.000Z","name":"Mekhi Keeling","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"140865985322621","imei1":"140865985322621","imei2":"140865985322621","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162680,"job_number":"JOB_162680","tr_customer_id":162697,"tr_customer_product_id":162687,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:38.000Z","modified_at":"2026-01-21T03:54:38.000Z","name":"vrushali vru1234","mobile_number":"3445554332","email_id":"vrushali@gmail.com","dop":"2025-07-31","serial_number":"126283712056005","imei1":"126283712056005","imei2":"126283712056005","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162659,"job_number":"JOB_162659","tr_customer_id":162676,"tr_customer_product_id":162666,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:26.000Z","modified_at":"2026-01-21T03:54:26.000Z","name":"Rahul goswami","mobile_number":"8767656543","email_id":"Trystan_Pacocha94@hotmail.com","dop":"2025-07-02","serial_number":"10684146989468","imei1":"10684146989468","imei2":"10684146989468","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162642,"job_number":"JOB_162642","tr_customer_id":162659,"tr_customer_product_id":162649,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:09.000Z","modified_at":"2026-01-21T03:54:09.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Friedrich_Jacobs69@gmail.com","dop":"2025-07-02","serial_number":"15121400755880","imei1":"15121400755880","imei2":"15121400755880","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162594,"job_number":"JOB_162594","tr_customer_id":162611,"tr_customer_product_id":162601,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T02:38:37.000Z","modified_at":"2026-01-21T02:38:37.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"12022430175094","imei1":"12022430175094","imei2":"12022430175094","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T02:38:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162592,"job_number":"JOB_162592","tr_customer_id":162609,"tr_customer_product_id":162599,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T02:38:23.000Z","modified_at":"2026-01-21T02:38:23.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"19394883773285","imei1":"19394883773285","imei2":"19394883773285","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T02:38:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162590,"job_number":"JOB_162590","tr_customer_id":162607,"tr_customer_product_id":162597,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T02:38:01.000Z","modified_at":"2026-01-21T02:38:01.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"19661204443887","imei1":"19661204443887","imei2":"19661204443887","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T02:38:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162587,"job_number":"JOB_162587","tr_customer_id":162604,"tr_customer_product_id":162594,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T02:21:47.000Z","modified_at":"2026-01-21T02:21:47.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"17563096152336","imei1":"17563096152336","imei2":"17563096152336","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T02:21:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/engineer/mapped' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNzI3NDJ9.IEtAMRF9vZn3LlTSasN0Llk5gwReGWkTINNzM8zYe8A' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/engineer/mapped
Response Information
Response Code: 200 - OK
Mean time per request: 252ms
Mean size per request: 866B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg5ODE2NTZ9.hq3OXIEODCDZ2qVBg8ykMl-0SxYT32Vqtwyq0UDQtAY
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token f90dbc92-ff16-4e2c-9bcd-2c63991da1bb
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 866
ETag W/"362-uZ8Ftnx2Af1NjAWrk0wJooRkni0"
Vary Accept-Encoding
Date Wed, 21 Jan 2026 07:47:37 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"id":2,"first_name":"Mark","last_name":"zuk","login_id":"iameng","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":true,"mst_role_id":1,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-12-20T07:42:00.000Z","role_name":"Engineer","service_location":"Service Center A"},{"id":17,"first_name":"Jay ","last_name":"Howard","login_id":"jhoward","mobile_number":"3434524356","email_id":"Jay@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":true,"mst_role_id":1,"mst_service_location_id":1,"created_at":"2022-08-19T13:34:19.000Z","modified_at":"2022-08-19T13:34:19.000Z","role_name":"Engineer","service_location":"Service Center A"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/engineer/assign' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNzI3NDJ9.IEtAMRF9vZn3LlTSasN0Llk5gwReGWkTINNzM8zYe8A' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"job_id":99821,"engineer_id":17}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/engineer/assign
Response Information
Response Code: 200 - OK
Mean time per request: 256ms
Mean size per request: 54B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg5ODE2NTZ9.hq3OXIEODCDZ2qVBg8ykMl-0SxYT32Vqtwyq0UDQtAY
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 4965f8e8-2992-410f-b117-83328403d124
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 49
Request Body
{
            "job_id": 163013,
            "engineer_id": 2
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 54
ETag W/"36-SJqPGnqoYGAacRPYXRhhHPv8y+E"
Vary Accept-Encoding
Date Wed, 21 Jan 2026 07:47:38 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Engineer assigned successfully","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/pending' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDEzNjh9.ejrA7BJz_H-2keUgA284RVE6WB4vB5-7eYUdu6PhPXI' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/job/pending
Response Information
Response Code: 200 - OK
Mean time per request: 293ms
Mean size per request: 271.24KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg5ODE2NTZ9.hq3OXIEODCDZ2qVBg8ykMl-0SxYT32Vqtwyq0UDQtAY
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 2c01560e-6f7f-478d-b3e2-201380eb02ce
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"43cf8-wG9UqZ7eYhPU6K2wKM4ExYJ4tBE"
Vary Accept-Encoding
Content-Encoding gzip
Date Wed, 21 Jan 2026 07:47:38 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":162960,"job_number":"JOB_162960","tr_customer_id":162977,"tr_customer_product_id":162967,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:38:46.000Z","modified_at":"2026-01-21T06:38:46.000Z","name":"Malika Nitzsche","mobile_number":"866-221-0515","email_id":"Jarod_Kunde@yahoo.com","dop":"2000-01-31","serial_number":"1068615764366569","imei1":"1068615764366569","imei2":"1068615764366569","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:38:46.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":162958,"job_number":"JOB_162958","tr_customer_id":162975,"tr_customer_product_id":162965,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:38:44.000Z","modified_at":"2026-01-21T06:38:44.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10764567921047","imei1":"10764567921047","imei2":"10764567921047","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:38:44.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":162953,"job_number":"JOB_162953","tr_customer_id":162970,"tr_customer_product_id":162960,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:38:01.000Z","modified_at":"2026-01-21T06:38:01.000Z","name":"Chet Dietrich","mobile_number":"803-781-7937","email_id":"Shyanne.Ledner@gmail.com","dop":"2000-01-31","serial_number":"1034922372370101","imei1":"1034922372370101","imei2":"1034922372370101","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:38:01.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":162949,"job_number":"JOB_162949","tr_customer_id":162966,"tr_customer_product_id":162956,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:38:00.000Z","modified_at":"2026-01-21T06:38:00.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10289459723595","imei1":"10289459723595","imei2":"10289459723595","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:38:00.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":162945,"job_number":"JOB_162945","tr_customer_id":162962,"tr_customer_product_id":162952,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:37:17.000Z","modified_at":"2026-01-21T06:37:17.000Z","name":"Elody Crooks","mobile_number":"932-586-1772","email_id":"Kenny_Purdy@yahoo.com","dop":"2000-01-31","serial_number":"1071466473844178","imei1":"1071466473844178","imei2":"1071466473844178","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:37:17.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":162943,"job_number":"JOB_162943","tr_customer_id":162960,"tr_customer_product_id":162950,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:37:15.000Z","modified_at":"2026-01-21T06:37:15.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10308976964436","imei1":"10308976964436","imei2":"10308976964436","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:37:15.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":162939,"job_number":"JOB_162939","tr_customer_id":162956,"tr_customer_product_id":162946,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:36:32.000Z","modified_at":"2026-01-21T06:36:32.000Z","name":"Jules Mills","mobile_number":"969-402-0205","email_id":"Maurine_Cummings@hotmail.com","dop":"2000-01-31","serial_number":"1085093491319299","imei1":"1085093491319299","imei2":"1085093491319299","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:36:32.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":162937,"job_number":"JOB_162937","tr_customer_id":162954,"tr_customer_product_id":162944,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:36:30.000Z","modified_at":"2026-01-21T06:36:30.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10912920959677","imei1":"10912920959677","imei2":"10912920959677","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:36:30.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":162795,"job_number":"JOB_162795","tr_customer_id":162812,"tr_customer_product_id":162802,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:56:59.000Z","modified_at":"2026-01-21T03:56:59.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10889565985024","imei1":"10889565985024","imei2":"10889565985024","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:56:59.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":162788,"job_number":"JOB_162788","tr_customer_id":162805,"tr_customer_product_id":162795,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:56:14.000Z","modified_at":"2026-01-21T03:56:14.000Z","name":"Tyra Walter","mobile_number":"933-641-8231","email_id":"Stevie61@gmail.com","dop":"2000-01-31","serial_number":"1095738584130085","imei1":"1095738584130085","imei2":"1095738584130085","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:56:14.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":162786,"job_number":"JOB_162786","tr_customer_id":162803,"tr_customer_product_id":162793,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:56:12.000Z","modified_at":"2026-01-21T03:56:12.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10159606713709","imei1":"10159606713709","imei2":"10159606713709","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:56:12.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":162742,"job_number":"JOB_162742","tr_customer_id":162759,"tr_customer_product_id":162749,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:27.000Z","modified_at":"2026-01-21T03:55:27.000Z","name":"Larue Trantow","mobile_number":"312-984-8106","email_id":"Jane_Gusikowski@gmail.com","dop":"2000-01-31","serial_number":"1065332436451677","imei1":"1065332436451677","imei2":"1065332436451677","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:55:27.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":162740,"job_number":"JOB_162740","tr_customer_id":162757,"tr_customer_product_id":162747,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:25.000Z","modified_at":"2026-01-21T03:55:25.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10090710724077","imei1":"10090710724077","imei2":"10090710724077","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:55:25.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":162692,"job_number":"JOB_162692","tr_customer_id":162709,"tr_customer_product_id":162699,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:40.000Z","modified_at":"2026-01-21T03:54:40.000Z","name":"Sandra Rodriguez","mobile_number":"640-338-8735","email_id":"Domenic.Barrows@yahoo.com","dop":"2000-01-31","serial_number":"1097630213506101","imei1":"1097630213506101","imei2":"1097630213506101","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:40.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":162684,"job_number":"JOB_162684","tr_customer_id":162701,"tr_customer_product_id":162691,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:38.000Z","modified_at":"2026-01-21T03:54:38.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10591616575842","imei1":"10591616575842","imei2":"10591616575842","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:38.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":163011,"job_number":"JOB_163011","tr_customer_id":163028,"tr_customer_product_id":163018,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T07:46:58.000Z","modified_at":"2026-01-21T07:46:58.000Z","name":"Emelia Reilly","mobile_number":"878-462-1830","email_id":"Ryleigh_Pacocha81@hotmail.com","dop":"2025-04-06","serial_number":"13405225925384970","imei1":"13405225925384970","imei2":"13405225925384970","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T07:46:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163006,"job_number":"JOB_163006","tr_customer_id":163023,"tr_customer_product_id":163013,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T07:31:11.000Z","modified_at":"2026-01-21T07:31:11.000Z","name":"Brock Corwin","mobile_number":"704-319-8274","email_id":"Wade_Metz@gmail.com","dop":"2025-02-01","serial_number":"17574691804591","imei1":"17574691804591","imei2":"17574691804591","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T07:31:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163003,"job_number":"JOB_163003","tr_customer_id":163020,"tr_customer_product_id":163010,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T07:07:06.000Z","modified_at":"2026-01-21T07:07:07.000Z","name":"Audra Gerlach","mobile_number":"721-468-8663","email_id":"Chance_Dare@hotmail.com","dop":"2025-04-06","serial_number":"12108449345271150","imei1":"12108449345271150","imei2":"12108449345271150","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T07:07:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163001,"job_number":"JOB_163001","tr_customer_id":163018,"tr_customer_product_id":163008,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T07:06:20.000Z","modified_at":"2026-01-21T07:06:20.000Z","name":"Ahmad Schroeder","mobile_number":"696-649-0378","email_id":"Lukas.Ullrich@gmail.com","dop":"2025-04-06","serial_number":"18275037441241292","imei1":"18275037441241292","imei2":"18275037441241292","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T07:06:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162999,"job_number":"JOB_162999","tr_customer_id":163016,"tr_customer_product_id":163006,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T07:05:33.000Z","modified_at":"2026-01-21T07:05:33.000Z","name":"Zora Zieme","mobile_number":"201-537-8314","email_id":"Cathy_Metz@yahoo.com","dop":"2025-04-06","serial_number":"15839260041705420","imei1":"15839260041705420","imei2":"15839260041705420","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T07:05:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162997,"job_number":"JOB_162997","tr_customer_id":163014,"tr_customer_product_id":163004,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:51:28.000Z","modified_at":"2026-01-21T06:51:28.000Z","name":"Erling Runolfsson","mobile_number":"550-413-2718","email_id":"Maryjane.Gaylord@hotmail.com","dop":"2025-04-06","serial_number":"10651424904204296","imei1":"10651424904204296","imei2":"10651424904204296","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:51:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162995,"job_number":"JOB_162995","tr_customer_id":163012,"tr_customer_product_id":163002,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:51:27.000Z","modified_at":"2026-01-21T06:51:27.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19031953731203","imei1":"19031953731203","imei2":"19031953731203","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:51:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162994,"job_number":"JOB_162994","tr_customer_id":163011,"tr_customer_product_id":163001,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:50:44.000Z","modified_at":"2026-01-21T06:50:44.000Z","name":"Teresa Ruecker","mobile_number":"593-612-7187","email_id":"Shirley_Franecki16@hotmail.com","dop":"2025-04-06","serial_number":"11583192275518710","imei1":"11583192275518710","imei2":"11583192275518710","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:50:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162992,"job_number":"JOB_162992","tr_customer_id":163009,"tr_customer_product_id":162999,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:50:42.000Z","modified_at":"2026-01-21T06:50:42.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13466066800980","imei1":"13466066800980","imei2":"13466066800980","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:50:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162991,"job_number":"JOB_162991","tr_customer_id":163008,"tr_customer_product_id":162998,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:50:05.000Z","modified_at":"2026-01-21T06:50:05.000Z","name":"Zoie Ledner","mobile_number":"937-452-3205","email_id":"Era80@gmail.com","dop":"2025-04-06","serial_number":"18533118216254004","imei1":"18533118216254004","imei2":"18533118216254004","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:50:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162989,"job_number":"JOB_162989","tr_customer_id":163006,"tr_customer_product_id":162996,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:49:59.000Z","modified_at":"2026-01-21T06:49:59.000Z","name":"Carolanne Oberbrunner","mobile_number":"995-750-9639","email_id":"Blanca.Fisher@yahoo.com","dop":"2025-04-06","serial_number":"19149653196501548","imei1":"19149653196501548","imei2":"19149653196501548","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:49:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162987,"job_number":"JOB_162987","tr_customer_id":163004,"tr_customer_product_id":162994,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:49:57.000Z","modified_at":"2026-01-21T06:49:57.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10689216915682","imei1":"10689216915682","imei2":"10689216915682","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:49:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162985,"job_number":"JOB_162985","tr_customer_id":163002,"tr_customer_product_id":162992,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:46:09.000Z","modified_at":"2026-01-21T06:46:09.000Z","name":"Dayana Hirthe","mobile_number":"979-360-0862","email_id":"Monte.Herzog72@hotmail.com","dop":"2025-04-06","serial_number":"11779876850918244","imei1":"11779876850918244","imei2":"11779876850918244","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:46:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162983,"job_number":"JOB_162983","tr_customer_id":163000,"tr_customer_product_id":162990,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:46:07.000Z","modified_at":"2026-01-21T06:46:07.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16876819889364","imei1":"16876819889364","imei2":"16876819889364","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:46:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162982,"job_number":"JOB_162982","tr_customer_id":162999,"tr_customer_product_id":162989,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:45:47.000Z","modified_at":"2026-01-21T06:45:47.000Z","name":"Micah Bahringer","mobile_number":"469-748-7891","email_id":"Francesca.Moen@gmail.com","dop":"2025-04-06","serial_number":"13220055565904698","imei1":"13220055565904698","imei2":"13220055565904698","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:45:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162980,"job_number":"JOB_162980","tr_customer_id":162997,"tr_customer_product_id":162987,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:45:42.000Z","modified_at":"2026-01-21T06:45:42.000Z","name":"Alexandro Vandervort","mobile_number":"330-730-8147","email_id":"Reese_Bins@yahoo.com","dop":"2025-04-06","serial_number":"16989820793386468","imei1":"16989820793386468","imei2":"16989820793386468","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:45:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162978,"job_number":"JOB_162978","tr_customer_id":162995,"tr_customer_product_id":162985,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:45:24.000Z","modified_at":"2026-01-21T06:45:24.000Z","name":"Demetris Koepp","mobile_number":"345-409-6430","email_id":"Louisa_Gutmann88@hotmail.com","dop":"2025-04-06","serial_number":"12683925262283816","imei1":"12683925262283816","imei2":"12683925262283816","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:45:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162976,"job_number":"JOB_162976","tr_customer_id":162993,"tr_customer_product_id":162983,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:45:22.000Z","modified_at":"2026-01-21T06:45:22.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10659736117977","imei1":"10659736117977","imei2":"10659736117977","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:45:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162975,"job_number":"JOB_162975","tr_customer_id":162992,"tr_customer_product_id":162982,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:44:39.000Z","modified_at":"2026-01-21T06:44:39.000Z","name":"Kattie Heidenreich","mobile_number":"464-968-6598","email_id":"Annabel1@gmail.com","dop":"2025-04-06","serial_number":"13558155131499656","imei1":"13558155131499656","imei2":"13558155131499656","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:44:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162974,"job_number":"JOB_162974","tr_customer_id":162991,"tr_customer_product_id":162981,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:44:39.000Z","modified_at":"2026-01-21T06:44:39.000Z","name":"Erick Bernhard","mobile_number":"268-365-9672","email_id":"Jaylen.Lind55@gmail.com","dop":"2025-04-06","serial_number":"18292600819471056","imei1":"18292600819471056","imei2":"18292600819471056","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:44:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162972,"job_number":"JOB_162972","tr_customer_id":162989,"tr_customer_product_id":162979,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:44:38.000Z","modified_at":"2026-01-21T06:44:38.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15289972766732","imei1":"15289972766732","imei2":"15289972766732","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:44:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162970,"job_number":"JOB_162970","tr_customer_id":162987,"tr_customer_product_id":162977,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:44:37.000Z","modified_at":"2026-01-21T06:44:37.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15657772357777","imei1":"15657772357777","imei2":"15657772357777","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:44:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162969,"job_number":"JOB_162969","tr_customer_id":162986,"tr_customer_product_id":162976,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:43:55.000Z","modified_at":"2026-01-21T06:43:55.000Z","name":"Rory Brekke","mobile_number":"318-608-9132","email_id":"Dangelo.Beahan@yahoo.com","dop":"2025-04-06","serial_number":"18756102189059096","imei1":"18756102189059096","imei2":"18756102189059096","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:43:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162967,"job_number":"JOB_162967","tr_customer_id":162984,"tr_customer_product_id":162974,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:43:53.000Z","modified_at":"2026-01-21T06:43:53.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14949429811281","imei1":"14949429811281","imei2":"14949429811281","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:43:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162966,"job_number":"JOB_162966","tr_customer_id":162983,"tr_customer_product_id":162973,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:43:10.000Z","modified_at":"2026-01-21T06:43:10.000Z","name":"Norene Hintz","mobile_number":"382-277-1132","email_id":"Trystan_Lemke18@gmail.com","dop":"2025-04-06","serial_number":"15673482482469460","imei1":"15673482482469460","imei2":"15673482482469460","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:43:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162964,"job_number":"JOB_162964","tr_customer_id":162981,"tr_customer_product_id":162971,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:43:08.000Z","modified_at":"2026-01-21T06:43:08.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13723298881951","imei1":"13723298881951","imei2":"13723298881951","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:43:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162963,"job_number":"JOB_162963","tr_customer_id":162980,"tr_customer_product_id":162970,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:39:31.000Z","modified_at":"2026-01-21T06:39:31.000Z","name":"Lavinia Haley","mobile_number":"826-742-1054","email_id":"Dayne18@yahoo.com","dop":"2025-04-06","serial_number":"12580884778192742","imei1":"12580884778192742","imei2":"12580884778192742","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:39:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162961,"job_number":"JOB_162961","tr_customer_id":162978,"tr_customer_product_id":162968,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:39:29.000Z","modified_at":"2026-01-21T06:39:29.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13633203627956","imei1":"13633203627956","imei2":"13633203627956","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:39:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162957,"job_number":"JOB_162957","tr_customer_id":162974,"tr_customer_product_id":162964,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:38:42.000Z","modified_at":"2026-01-21T06:38:42.000Z","name":"Maynard Reilly","mobile_number":"808-341-2514","email_id":"Gunner_Kuhlman@gmail.com","dop":"2025-04-06","serial_number":"13180943820679828","imei1":"13180943820679828","imei2":"13180943820679828","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:38:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162955,"job_number":"JOB_162955","tr_customer_id":162972,"tr_customer_product_id":162962,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:38:40.000Z","modified_at":"2026-01-21T06:38:40.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19928005857481","imei1":"19928005857481","imei2":"19928005857481","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:38:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162954,"job_number":"JOB_162954","tr_customer_id":162971,"tr_customer_product_id":162961,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:38:03.000Z","modified_at":"2026-01-21T06:38:03.000Z","name":"Hal Hammes","mobile_number":"590-877-0668","email_id":"Kenya.OConnell41@hotmail.com","dop":"2025-04-06","serial_number":"19540469328140736","imei1":"19540469328140736","imei2":"19540469328140736","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:38:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162951,"job_number":"JOB_162951","tr_customer_id":162968,"tr_customer_product_id":162958,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:38:01.000Z","modified_at":"2026-01-21T06:38:01.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14935627631418","imei1":"14935627631418","imei2":"14935627631418","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:38:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162948,"job_number":"JOB_162948","tr_customer_id":162965,"tr_customer_product_id":162955,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:37:52.000Z","modified_at":"2026-01-21T06:37:52.000Z","name":"Ricardo Cassin","mobile_number":"293-433-7431","email_id":"Raven.Flatley18@gmail.com","dop":"2025-04-06","serial_number":"17998245056033220","imei1":"17998245056033220","imei2":"17998245056033220","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:37:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162946,"job_number":"JOB_162946","tr_customer_id":162963,"tr_customer_product_id":162953,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:37:51.000Z","modified_at":"2026-01-21T06:37:51.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14207110431383","imei1":"14207110431383","imei2":"14207110431383","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:37:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162942,"job_number":"JOB_162942","tr_customer_id":162959,"tr_customer_product_id":162949,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:37:14.000Z","modified_at":"2026-01-21T06:37:14.000Z","name":"Malachi Witting","mobile_number":"577-388-6595","email_id":"Talia_Padberg48@gmail.com","dop":"2025-04-06","serial_number":"19405530755503990","imei1":"19405530755503990","imei2":"19405530755503990","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:37:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162940,"job_number":"JOB_162940","tr_customer_id":162957,"tr_customer_product_id":162947,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:37:12.000Z","modified_at":"2026-01-21T06:37:12.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13322178288064","imei1":"13322178288064","imei2":"13322178288064","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:37:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162936,"job_number":"JOB_162936","tr_customer_id":162953,"tr_customer_product_id":162943,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:36:25.000Z","modified_at":"2026-01-21T06:36:25.000Z","name":"Fanny Hoeger","mobile_number":"282-398-6588","email_id":"Nikko_Kertzmann@hotmail.com","dop":"2025-04-06","serial_number":"18884649322202076","imei1":"18884649322202076","imei2":"18884649322202076","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:36:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162934,"job_number":"JOB_162934","tr_customer_id":162951,"tr_customer_product_id":162941,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:36:23.000Z","modified_at":"2026-01-21T06:36:23.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16925021534393","imei1":"16925021534393","imei2":"16925021534393","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:36:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162933,"job_number":"JOB_162933","tr_customer_id":162950,"tr_customer_product_id":162940,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:36:01.000Z","modified_at":"2026-01-21T06:36:01.000Z","name":"Willa Nolan","mobile_number":"369-843-6476","email_id":"Waldo54@yahoo.com","dop":"2025-04-06","serial_number":"11274221474489864","imei1":"11274221474489864","imei2":"11274221474489864","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:36:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162931,"job_number":"JOB_162931","tr_customer_id":162948,"tr_customer_product_id":162938,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:32:49.000Z","modified_at":"2026-01-21T06:32:49.000Z","name":"Willa McClure","mobile_number":"303-531-6812","email_id":"Wilfred.Lockman@yahoo.com","dop":"2025-04-06","serial_number":"15679794119179152","imei1":"15679794119179152","imei2":"15679794119179152","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:32:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162929,"job_number":"JOB_162929","tr_customer_id":162946,"tr_customer_product_id":162936,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:32:48.000Z","modified_at":"2026-01-21T06:32:48.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13214831955730","imei1":"13214831955730","imei2":"13214831955730","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:32:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162928,"job_number":"JOB_162928","tr_customer_id":162945,"tr_customer_product_id":162935,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:32:05.000Z","modified_at":"2026-01-21T06:32:05.000Z","name":"Edison Leffler","mobile_number":"924-836-1099","email_id":"Harold2@gmail.com","dop":"2025-04-06","serial_number":"15570380534434244","imei1":"15570380534434244","imei2":"15570380534434244","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:32:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162926,"job_number":"JOB_162926","tr_customer_id":162943,"tr_customer_product_id":162933,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:32:03.000Z","modified_at":"2026-01-21T06:32:03.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14401946625375","imei1":"14401946625375","imei2":"14401946625375","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:32:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162923,"job_number":"JOB_162923","tr_customer_id":162940,"tr_customer_product_id":162930,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:31:20.000Z","modified_at":"2026-01-21T06:31:20.000Z","name":"Brant Friesen","mobile_number":"311-507-9641","email_id":"Jonathon_Monahan@gmail.com","dop":"2025-04-06","serial_number":"14967765540814140","imei1":"14967765540814140","imei2":"14967765540814140","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:31:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162921,"job_number":"JOB_162921","tr_customer_id":162938,"tr_customer_product_id":162928,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:31:18.000Z","modified_at":"2026-01-21T06:31:18.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18474584541183","imei1":"18474584541183","imei2":"18474584541183","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:31:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162919,"job_number":"JOB_162919","tr_customer_id":162936,"tr_customer_product_id":162926,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:29:48.000Z","modified_at":"2026-01-21T06:29:48.000Z","name":"Benedict Stamm","mobile_number":"674-834-0829","email_id":"Abe_Erdman@gmail.com","dop":"2025-04-06","serial_number":"16330093553060152","imei1":"16330093553060152","imei2":"16330093553060152","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:29:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162917,"job_number":"JOB_162917","tr_customer_id":162934,"tr_customer_product_id":162924,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:29:47.000Z","modified_at":"2026-01-21T06:29:47.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17786532546150","imei1":"17786532546150","imei2":"17786532546150","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:29:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162916,"job_number":"JOB_162916","tr_customer_id":162933,"tr_customer_product_id":162923,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:29:05.000Z","modified_at":"2026-01-21T06:29:05.000Z","name":"Mason Renner","mobile_number":"726-233-7389","email_id":"Ward.Wisoky22@gmail.com","dop":"2025-04-06","serial_number":"14458032780167956","imei1":"14458032780167956","imei2":"14458032780167956","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:29:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162914,"job_number":"JOB_162914","tr_customer_id":162931,"tr_customer_product_id":162921,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:29:03.000Z","modified_at":"2026-01-21T06:29:03.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12508469859581","imei1":"12508469859581","imei2":"12508469859581","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:29:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162913,"job_number":"JOB_162913","tr_customer_id":162930,"tr_customer_product_id":162920,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:28:21.000Z","modified_at":"2026-01-21T06:28:21.000Z","name":"Giovanni Koelpin","mobile_number":"897-897-0541","email_id":"Verner.Ritchie@yahoo.com","dop":"2025-04-06","serial_number":"13142155136854658","imei1":"13142155136854658","imei2":"13142155136854658","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:28:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162911,"job_number":"JOB_162911","tr_customer_id":162928,"tr_customer_product_id":162918,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:28:20.000Z","modified_at":"2026-01-21T06:28:20.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13841462764030","imei1":"13841462764030","imei2":"13841462764030","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:28:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162910,"job_number":"JOB_162910","tr_customer_id":162927,"tr_customer_product_id":162917,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:27:09.000Z","modified_at":"2026-01-21T06:27:09.000Z","name":"Felix Hackett","mobile_number":"521-514-3135","email_id":"Samanta_Powlowski@yahoo.com","dop":"2025-04-06","serial_number":"17898099325596856","imei1":"17898099325596856","imei2":"17898099325596856","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:27:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162908,"job_number":"JOB_162908","tr_customer_id":162925,"tr_customer_product_id":162915,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:27:07.000Z","modified_at":"2026-01-21T06:27:07.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17857123491074","imei1":"17857123491074","imei2":"17857123491074","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:27:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162907,"job_number":"JOB_162907","tr_customer_id":162924,"tr_customer_product_id":162914,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:26:25.000Z","modified_at":"2026-01-21T06:26:25.000Z","name":"Colten Treutel","mobile_number":"719-847-9537","email_id":"Julius_Emard18@gmail.com","dop":"2025-04-06","serial_number":"13206539527250764","imei1":"13206539527250764","imei2":"13206539527250764","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:26:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162905,"job_number":"JOB_162905","tr_customer_id":162922,"tr_customer_product_id":162912,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:26:23.000Z","modified_at":"2026-01-21T06:26:23.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"15185228078622","imei1":"15185228078622","imei2":"15185228078622","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:26:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162904,"job_number":"JOB_162904","tr_customer_id":162921,"tr_customer_product_id":162911,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:25:40.000Z","modified_at":"2026-01-21T06:25:40.000Z","name":"Jamel Toy","mobile_number":"221-319-2936","email_id":"Alverta60@yahoo.com","dop":"2025-04-06","serial_number":"19817104833675344","imei1":"19817104833675344","imei2":"19817104833675344","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:25:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162902,"job_number":"JOB_162902","tr_customer_id":162919,"tr_customer_product_id":162909,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:25:38.000Z","modified_at":"2026-01-21T06:25:38.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16960123851476","imei1":"16960123851476","imei2":"16960123851476","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:25:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162901,"job_number":"JOB_162901","tr_customer_id":162918,"tr_customer_product_id":162908,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:24:40.000Z","modified_at":"2026-01-21T06:24:40.000Z","name":"Enola Kautzer","mobile_number":"777-877-3925","email_id":"Hayley71@gmail.com","dop":"2025-06-18","serial_number":"1088271486565016","imei1":"1088271486565016","imei2":"1088271486565016","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:24:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162899,"job_number":"JOB_162899","tr_customer_id":162916,"tr_customer_product_id":162906,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:24:40.000Z","modified_at":"2026-01-21T06:24:40.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10303360622515","imei1":"10303360622515","imei2":"10303360622515","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:24:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162898,"job_number":"JOB_162898","tr_customer_id":162915,"tr_customer_product_id":162905,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:24:11.000Z","modified_at":"2026-01-21T06:24:11.000Z","name":"Amanda Romaguera","mobile_number":"632-701-5295","email_id":"Greta.Deckow@gmail.com","dop":"2025-04-06","serial_number":"18369311992665940","imei1":"18369311992665940","imei2":"18369311992665940","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:24:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162896,"job_number":"JOB_162896","tr_customer_id":162913,"tr_customer_product_id":162903,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:23:53.000Z","modified_at":"2026-01-21T06:23:53.000Z","name":"Justus Hand","mobile_number":"458-957-6139","email_id":"Rex.Rau57@yahoo.com","dop":"2025-06-18","serial_number":"1067077697497449","imei1":"1067077697497449","imei2":"1067077697497449","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:23:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162894,"job_number":"JOB_162894","tr_customer_id":162911,"tr_customer_product_id":162901,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:23:52.000Z","modified_at":"2026-01-21T06:23:52.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10287444893593","imei1":"10287444893593","imei2":"10287444893593","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:23:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162877,"job_number":"JOB_162877","tr_customer_id":162894,"tr_customer_product_id":162884,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T05:58:05.000Z","modified_at":"2026-01-21T05:58:05.000Z","name":"Jarrell Wintheiser","mobile_number":"479-920-3459","email_id":"Jules58@hotmail.com","dop":"2025-04-06","serial_number":"10788070414555038","imei1":"10788070414555038","imei2":"10788070414555038","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T05:58:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162875,"job_number":"JOB_162875","tr_customer_id":162892,"tr_customer_product_id":162882,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T05:58:03.000Z","modified_at":"2026-01-21T05:58:03.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10026383914254","imei1":"10026383914254","imei2":"10026383914254","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T05:58:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162874,"job_number":"JOB_162874","tr_customer_id":162891,"tr_customer_product_id":162881,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T05:57:15.000Z","modified_at":"2026-01-21T05:57:15.000Z","name":"Velda Becker","mobile_number":"335-982-6404","email_id":"Edgardo.Jacobs89@yahoo.com","dop":"2025-04-06","serial_number":"11707781849366398","imei1":"11707781849366398","imei2":"11707781849366398","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T05:57:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162872,"job_number":"JOB_162872","tr_customer_id":162889,"tr_customer_product_id":162879,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T05:57:13.000Z","modified_at":"2026-01-21T05:57:13.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17347962741528","imei1":"17347962741528","imei2":"17347962741528","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T05:57:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162871,"job_number":"JOB_162871","tr_customer_id":162888,"tr_customer_product_id":162878,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T05:56:25.000Z","modified_at":"2026-01-21T05:56:25.000Z","name":"Amya Hudson","mobile_number":"517-201-7980","email_id":"Rahsaan_Deckow@hotmail.com","dop":"2025-04-06","serial_number":"16106210569865402","imei1":"16106210569865402","imei2":"16106210569865402","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T05:56:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162869,"job_number":"JOB_162869","tr_customer_id":162886,"tr_customer_product_id":162876,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T05:56:23.000Z","modified_at":"2026-01-21T05:56:23.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15749124098280","imei1":"15749124098280","imei2":"15749124098280","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T05:56:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162868,"job_number":"JOB_162868","tr_customer_id":162885,"tr_customer_product_id":162875,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T05:44:59.000Z","modified_at":"2026-01-21T05:44:59.000Z","name":"Chetan AG","mobile_number":"7090191744","email_id":"agchetan18@gmail.com","dop":"2026-01-11","serial_number":"78920576984787","imei1":"78920576984787","imei2":"78920576984787","popurl":"2026-01-11T05:44:53.815977800Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T05:44:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162867,"job_number":"JOB_162867","tr_customer_id":162884,"tr_customer_product_id":162874,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T05:21:13.000Z","modified_at":"2026-01-21T05:21:13.000Z","name":"Augusta Paucek","mobile_number":"689-962-3812","email_id":"Natalia.Rath@yahoo.com","dop":"2025-04-06","serial_number":"15476359630960446","imei1":"15476359630960446","imei2":"15476359630960446","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T05:21:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162865,"job_number":"JOB_162865","tr_customer_id":162882,"tr_customer_product_id":162872,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T05:21:11.000Z","modified_at":"2026-01-21T05:21:11.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13868298772248","imei1":"13868298772248","imei2":"13868298772248","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T05:21:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162864,"job_number":"JOB_162864","tr_customer_id":162881,"tr_customer_product_id":162871,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T05:20:26.000Z","modified_at":"2026-01-21T05:20:26.000Z","name":"Triston Osinski","mobile_number":"595-848-9196","email_id":"Eliseo_Hickle71@gmail.com","dop":"2025-04-06","serial_number":"11755708241821630","imei1":"11755708241821630","imei2":"11755708241821630","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T05:20:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162862,"job_number":"JOB_162862","tr_customer_id":162879,"tr_customer_product_id":162869,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T05:20:24.000Z","modified_at":"2026-01-21T05:20:24.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10059306646076","imei1":"10059306646076","imei2":"10059306646076","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T05:20:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162861,"job_number":"JOB_162861","tr_customer_id":162878,"tr_customer_product_id":162868,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T05:19:39.000Z","modified_at":"2026-01-21T05:19:39.000Z","name":"Garland Hand","mobile_number":"347-658-0732","email_id":"Carlos_Wiza77@yahoo.com","dop":"2025-04-06","serial_number":"13849560380824524","imei1":"13849560380824524","imei2":"13849560380824524","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T05:19:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162859,"job_number":"JOB_162859","tr_customer_id":162876,"tr_customer_product_id":162866,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T05:19:37.000Z","modified_at":"2026-01-21T05:19:37.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14761460006971","imei1":"14761460006971","imei2":"14761460006971","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T05:19:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162858,"job_number":"JOB_162858","tr_customer_id":162875,"tr_customer_product_id":162865,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T05:03:20.000Z","modified_at":"2026-01-21T05:03:20.000Z","name":"Jatin Sharma","mobile_number":"776767777","email_id":"jatin@gmail.com","dop":"2026-01-21","serial_number":"92676777712346","imei1":"92676777712346","imei2":"92676777712346","popurl":"2026-01-21T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T05:03:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162857,"job_number":"JOB_162857","tr_customer_id":162874,"tr_customer_product_id":162864,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T05:00:28.000Z","modified_at":"2026-01-21T05:00:28.000Z","name":"Willa Pfeffer","mobile_number":"295-237-9990","email_id":"Estrella_Pollich@gmail.com","dop":"2025-04-06","serial_number":"14493925578243076","imei1":"14493925578243076","imei2":"14493925578243076","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T05:00:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162855,"job_number":"JOB_162855","tr_customer_id":162872,"tr_customer_product_id":162862,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T05:00:12.000Z","modified_at":"2026-01-21T05:00:12.000Z","name":"Wendell Ernser","mobile_number":"256-853-1894","email_id":"Ken.Schamberger97@hotmail.com","dop":"2025-04-06","serial_number":"12745240162655110","imei1":"12745240162655110","imei2":"12745240162655110","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T05:00:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162853,"job_number":"JOB_162853","tr_customer_id":162870,"tr_customer_product_id":162860,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:57:12.000Z","modified_at":"2026-01-21T04:57:12.000Z","name":"Chetan Geddappanavar","mobile_number":"673-872-6513","email_id":"Meggie_Gislason85@hotmail.com","dop":"2025-08-24","serial_number":"12244764292989","imei1":"12244764292989","imei2":"12244764292989","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T04:57:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162852,"job_number":"JOB_162852","tr_customer_id":162869,"tr_customer_product_id":162859,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:57:09.000Z","modified_at":"2026-01-21T04:57:09.000Z","name":"Brooke Crooks","mobile_number":"595-830-0724","email_id":"Presley_Franecki@yahoo.com","dop":"2025-04-06","serial_number":"19050963534227388","imei1":"19050963534227388","imei2":"19050963534227388","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T04:57:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162850,"job_number":"JOB_162850","tr_customer_id":162867,"tr_customer_product_id":162857,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:56:23.000Z","modified_at":"2026-01-21T04:56:23.000Z","name":"Ahmad Kihn","mobile_number":"519-380-4195","email_id":"Rachael.Boyle@hotmail.com","dop":"2025-04-06","serial_number":"17642121278585800","imei1":"17642121278585800","imei2":"17642121278585800","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T04:56:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162848,"job_number":"JOB_162848","tr_customer_id":162865,"tr_customer_product_id":162855,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:55:36.000Z","modified_at":"2026-01-21T04:55:36.000Z","name":"Montana Reynolds","mobile_number":"587-763-9433","email_id":"Alexanne.Koch80@gmail.com","dop":"2025-04-06","serial_number":"19847587915432416","imei1":"19847587915432416","imei2":"19847587915432416","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T04:55:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162845,"job_number":"JOB_162845","tr_customer_id":162862,"tr_customer_product_id":162852,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:50:31.000Z","modified_at":"2026-01-21T04:50:31.000Z","name":"priyanka daurby","mobile_number":"8898776542","email_id":"pd@gmail.com","dop":"2025-07-01","serial_number":"100995434656144","imei1":"100995434656144","imei2":"100995434656144","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T04:50:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162843,"job_number":"JOB_162843","tr_customer_id":162860,"tr_customer_product_id":162850,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:50:17.000Z","modified_at":"2026-01-21T04:50:17.000Z","name":"yogita daurby","mobile_number":"8898776543","email_id":"yd@gmail.com","dop":"2025-07-01","serial_number":"101167349114917","imei1":"101167349114917","imei2":"101167349114917","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T04:50:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162842,"job_number":"JOB_162842","tr_customer_id":162859,"tr_customer_product_id":162849,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:47:00.000Z","modified_at":"2026-01-21T04:47:00.000Z","name":"Mossie Connelly","mobile_number":"616-407-7815","email_id":"Elisabeth96@gmail.com","dop":"2017-01-31","serial_number":"739678535239887","imei1":"739678535239887","imei2":"739678535239887","popurl":"2017-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T04:47:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162840,"job_number":"JOB_162840","tr_customer_id":162857,"tr_customer_product_id":162847,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:45:08.000Z","modified_at":"2026-01-21T04:45:08.000Z","name":"Nikko Johnston","mobile_number":"804-429-1603","email_id":"Kari.Dickens34@yahoo.com","dop":"2017-01-31","serial_number":"1058254950146316","imei1":"1058254950146316","imei2":"1058254950146316","popurl":"2017-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T04:45:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162838,"job_number":"JOB_162838","tr_customer_id":162855,"tr_customer_product_id":162845,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:41:18.000Z","modified_at":"2026-01-21T04:41:18.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-11","serial_number":"13635578883544","imei1":"13635578883544","imei2":"13635578883544","popurl":"2026-01-11T04:41:18.035988230Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T04:41:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162837,"job_number":"JOB_162837","tr_customer_id":162854,"tr_customer_product_id":162844,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:40:29.000Z","modified_at":"2026-01-21T04:40:29.000Z","name":"Brannon Marks","mobile_number":"235-942-1041","email_id":"Westley.Goodwin40@gmail.com","dop":"2025-04-06","serial_number":"18073471637033556","imei1":"18073471637033556","imei2":"18073471637033556","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T04:40:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162835,"job_number":"JOB_162835","tr_customer_id":162852,"tr_customer_product_id":162842,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:40:28.000Z","modified_at":"2026-01-21T04:40:28.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16942499500974","imei1":"16942499500974","imei2":"16942499500974","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T04:40:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162834,"job_number":"JOB_162834","tr_customer_id":162851,"tr_customer_product_id":162841,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:40:15.000Z","modified_at":"2026-01-21T04:40:15.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-11","serial_number":"60772735252404","imei1":"60772735252404","imei2":"60772735252404","popurl":"2026-01-11T04:40:15.084466934Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T04:40:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162833,"job_number":"JOB_162833","tr_customer_id":162850,"tr_customer_product_id":162840,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:39:46.000Z","modified_at":"2026-01-21T04:39:46.000Z","name":"Foster Schmidt","mobile_number":"775-835-5986","email_id":"Maureen48@hotmail.com","dop":"2025-04-06","serial_number":"11994992878266368","imei1":"11994992878266368","imei2":"11994992878266368","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T04:39:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162831,"job_number":"JOB_162831","tr_customer_id":162848,"tr_customer_product_id":162838,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:39:44.000Z","modified_at":"2026-01-21T04:39:44.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10993856536502","imei1":"10993856536502","imei2":"10993856536502","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T04:39:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162830,"job_number":"JOB_162830","tr_customer_id":162847,"tr_customer_product_id":162837,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:39:02.000Z","modified_at":"2026-01-21T04:39:02.000Z","name":"Alivia Emmerich","mobile_number":"563-603-1734","email_id":"Wilbert_Cormier57@hotmail.com","dop":"2025-04-06","serial_number":"15778016753437388","imei1":"15778016753437388","imei2":"15778016753437388","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T04:39:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162828,"job_number":"JOB_162828","tr_customer_id":162845,"tr_customer_product_id":162835,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:39:00.000Z","modified_at":"2026-01-21T04:39:00.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17316550199141","imei1":"17316550199141","imei2":"17316550199141","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T04:39:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162827,"job_number":"JOB_162827","tr_customer_id":162844,"tr_customer_product_id":162834,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:08:00.000Z","modified_at":"2026-01-21T04:08:00.000Z","name":"Stanton Sauer","mobile_number":"337-579-7312","email_id":"Dorthy.Zieme1@gmail.com","dop":"2025-04-06","serial_number":"16577893783068204","imei1":"16577893783068204","imei2":"16577893783068204","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T04:08:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162825,"job_number":"JOB_162825","tr_customer_id":162842,"tr_customer_product_id":162832,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:07:58.000Z","modified_at":"2026-01-21T04:07:58.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19064947813475","imei1":"19064947813475","imei2":"19064947813475","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T04:07:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162824,"job_number":"JOB_162824","tr_customer_id":162841,"tr_customer_product_id":162831,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:07:16.000Z","modified_at":"2026-01-21T04:07:16.000Z","name":"Charlotte Dooley","mobile_number":"983-851-3035","email_id":"Rhoda.Torp@yahoo.com","dop":"2025-04-06","serial_number":"11012622729466892","imei1":"11012622729466892","imei2":"11012622729466892","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T04:07:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162822,"job_number":"JOB_162822","tr_customer_id":162839,"tr_customer_product_id":162829,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:07:15.000Z","modified_at":"2026-01-21T04:07:15.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18424217280638","imei1":"18424217280638","imei2":"18424217280638","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T04:07:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162821,"job_number":"JOB_162821","tr_customer_id":162838,"tr_customer_product_id":162828,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:06:33.000Z","modified_at":"2026-01-21T04:06:33.000Z","name":"Mckayla Oberbrunner","mobile_number":"620-322-6848","email_id":"Dave_Vandervort@gmail.com","dop":"2025-04-06","serial_number":"11036850279112522","imei1":"11036850279112522","imei2":"11036850279112522","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T04:06:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162819,"job_number":"JOB_162819","tr_customer_id":162836,"tr_customer_product_id":162826,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:06:31.000Z","modified_at":"2026-01-21T04:06:31.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12550241698009","imei1":"12550241698009","imei2":"12550241698009","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T04:06:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162817,"job_number":"JOB_162817","tr_customer_id":162834,"tr_customer_product_id":162824,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:03:24.000Z","modified_at":"2026-01-21T04:03:24.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"92400582442182","imei1":"92400582442182","imei2":"92400582442182","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T04:03:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162816,"job_number":"JOB_162816","tr_customer_id":162833,"tr_customer_product_id":162823,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:03:24.000Z","modified_at":"2026-01-21T04:03:24.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"83076068922229","imei1":"83076068922229","imei2":"83076068922229","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T04:03:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162815,"job_number":"JOB_162815","tr_customer_id":162832,"tr_customer_product_id":162822,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:03:24.000Z","modified_at":"2026-01-21T04:03:24.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"62599705489607","imei1":"62599705489607","imei2":"62599705489607","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T04:03:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162814,"job_number":"JOB_162814","tr_customer_id":162831,"tr_customer_product_id":162821,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:03:24.000Z","modified_at":"2026-01-21T04:03:24.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"23348282558512","imei1":"23348282558512","imei2":"23348282558512","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T04:03:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162813,"job_number":"JOB_162813","tr_customer_id":162830,"tr_customer_product_id":162820,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:03:23.000Z","modified_at":"2026-01-21T04:03:23.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"39105353413892","imei1":"39105353413892","imei2":"39105353413892","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T04:03:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162812,"job_number":"JOB_162812","tr_customer_id":162829,"tr_customer_product_id":162819,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:03:23.000Z","modified_at":"2026-01-21T04:03:23.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"94669280931179","imei1":"94669280931179","imei2":"94669280931179","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T04:03:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162810,"job_number":"JOB_162810","tr_customer_id":162827,"tr_customer_product_id":162817,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:02:53.000Z","modified_at":"2026-01-21T04:02:53.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"24788023947892","imei1":"24788023947892","imei2":"24788023947892","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T04:02:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162809,"job_number":"JOB_162809","tr_customer_id":162826,"tr_customer_product_id":162816,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:02:53.000Z","modified_at":"2026-01-21T04:02:53.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"56707534009094","imei1":"56707534009094","imei2":"56707534009094","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T04:02:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162808,"job_number":"JOB_162808","tr_customer_id":162825,"tr_customer_product_id":162815,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:02:52.000Z","modified_at":"2026-01-21T04:02:52.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"95637399653888","imei1":"95637399653888","imei2":"95637399653888","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T04:02:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162807,"job_number":"JOB_162807","tr_customer_id":162824,"tr_customer_product_id":162814,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:02:52.000Z","modified_at":"2026-01-21T04:02:52.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"74989679870675","imei1":"74989679870675","imei2":"74989679870675","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T04:02:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162806,"job_number":"JOB_162806","tr_customer_id":162823,"tr_customer_product_id":162813,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:02:52.000Z","modified_at":"2026-01-21T04:02:52.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"60446853786935","imei1":"60446853786935","imei2":"60446853786935","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T04:02:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162805,"job_number":"JOB_162805","tr_customer_id":162822,"tr_customer_product_id":162812,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:02:51.000Z","modified_at":"2026-01-21T04:02:51.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"50445765328132","imei1":"50445765328132","imei2":"50445765328132","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T04:02:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162803,"job_number":"JOB_162803","tr_customer_id":162820,"tr_customer_product_id":162810,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:02:22.000Z","modified_at":"2026-01-21T04:02:22.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"45311273736729","imei1":"45311273736729","imei2":"45311273736729","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T04:02:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162802,"job_number":"JOB_162802","tr_customer_id":162819,"tr_customer_product_id":162809,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:02:21.000Z","modified_at":"2026-01-21T04:02:21.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"73986996826282","imei1":"73986996826282","imei2":"73986996826282","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T04:02:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162801,"job_number":"JOB_162801","tr_customer_id":162818,"tr_customer_product_id":162808,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:02:21.000Z","modified_at":"2026-01-21T04:02:21.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"50068933013358","imei1":"50068933013358","imei2":"50068933013358","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T04:02:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162800,"job_number":"JOB_162800","tr_customer_id":162817,"tr_customer_product_id":162807,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:02:21.000Z","modified_at":"2026-01-21T04:02:21.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"71948363623306","imei1":"71948363623306","imei2":"71948363623306","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T04:02:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162799,"job_number":"JOB_162799","tr_customer_id":162816,"tr_customer_product_id":162806,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:02:20.000Z","modified_at":"2026-01-21T04:02:20.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"55414069264048","imei1":"55414069264048","imei2":"55414069264048","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T04:02:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162798,"job_number":"JOB_162798","tr_customer_id":162815,"tr_customer_product_id":162805,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:02:20.000Z","modified_at":"2026-01-21T04:02:20.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"80838712330307","imei1":"80838712330307","imei2":"80838712330307","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T04:02:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162794,"job_number":"JOB_162794","tr_customer_id":162811,"tr_customer_product_id":162801,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:56:47.000Z","modified_at":"2026-01-21T03:56:47.000Z","name":"Jacklyn Stoltenberg","mobile_number":"634-352-8934","email_id":"Clinton.Spinka27@yahoo.com","dop":"2025-04-06","serial_number":"13277021174872950","imei1":"13277021174872950","imei2":"13277021174872950","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:56:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162792,"job_number":"JOB_162792","tr_customer_id":162809,"tr_customer_product_id":162799,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:56:45.000Z","modified_at":"2026-01-21T03:56:45.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16606243786958","imei1":"16606243786958","imei2":"16606243786958","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:56:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162791,"job_number":"JOB_162791","tr_customer_id":162808,"tr_customer_product_id":162798,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:56:19.000Z","modified_at":"2026-01-21T03:56:19.000Z","name":"Jeffry Bogisich","mobile_number":"829-281-8830","email_id":"Reece84@yahoo.com","dop":"2025-04-06","serial_number":"15965484185781696","imei1":"15965484185781696","imei2":"15965484185781696","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:56:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162789,"job_number":"JOB_162789","tr_customer_id":162806,"tr_customer_product_id":162796,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:56:17.000Z","modified_at":"2026-01-21T03:56:17.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19599990776764","imei1":"19599990776764","imei2":"19599990776764","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:56:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162784,"job_number":"JOB_162784","tr_customer_id":162801,"tr_customer_product_id":162791,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:56:10.000Z","modified_at":"2026-01-21T03:56:10.000Z","name":"Kyler Roberts","mobile_number":"340-271-7936","email_id":"Grant_Koepp99@yahoo.com","dop":"2025-04-06","serial_number":"17750172796145496","imei1":"17750172796145496","imei2":"17750172796145496","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:56:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162779,"job_number":"JOB_162779","tr_customer_id":162796,"tr_customer_product_id":162786,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:56:09.000Z","modified_at":"2026-01-21T03:56:09.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12066783186229","imei1":"12066783186229","imei2":"12066783186229","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:56:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162778,"job_number":"JOB_162778","tr_customer_id":162795,"tr_customer_product_id":162785,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:56:08.000Z","modified_at":"2026-01-21T03:56:08.000Z","name":"Lucius Kuhn","mobile_number":"774-412-4439","email_id":"Cali.Turner@yahoo.com","dop":"2025-04-06","serial_number":"14328470819751264","imei1":"14328470819751264","imei2":"14328470819751264","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:56:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162776,"job_number":"JOB_162776","tr_customer_id":162793,"tr_customer_product_id":162783,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:56:06.000Z","modified_at":"2026-01-21T03:56:06.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10479763847921","imei1":"10479763847921","imei2":"10479763847921","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:56:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162775,"job_number":"JOB_162775","tr_customer_id":162792,"tr_customer_product_id":162782,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:56:02.000Z","modified_at":"2026-01-21T03:56:02.000Z","name":"Abigale Carter","mobile_number":"354-937-5316","email_id":"Carmela12@gmail.com","dop":"2025-04-06","serial_number":"13516610622865430","imei1":"13516610622865430","imei2":"13516610622865430","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:56:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162774,"job_number":"JOB_162774","tr_customer_id":162791,"tr_customer_product_id":162781,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:56:02.000Z","modified_at":"2026-01-21T03:56:02.000Z","name":"Krystal Heller","mobile_number":"528-957-7180","email_id":"Milan54@hotmail.com","dop":"2025-04-06","serial_number":"12537508866891718","imei1":"12537508866891718","imei2":"12537508866891718","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:56:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162773,"job_number":"JOB_162773","tr_customer_id":162790,"tr_customer_product_id":162780,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:56:02.000Z","modified_at":"2026-01-21T03:56:02.000Z","name":"Juliana Okuneva","mobile_number":"628-729-8150","email_id":"Amparo_Weimann10@gmail.com","dop":"2025-04-06","serial_number":"17903724294886804","imei1":"17903724294886804","imei2":"17903724294886804","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:56:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162771,"job_number":"JOB_162771","tr_customer_id":162788,"tr_customer_product_id":162778,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:56:01.000Z","modified_at":"2026-01-21T03:56:01.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17374076242404","imei1":"17374076242404","imei2":"17374076242404","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:56:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162770,"job_number":"JOB_162770","tr_customer_id":162787,"tr_customer_product_id":162777,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:56:01.000Z","modified_at":"2026-01-21T03:56:01.000Z","name":"Edwin Goodwin","mobile_number":"760-412-4452","email_id":"Julianne_Wyman64@yahoo.com","dop":"2025-04-06","serial_number":"12699502674176330","imei1":"12699502674176330","imei2":"12699502674176330","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:56:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162767,"job_number":"JOB_162767","tr_customer_id":162784,"tr_customer_product_id":162774,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:56:00.000Z","modified_at":"2026-01-21T03:56:00.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14779615738914","imei1":"14779615738914","imei2":"14779615738914","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:56:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162766,"job_number":"JOB_162766","tr_customer_id":162783,"tr_customer_product_id":162773,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:56:00.000Z","modified_at":"2026-01-21T03:56:00.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14453385923313","imei1":"14453385923313","imei2":"14453385923313","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:56:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162765,"job_number":"JOB_162765","tr_customer_id":162782,"tr_customer_product_id":162772,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:59.000Z","modified_at":"2026-01-21T03:55:59.000Z","name":"Giuseppe Fisher","mobile_number":"530-379-4979","email_id":"Modesto50@hotmail.com","dop":"2025-04-06","serial_number":"16544458269880684","imei1":"16544458269880684","imei2":"16544458269880684","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:55:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162763,"job_number":"JOB_162763","tr_customer_id":162780,"tr_customer_product_id":162770,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:59.000Z","modified_at":"2026-01-21T03:55:59.000Z","name":"kajal t","mobile_number":"7045663551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17283779099052","imei1":"17283779099052","imei2":"17283779099052","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:55:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162761,"job_number":"JOB_162761","tr_customer_id":162778,"tr_customer_product_id":162768,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:58.000Z","modified_at":"2026-01-21T03:55:58.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19326406579411","imei1":"19326406579411","imei2":"19326406579411","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:55:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162757,"job_number":"JOB_162757","tr_customer_id":162774,"tr_customer_product_id":162764,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:53.000Z","modified_at":"2026-01-21T03:55:53.000Z","name":"Vinnie Brakus","mobile_number":"635-370-2185","email_id":"Haven60@yahoo.com","dop":"2025-04-06","serial_number":"17452921656048246","imei1":"17452921656048246","imei2":"17452921656048246","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:55:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162755,"job_number":"JOB_162755","tr_customer_id":162772,"tr_customer_product_id":162762,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:52.000Z","modified_at":"2026-01-21T03:55:52.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18260412890490","imei1":"18260412890490","imei2":"18260412890490","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:55:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162754,"job_number":"JOB_162754","tr_customer_id":162771,"tr_customer_product_id":162761,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:47.000Z","modified_at":"2026-01-21T03:55:47.000Z","name":"Myah Walsh","mobile_number":"960-976-4458","email_id":"Dameon.Kulas35@gmail.com","dop":"2025-04-06","serial_number":"15578533259914248","imei1":"15578533259914248","imei2":"15578533259914248","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:55:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162752,"job_number":"JOB_162752","tr_customer_id":162769,"tr_customer_product_id":162759,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:45.000Z","modified_at":"2026-01-21T03:55:45.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16744290961185","imei1":"16744290961185","imei2":"16744290961185","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:55:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162748,"job_number":"JOB_162748","tr_customer_id":162765,"tr_customer_product_id":162755,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:35.000Z","modified_at":"2026-01-21T03:55:35.000Z","name":"Ashleigh Nitzsche","mobile_number":"675-280-9374","email_id":"Leonel82@hotmail.com","dop":"2025-04-06","serial_number":"10058957527885084","imei1":"10058957527885084","imei2":"10058957527885084","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:55:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162746,"job_number":"JOB_162746","tr_customer_id":162763,"tr_customer_product_id":162753,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:33.000Z","modified_at":"2026-01-21T03:55:33.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13310685423157","imei1":"13310685423157","imei2":"13310685423157","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:55:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162745,"job_number":"JOB_162745","tr_customer_id":162762,"tr_customer_product_id":162752,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:30.000Z","modified_at":"2026-01-21T03:55:30.000Z","name":"Idella Zemlak","mobile_number":"491-752-7466","email_id":"Hassie_Mueller@yahoo.com","dop":"2025-04-06","serial_number":"17542975757967354","imei1":"17542975757967354","imei2":"17542975757967354","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:55:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162743,"job_number":"JOB_162743","tr_customer_id":162760,"tr_customer_product_id":162750,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:29.000Z","modified_at":"2026-01-21T03:55:29.000Z","name":"Radha Jain","mobile_number":"12345678979","email_id":"test@2","dop":"2025-04-06","serial_number":"16605871831746","imei1":"16605871831746","imei2":"16605871831746","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:55:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162739,"job_number":"JOB_162739","tr_customer_id":162756,"tr_customer_product_id":162746,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:25.000Z","modified_at":"2026-01-21T03:55:25.000Z","name":"Alysa Ankunding","mobile_number":"555-633-6084","email_id":"Marvin.Mitchell2@gmail.com","dop":"2025-04-06","serial_number":"11954194196572000","imei1":"11954194196572000","imei2":"11954194196572000","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:55:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162738,"job_number":"JOB_162738","tr_customer_id":162755,"tr_customer_product_id":162745,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:24.000Z","modified_at":"2026-01-21T03:55:24.000Z","name":"Horace Conn","mobile_number":"524-394-5808","email_id":"Olga50@yahoo.com","dop":"2025-04-06","serial_number":"12338394019060760","imei1":"12338394019060760","imei2":"12338394019060760","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:55:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162736,"job_number":"JOB_162736","tr_customer_id":162753,"tr_customer_product_id":162743,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:23.000Z","modified_at":"2026-01-21T03:55:23.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14105833084369","imei1":"14105833084369","imei2":"14105833084369","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:55:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162734,"job_number":"JOB_162734","tr_customer_id":162751,"tr_customer_product_id":162741,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:22.000Z","modified_at":"2026-01-21T03:55:22.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12474517585034","imei1":"12474517585034","imei2":"12474517585034","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:55:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162733,"job_number":"JOB_162733","tr_customer_id":162750,"tr_customer_product_id":162740,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:20.000Z","modified_at":"2026-01-21T03:55:20.000Z","name":"Kariane Waelchi","mobile_number":"731-722-6457","email_id":"Kobe.Schuppe@gmail.com","dop":"2025-04-06","serial_number":"17205118757755736","imei1":"17205118757755736","imei2":"17205118757755736","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:55:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162732,"job_number":"JOB_162732","tr_customer_id":162749,"tr_customer_product_id":162739,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:20.000Z","modified_at":"2026-01-21T03:55:20.000Z","name":"Gail Collins","mobile_number":"364-438-0262","email_id":"Jermain_Roob43@yahoo.com","dop":"2025-04-06","serial_number":"14914142965215024","imei1":"14914142965215024","imei2":"14914142965215024","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:55:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162729,"job_number":"JOB_162729","tr_customer_id":162746,"tr_customer_product_id":162736,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:19.000Z","modified_at":"2026-01-21T03:55:19.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11465123849035","imei1":"11465123849035","imei2":"11465123849035","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:55:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162728,"job_number":"JOB_162728","tr_customer_id":162745,"tr_customer_product_id":162735,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:19.000Z","modified_at":"2026-01-21T03:55:19.000Z","name":"Brooke Olson","mobile_number":"630-497-7590","email_id":"Lou_Wisozk@yahoo.com","dop":"2025-04-06","serial_number":"11184939878167142","imei1":"11184939878167142","imei2":"11184939878167142","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:55:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162727,"job_number":"JOB_162727","tr_customer_id":162744,"tr_customer_product_id":162734,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:18.000Z","modified_at":"2026-01-21T03:55:18.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19285335277024","imei1":"19285335277024","imei2":"19285335277024","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:55:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162726,"job_number":"JOB_162726","tr_customer_id":162743,"tr_customer_product_id":162733,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:18.000Z","modified_at":"2026-01-21T03:55:18.000Z","name":"Theresa Orn","mobile_number":"854-615-0275","email_id":"Annette54@yahoo.com","dop":"2025-04-06","serial_number":"12047082356178284","imei1":"12047082356178284","imei2":"12047082356178284","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:55:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162724,"job_number":"JOB_162724","tr_customer_id":162741,"tr_customer_product_id":162731,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:17.000Z","modified_at":"2026-01-21T03:55:17.000Z","name":"uday p","mobile_number":"9321453112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17954307958064","imei1":"17954307958064","imei2":"17954307958064","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:55:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162722,"job_number":"JOB_162722","tr_customer_id":162739,"tr_customer_product_id":162729,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:17.000Z","modified_at":"2026-01-21T03:55:17.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10431646362720","imei1":"10431646362720","imei2":"10431646362720","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:55:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162721,"job_number":"JOB_162721","tr_customer_id":162738,"tr_customer_product_id":162728,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:16.000Z","modified_at":"2026-01-21T03:55:16.000Z","name":"Lourdes Nitzsche","mobile_number":"381-377-0924","email_id":"Rosa_Beahan0@hotmail.com","dop":"2025-04-06","serial_number":"14459349065420912","imei1":"14459349065420912","imei2":"14459349065420912","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:55:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162719,"job_number":"JOB_162719","tr_customer_id":162736,"tr_customer_product_id":162726,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:14.000Z","modified_at":"2026-01-21T03:55:14.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12215665241206","imei1":"12215665241206","imei2":"12215665241206","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:55:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162718,"job_number":"JOB_162718","tr_customer_id":162735,"tr_customer_product_id":162725,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:13.000Z","modified_at":"2026-01-21T03:55:13.000Z","name":"Eli Sauer","mobile_number":"579-477-4482","email_id":"Evangeline.Pfeffer@yahoo.com","dop":"2025-04-06","serial_number":"17459648709512868","imei1":"17459648709512868","imei2":"17459648709512868","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:55:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162717,"job_number":"JOB_162717","tr_customer_id":162734,"tr_customer_product_id":162724,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:12.000Z","modified_at":"2026-01-21T03:55:12.000Z","name":"Marian Lesch","mobile_number":"820-909-5565","email_id":"Antonette69@yahoo.com","dop":"2025-04-06","serial_number":"15974529322278268","imei1":"15974529322278268","imei2":"15974529322278268","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:55:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162715,"job_number":"JOB_162715","tr_customer_id":162732,"tr_customer_product_id":162722,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:11.000Z","modified_at":"2026-01-21T03:55:11.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18104718223469","imei1":"18104718223469","imei2":"18104718223469","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:55:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162713,"job_number":"JOB_162713","tr_customer_id":162730,"tr_customer_product_id":162720,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:10.000Z","modified_at":"2026-01-21T03:55:10.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18612558739407","imei1":"18612558739407","imei2":"18612558739407","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:55:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162712,"job_number":"JOB_162712","tr_customer_id":162729,"tr_customer_product_id":162719,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:10.000Z","modified_at":"2026-01-21T03:55:10.000Z","name":"Rick Monahan","mobile_number":"270-337-8951","email_id":"Robb_Kuvalis10@gmail.com","dop":"2025-04-06","serial_number":"19404147400035508","imei1":"19404147400035508","imei2":"19404147400035508","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:55:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162710,"job_number":"JOB_162710","tr_customer_id":162727,"tr_customer_product_id":162717,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:08.000Z","modified_at":"2026-01-21T03:55:08.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19693571304256","imei1":"19693571304256","imei2":"19693571304256","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:55:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162709,"job_number":"JOB_162709","tr_customer_id":162726,"tr_customer_product_id":162716,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:00.000Z","modified_at":"2026-01-21T03:55:00.000Z","name":"Mazie Towne","mobile_number":"411-358-1066","email_id":"Thomas77@gmail.com","dop":"2025-04-06","serial_number":"10660904358040404","imei1":"10660904358040404","imei2":"10660904358040404","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:55:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162707,"job_number":"JOB_162707","tr_customer_id":162724,"tr_customer_product_id":162714,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:59.000Z","modified_at":"2026-01-21T03:54:59.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12819376050191","imei1":"12819376050191","imei2":"12819376050191","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162706,"job_number":"JOB_162706","tr_customer_id":162723,"tr_customer_product_id":162713,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:51.000Z","modified_at":"2026-01-21T03:54:51.000Z","name":"Hassan West","mobile_number":"663-898-0888","email_id":"Lavada82@yahoo.com","dop":"2025-04-06","serial_number":"14433541135182342","imei1":"14433541135182342","imei2":"14433541135182342","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162700,"job_number":"JOB_162700","tr_customer_id":162717,"tr_customer_product_id":162707,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:50.000Z","modified_at":"2026-01-21T03:54:50.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11598172322500","imei1":"11598172322500","imei2":"11598172322500","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162699,"job_number":"JOB_162699","tr_customer_id":162716,"tr_customer_product_id":162706,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:47.000Z","modified_at":"2026-01-21T03:54:47.000Z","name":"Betty Durgan","mobile_number":"297-879-6183","email_id":"Kasandra63@gmail.com","dop":"2025-04-06","serial_number":"11961754946158752","imei1":"11961754946158752","imei2":"11961754946158752","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162697,"job_number":"JOB_162697","tr_customer_id":162714,"tr_customer_product_id":162704,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:45.000Z","modified_at":"2026-01-21T03:54:45.000Z","name":"Rita Gupta","mobile_number":"12345678978","email_id":"test@1","dop":"2025-04-06","serial_number":"14617980334931","imei1":"14617980334931","imei2":"14617980334931","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162695,"job_number":"JOB_162695","tr_customer_id":162712,"tr_customer_product_id":162702,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:43.000Z","modified_at":"2026-01-21T03:54:43.000Z","name":"Zane Wunsch","mobile_number":"480-306-9599","email_id":"Carmine_Swift@hotmail.com","dop":"2025-04-06","serial_number":"13005074319123836","imei1":"13005074319123836","imei2":"13005074319123836","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162693,"job_number":"JOB_162693","tr_customer_id":162710,"tr_customer_product_id":162700,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:41.000Z","modified_at":"2026-01-21T03:54:41.000Z","name":"Uday D","mobile_number":"9405167371","email_id":"dmandlik923454@gmail.com","dop":"2025-04-06","serial_number":"10472085389825","imei1":"10472085389825","imei2":"10472085389825","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162691,"job_number":"JOB_162691","tr_customer_id":162708,"tr_customer_product_id":162698,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:40.000Z","modified_at":"2026-01-21T03:54:40.000Z","name":"Jaycee Wiegand","mobile_number":"277-726-4638","email_id":"Rickey.McCullough@hotmail.com","dop":"2025-04-06","serial_number":"17949274473728028","imei1":"17949274473728028","imei2":"17949274473728028","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162690,"job_number":"JOB_162690","tr_customer_id":162707,"tr_customer_product_id":162697,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:40.000Z","modified_at":"2026-01-21T03:54:40.000Z","name":"Imelda Schumm","mobile_number":"295-804-4689","email_id":"Jacquelyn.Breitenberg17@gmail.com","dop":"2025-04-06","serial_number":"11654181013335758","imei1":"11654181013335758","imei2":"11654181013335758","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162685,"job_number":"JOB_162685","tr_customer_id":162702,"tr_customer_product_id":162692,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:39.000Z","modified_at":"2026-01-21T03:54:39.000Z","name":"Imelda Wunsch","mobile_number":"835-671-9329","email_id":"Rosamond83@hotmail.com","dop":"2025-04-06","serial_number":"17183608022188176","imei1":"17183608022188176","imei2":"17183608022188176","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162682,"job_number":"JOB_162682","tr_customer_id":162699,"tr_customer_product_id":162689,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:38.000Z","modified_at":"2026-01-21T03:54:38.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12062986808027","imei1":"12062986808027","imei2":"12062986808027","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162679,"job_number":"JOB_162679","tr_customer_id":162696,"tr_customer_product_id":162686,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:38.000Z","modified_at":"2026-01-21T03:54:38.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17591036684314","imei1":"17591036684314","imei2":"17591036684314","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162677,"job_number":"JOB_162677","tr_customer_id":162694,"tr_customer_product_id":162684,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:37.000Z","modified_at":"2026-01-21T03:54:37.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16159543790134","imei1":"16159543790134","imei2":"16159543790134","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162676,"job_number":"JOB_162676","tr_customer_id":162693,"tr_customer_product_id":162683,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:37.000Z","modified_at":"2026-01-21T03:54:37.000Z","name":"Sidney Gulgowski","mobile_number":"594-699-2192","email_id":"Scottie.Mertz@hotmail.com","dop":"2025-04-06","serial_number":"10585079893058744","imei1":"10585079893058744","imei2":"10585079893058744","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162675,"job_number":"JOB_162675","tr_customer_id":162692,"tr_customer_product_id":162682,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:36.000Z","modified_at":"2026-01-21T03:54:36.000Z","name":"Nathaniel Christiansen","mobile_number":"931-509-6360","email_id":"Kennedy_Roob22@gmail.com","dop":"2025-04-06","serial_number":"18531806963616636","imei1":"18531806963616636","imei2":"18531806963616636","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162671,"job_number":"JOB_162671","tr_customer_id":162688,"tr_customer_product_id":162678,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:35.000Z","modified_at":"2026-01-21T03:54:35.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19473862542889","imei1":"19473862542889","imei2":"19473862542889","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162670,"job_number":"JOB_162670","tr_customer_id":162687,"tr_customer_product_id":162677,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:35.000Z","modified_at":"2026-01-21T03:54:35.000Z","name":"jatin sharma","mobile_number":"7045663552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14331917249370","imei1":"14331917249370","imei2":"14331917249370","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162668,"job_number":"JOB_162668","tr_customer_id":162685,"tr_customer_product_id":162675,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:33.000Z","modified_at":"2026-01-21T03:54:33.000Z","name":"Rahul Greenholt","mobile_number":"935-411-4659","email_id":"Herminio_Kessler64@gmail.com","dop":"2025-05-30","serial_number":"1842208524031168","imei1":"1842208524031168","imei2":"1842208524031168","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162667,"job_number":"JOB_162667","tr_customer_id":162684,"tr_customer_product_id":162674,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:31.000Z","modified_at":"2026-01-21T03:54:31.000Z","name":"Ally Satterfield","mobile_number":"357-510-7177","email_id":"Ford2@yahoo.com","dop":"2025-05-30","serial_number":"15356519984057","imei1":"15356519984057","imei2":"15356519984057","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162665,"job_number":"JOB_162665","tr_customer_id":162682,"tr_customer_product_id":162672,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:30.000Z","modified_at":"2026-01-21T03:54:30.000Z","name":"Arlo Kris","mobile_number":"277-449-1565","email_id":"Romaine.Wuckert93@yahoo.com","dop":"2025-04-06","serial_number":"11693425988122226","imei1":"11693425988122226","imei2":"11693425988122226","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162663,"job_number":"JOB_162663","tr_customer_id":162680,"tr_customer_product_id":162670,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:28.000Z","modified_at":"2026-01-21T03:54:28.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12251968929478","imei1":"12251968929478","imei2":"12251968929478","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162662,"job_number":"JOB_162662","tr_customer_id":162679,"tr_customer_product_id":162669,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:27.000Z","modified_at":"2026-01-21T03:54:27.000Z","name":"Pablo DuBuque","mobile_number":"793-312-8727","email_id":"Maya16@yahoo.com","dop":"2025-04-06","serial_number":"14683523743272888","imei1":"14683523743272888","imei2":"14683523743272888","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162661,"job_number":"JOB_162661","tr_customer_id":162678,"tr_customer_product_id":162668,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:26.000Z","modified_at":"2026-01-21T03:54:26.000Z","name":"Beaulah Simonis","mobile_number":"204-656-2894","email_id":"Domingo8@hotmail.com","dop":"2025-04-06","serial_number":"17432839441483412","imei1":"17432839441483412","imei2":"17432839441483412","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162660,"job_number":"JOB_162660","tr_customer_id":162677,"tr_customer_product_id":162667,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:26.000Z","modified_at":"2026-01-21T03:54:26.000Z","name":"Katrina Roberts","mobile_number":"822-859-7295","email_id":"Asia_Bins@hotmail.com","dop":"2025-04-06","serial_number":"10631193522869558","imei1":"10631193522869558","imei2":"10631193522869558","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162657,"job_number":"JOB_162657","tr_customer_id":162674,"tr_customer_product_id":162664,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:25.000Z","modified_at":"2026-01-21T03:54:25.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14750896796796","imei1":"14750896796796","imei2":"14750896796796","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162654,"job_number":"JOB_162654","tr_customer_id":162671,"tr_customer_product_id":162661,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:25.000Z","modified_at":"2026-01-21T03:54:25.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19435443486077","imei1":"19435443486077","imei2":"19435443486077","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162653,"job_number":"JOB_162653","tr_customer_id":162670,"tr_customer_product_id":162660,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:24.000Z","modified_at":"2026-01-21T03:54:24.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19728822802727","imei1":"19728822802727","imei2":"19728822802727","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162651,"job_number":"JOB_162651","tr_customer_id":162668,"tr_customer_product_id":162658,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:22.000Z","modified_at":"2026-01-21T03:54:22.000Z","name":"Ottilie Schumm","mobile_number":"556-225-3098","email_id":"Eve_Mayert@yahoo.com","dop":"2025-04-06","serial_number":"10043714224930806","imei1":"10043714224930806","imei2":"10043714224930806","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162650,"job_number":"JOB_162650","tr_customer_id":162667,"tr_customer_product_id":162657,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:21.000Z","modified_at":"2026-01-21T03:54:21.000Z","name":"Judah Sanford","mobile_number":"884-293-2118","email_id":"Hettie.Cormier36@hotmail.com","dop":"2025-06-18","serial_number":"1027025340922719","imei1":"1027025340922719","imei2":"1027025340922719","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162647,"job_number":"JOB_162647","tr_customer_id":162664,"tr_customer_product_id":162654,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:20.000Z","modified_at":"2026-01-21T03:54:20.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10752618983109","imei1":"10752618983109","imei2":"10752618983109","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162646,"job_number":"JOB_162646","tr_customer_id":162663,"tr_customer_product_id":162653,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:15.000Z","modified_at":"2026-01-21T03:54:15.000Z","name":"Eda Pagac","mobile_number":"934-720-6863","email_id":"Rafaela.Haag34@yahoo.com","dop":"2025-04-06","serial_number":"15390323679788892","imei1":"15390323679788892","imei2":"15390323679788892","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162644,"job_number":"JOB_162644","tr_customer_id":162661,"tr_customer_product_id":162651,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:13.000Z","modified_at":"2026-01-21T03:54:13.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15397658553317","imei1":"15397658553317","imei2":"15397658553317","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162641,"job_number":"JOB_162641","tr_customer_id":162658,"tr_customer_product_id":162648,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:08.000Z","modified_at":"2026-01-21T03:54:08.000Z","name":"Issac Luettgen","mobile_number":"745-358-5630","email_id":"Bernita_Beahan45@hotmail.com","dop":"2025-04-06","serial_number":"19306903525320280","imei1":"19306903525320280","imei2":"19306903525320280","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162639,"job_number":"JOB_162639","tr_customer_id":162656,"tr_customer_product_id":162646,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:00.000Z","modified_at":"2026-01-21T03:54:00.000Z","name":"Buddy Botsford","mobile_number":"282-524-7506","email_id":"Jesse43@gmail.com","dop":"2025-04-06","serial_number":"17518805026091808","imei1":"17518805026091808","imei2":"17518805026091808","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162637,"job_number":"JOB_162637","tr_customer_id":162654,"tr_customer_product_id":162644,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:53:59.000Z","modified_at":"2026-01-21T03:53:59.000Z","name":"D M","mobile_number":"9405167371","email_id":"dmandlik92345@gmail.com","dop":"2025-04-06","serial_number":"16959601556511","imei1":"16959601556511","imei2":"16959601556511","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:53:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162636,"job_number":"JOB_162636","tr_customer_id":162653,"tr_customer_product_id":162643,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:53:54.000Z","modified_at":"2026-01-21T03:53:54.000Z","name":"Edd Bailey","mobile_number":"754-571-6777","email_id":"Uriel_OReilly@gmail.com","dop":"2025-04-06","serial_number":"12138392590815666","imei1":"12138392590815666","imei2":"12138392590815666","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:53:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162634,"job_number":"JOB_162634","tr_customer_id":162651,"tr_customer_product_id":162641,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:53:52.000Z","modified_at":"2026-01-21T03:53:52.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18349304720762","imei1":"18349304720762","imei2":"18349304720762","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:53:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162633,"job_number":"JOB_162633","tr_customer_id":162650,"tr_customer_product_id":162640,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:53:48.000Z","modified_at":"2026-01-21T03:53:48.000Z","name":"Leland Mitchell","mobile_number":"610-411-4350","email_id":"Shayna.Kuvalis@hotmail.com","dop":"2025-04-06","serial_number":"16534113069734780","imei1":"16534113069734780","imei2":"16534113069734780","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:53:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162631,"job_number":"JOB_162631","tr_customer_id":162648,"tr_customer_product_id":162638,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:53:41.000Z","modified_at":"2026-01-21T03:53:41.000Z","name":"Dennis McClure","mobile_number":"473-518-3893","email_id":"Favian.Baumbach@yahoo.com","dop":"2025-04-06","serial_number":"11672018648706232","imei1":"11672018648706232","imei2":"11672018648706232","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:53:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162629,"job_number":"JOB_162629","tr_customer_id":162646,"tr_customer_product_id":162636,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:53:39.000Z","modified_at":"2026-01-21T03:53:39.000Z","name":"Arlie Treutel","mobile_number":"604-903-8259","email_id":"Kenya.Swaniawski74@gmail.com","dop":"2025-06-18","serial_number":"1080106078253185","imei1":"1080106078253185","imei2":"1080106078253185","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:53:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162628,"job_number":"JOB_162628","tr_customer_id":162645,"tr_customer_product_id":162635,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:53:39.000Z","modified_at":"2026-01-21T03:53:39.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14399582480480","imei1":"14399582480480","imei2":"14399582480480","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:53:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162626,"job_number":"JOB_162626","tr_customer_id":162643,"tr_customer_product_id":162633,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:53:38.000Z","modified_at":"2026-01-21T03:53:38.000Z","name":"Marian West","mobile_number":"660-828-7789","email_id":"Osvaldo.Nolan28@yahoo.com","dop":"2025-04-06","serial_number":"16451017225734406","imei1":"16451017225734406","imei2":"16451017225734406","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:53:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162625,"job_number":"JOB_162625","tr_customer_id":162642,"tr_customer_product_id":162632,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:53:38.000Z","modified_at":"2026-01-21T03:53:38.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10788517097240","imei1":"10788517097240","imei2":"10788517097240","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:53:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162623,"job_number":"JOB_162623","tr_customer_id":162640,"tr_customer_product_id":162630,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:53:29.000Z","modified_at":"2026-01-21T03:53:29.000Z","name":"Alice Shields","mobile_number":"797-885-8513","email_id":"Kenneth.Abbott@hotmail.com","dop":"2025-04-06","serial_number":"12193303622992512","imei1":"12193303622992512","imei2":"12193303622992512","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:53:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162620,"job_number":"JOB_162620","tr_customer_id":162637,"tr_customer_product_id":162627,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:53:22.000Z","modified_at":"2026-01-21T03:53:22.000Z","name":"Donnell Hilll","mobile_number":"425-402-9199","email_id":"Elissa23@gmail.com","dop":"2025-04-06","serial_number":"12546921181361340","imei1":"12546921181361340","imei2":"12546921181361340","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:53:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162618,"job_number":"JOB_162618","tr_customer_id":162635,"tr_customer_product_id":162625,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:53:18.000Z","modified_at":"2026-01-21T03:53:18.000Z","name":"Marshall Koss","mobile_number":"501-318-7028","email_id":"Marvin37@hotmail.com","dop":"2025-04-06","serial_number":"15012338366390536","imei1":"15012338366390536","imei2":"15012338366390536","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:53:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162616,"job_number":"JOB_162616","tr_customer_id":162633,"tr_customer_product_id":162623,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:53:17.000Z","modified_at":"2026-01-21T03:53:17.000Z","name":"Dhananjay Mandlik","mobile_number":"9405167371","email_id":"dmandlik92@gmail.com","dop":"2025-04-06","serial_number":"18290475511432","imei1":"18290475511432","imei2":"18290475511432","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:53:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162614,"job_number":"JOB_162614","tr_customer_id":162631,"tr_customer_product_id":162621,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:48:34.000Z","modified_at":"2026-01-21T03:48:34.000Z","name":"Esther Parker","mobile_number":"834-642-0901","email_id":"Jules.Schinner19@hotmail.com","dop":"2025-04-06","serial_number":"16313148066048748","imei1":"16313148066048748","imei2":"16313148066048748","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:48:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162612,"job_number":"JOB_162612","tr_customer_id":162629,"tr_customer_product_id":162619,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:48:32.000Z","modified_at":"2026-01-21T03:48:32.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17848277089381","imei1":"17848277089381","imei2":"17848277089381","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:48:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162611,"job_number":"JOB_162611","tr_customer_id":162628,"tr_customer_product_id":162618,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:47:54.000Z","modified_at":"2026-01-21T03:47:54.000Z","name":"Bertha Bins","mobile_number":"880-586-2742","email_id":"Althea85@gmail.com","dop":"2025-04-06","serial_number":"19804275476949320","imei1":"19804275476949320","imei2":"19804275476949320","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:47:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162609,"job_number":"JOB_162609","tr_customer_id":162626,"tr_customer_product_id":162616,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:47:52.000Z","modified_at":"2026-01-21T03:47:52.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"15963298373361","imei1":"15963298373361","imei2":"15963298373361","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:47:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162608,"job_number":"JOB_162608","tr_customer_id":162625,"tr_customer_product_id":162615,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:47:14.000Z","modified_at":"2026-01-21T03:47:14.000Z","name":"Madelyn Farrell","mobile_number":"428-445-3992","email_id":"Angus50@hotmail.com","dop":"2025-04-06","serial_number":"16746191132438830","imei1":"16746191132438830","imei2":"16746191132438830","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:47:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162606,"job_number":"JOB_162606","tr_customer_id":162623,"tr_customer_product_id":162613,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:47:12.000Z","modified_at":"2026-01-21T03:47:12.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13058901590552","imei1":"13058901590552","imei2":"13058901590552","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:47:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162601,"job_number":"JOB_162601","tr_customer_id":162618,"tr_customer_product_id":162608,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T02:59:52.000Z","modified_at":"2026-01-21T06:12:37.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14703153286275","imei1":"14703153286275","imei2":"14703153286275","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":3,"assigned_on":"2026-01-21T06:12:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162597,"job_number":"JOB_162597","tr_customer_id":162614,"tr_customer_product_id":162604,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T02:58:20.000Z","modified_at":"2026-01-21T02:58:20.000Z","name":"Elva Koss","mobile_number":"316-617-1422","email_id":"Delphia_Welch19@yahoo.com","dop":"2025-04-06","serial_number":"16740242445612904","imei1":"16740242445612904","imei2":"16740242445612904","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T02:58:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162595,"job_number":"JOB_162595","tr_customer_id":162612,"tr_customer_product_id":162602,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T02:58:18.000Z","modified_at":"2026-01-21T02:58:18.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14346605803933","imei1":"14346605803933","imei2":"14346605803933","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T02:58:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162588,"job_number":"JOB_162588","tr_customer_id":162605,"tr_customer_product_id":162595,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T02:24:34.000Z","modified_at":"2026-01-21T02:24:34.000Z","name":"Divya Rai","mobile_number":"7001829202","email_id":"testemail@gmail.com","dop":"2025-12-04","serial_number":"23451113430770109","imei1":"23451113430770109","imei2":"23451113430770109","popurl":"2025-12-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T02:24:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162586,"job_number":"JOB_162586","tr_customer_id":162603,"tr_customer_product_id":162593,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T01:29:13.000Z","modified_at":"2026-01-21T01:29:13.000Z","name":"Dnyan Ubale","mobile_number":"7878787878","email_id":"xyz@gmail.com","dop":"2026-01-11","serial_number":"11794514993682","imei1":"18904414473682","imei2":"130779079163742","popurl":"2026-01-11T01:29:05.036385171Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T01:29:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162585,"job_number":"JOB_162585","tr_customer_id":162602,"tr_customer_product_id":162592,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T01:16:15.000Z","modified_at":"2026-01-21T01:16:15.000Z","name":"Jewell Hammes","mobile_number":"282-657-9437","email_id":"Zita_Haag@yahoo.com","dop":"2025-04-06","serial_number":"15699477022877","imei1":"15699477022877","imei2":"15699477022877","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T01:16:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162584,"job_number":"JOB_162584","tr_customer_id":162601,"tr_customer_product_id":162591,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T23:43:46.000Z","modified_at":"2026-01-20T23:43:46.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2026-01-10","serial_number":"79946591955889","imei1":"79946591955889","imei2":"79946591955889","popurl":"2026-01-10T23:43:45.940208174Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T23:43:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162583,"job_number":"JOB_162583","tr_customer_id":162600,"tr_customer_product_id":162590,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T23:41:21.000Z","modified_at":"2026-01-20T23:41:21.000Z","name":"Chaturbhuj Mahajan","mobile_number":"7026991834","email_id":"shobhana.dutta@yahoo.co.in","dop":"2026-01-10","serial_number":"224794184197133","imei1":"224794184197133","imei2":"224794184197133","popurl":"www.trilokanath-kakkar.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T23:41:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162582,"job_number":"JOB_162582","tr_customer_id":162599,"tr_customer_product_id":162589,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T23:41:20.000Z","modified_at":"2026-01-20T23:41:20.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2026-01-10","serial_number":"18836592954988","imei1":"18836592954988","imei2":"18836592954988","popurl":"2026-01-10T23:41:19.946927849Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T23:41:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162581,"job_number":"JOB_162581","tr_customer_id":162598,"tr_customer_product_id":162588,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T20:40:30.000Z","modified_at":"2026-01-20T20:40:30.000Z","name":"Princess Miller","mobile_number":"502-632-4620","email_id":"Bettie1@hotmail.com","dop":"2025-04-06","serial_number":"14278450739459654","imei1":"14278450739459654","imei2":"14278450739459654","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T20:40:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162579,"job_number":"JOB_162579","tr_customer_id":162596,"tr_customer_product_id":162586,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T20:40:29.000Z","modified_at":"2026-01-20T20:40:29.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16116783914589","imei1":"16116783914589","imei2":"16116783914589","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T20:40:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162578,"job_number":"JOB_162578","tr_customer_id":162595,"tr_customer_product_id":162585,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T20:39:50.000Z","modified_at":"2026-01-20T20:39:50.000Z","name":"Orville Schuster","mobile_number":"425-446-1916","email_id":"Nakia_DuBuque@gmail.com","dop":"2025-04-06","serial_number":"13476479898069586","imei1":"13476479898069586","imei2":"13476479898069586","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T20:39:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162576,"job_number":"JOB_162576","tr_customer_id":162593,"tr_customer_product_id":162583,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T20:39:48.000Z","modified_at":"2026-01-20T20:39:48.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14242279873716","imei1":"14242279873716","imei2":"14242279873716","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T20:39:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162575,"job_number":"JOB_162575","tr_customer_id":162592,"tr_customer_product_id":162582,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T20:39:10.000Z","modified_at":"2026-01-20T20:39:10.000Z","name":"Nash VonRueden","mobile_number":"616-440-1488","email_id":"Giovani62@hotmail.com","dop":"2025-04-06","serial_number":"14955966540965402","imei1":"14955966540965402","imei2":"14955966540965402","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T20:39:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162573,"job_number":"JOB_162573","tr_customer_id":162590,"tr_customer_product_id":162580,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T20:39:08.000Z","modified_at":"2026-01-20T20:39:08.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12095869755675","imei1":"12095869755675","imei2":"12095869755675","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T20:39:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163009,"job_number":"JOB_163009","tr_customer_id":163026,"tr_customer_product_id":163016,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T07:36:56.000Z","modified_at":"2026-01-21T07:36:56.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Brisa_Weissnat99@yahoo.com","dop":"2025-07-02","serial_number":"16207931644445","imei1":"16207931644445","imei2":"16207931644445","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T07:36:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163008,"job_number":"JOB_163008","tr_customer_id":163025,"tr_customer_product_id":163015,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T07:36:37.000Z","modified_at":"2026-01-21T07:36:37.000Z","name":"Rahul goswami","mobile_number":"8767656543","email_id":"Mckenzie_Schoen@hotmail.com","dop":"2025-07-02","serial_number":"13718010959776","imei1":"13718010959776","imei2":"13718010959776","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T07:36:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163007,"job_number":"JOB_163007","tr_customer_id":163024,"tr_customer_product_id":163014,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T07:36:19.000Z","modified_at":"2026-01-21T07:36:19.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Annabell_Bernier@yahoo.com","dop":"2025-07-02","serial_number":"13461850930646","imei1":"13461850930646","imei2":"13461850930646","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T07:36:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162890,"job_number":"JOB_162890","tr_customer_id":162907,"tr_customer_product_id":162897,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:21:40.000Z","modified_at":"2026-01-21T06:21:40.000Z","name":"Jerrell Lockman","mobile_number":"278-903-8564","email_id":"Sierra.Beatty@gmail.com","dop":"2025-06-09","serial_number":"105344703874637","imei1":"105344703874637","imei2":"105344703874637","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:21:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162888,"job_number":"JOB_162888","tr_customer_id":162905,"tr_customer_product_id":162895,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:21:39.000Z","modified_at":"2026-01-21T06:21:39.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"107127302673431","imei1":"107127302673431","imei2":"107127302673431","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:21:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162887,"job_number":"JOB_162887","tr_customer_id":162904,"tr_customer_product_id":162894,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:21:23.000Z","modified_at":"2026-01-21T06:21:23.000Z","name":"Warren Denesik","mobile_number":"823-826-4267","email_id":"Hudson.Pollich@yahoo.com","dop":"2025-06-09","serial_number":"102168053565125","imei1":"102168053565125","imei2":"102168053565125","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:21:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162885,"job_number":"JOB_162885","tr_customer_id":162902,"tr_customer_product_id":162892,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:21:22.000Z","modified_at":"2026-01-21T06:21:22.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"104688652951223","imei1":"104688652951223","imei2":"104688652951223","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:21:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162884,"job_number":"JOB_162884","tr_customer_id":162901,"tr_customer_product_id":162891,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:21:06.000Z","modified_at":"2026-01-21T06:21:06.000Z","name":"Prince Boyle","mobile_number":"990-943-1747","email_id":"Llewellyn51@hotmail.com","dop":"2025-06-09","serial_number":"109140298705333","imei1":"109140298705333","imei2":"109140298705333","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:21:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162882,"job_number":"JOB_162882","tr_customer_id":162899,"tr_customer_product_id":162889,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:21:05.000Z","modified_at":"2026-01-21T06:21:05.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"109737898423974","imei1":"109737898423974","imei2":"109737898423974","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:21:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162785,"job_number":"JOB_162785","tr_customer_id":162802,"tr_customer_product_id":162792,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:56:11.000Z","modified_at":"2026-01-21T03:56:11.000Z","name":"Donald Willms","mobile_number":"643-452-0773","email_id":"Uriel62@hotmail.com","dop":"2025-06-09","serial_number":"59794321296063000","imei1":"59794321296063000","imei2":"59794321296063000","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:56:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162783,"job_number":"JOB_162783","tr_customer_id":162800,"tr_customer_product_id":162790,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:56:10.000Z","modified_at":"2026-01-21T03:56:10.000Z","name":"Cyril Hand","mobile_number":"506-960-6445","email_id":"Alexandrea_Bogan@yahoo.com","dop":"2025-06-09","serial_number":"101067246533383","imei1":"101067246533383","imei2":"101067246533383","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:56:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162781,"job_number":"JOB_162781","tr_customer_id":162798,"tr_customer_product_id":162788,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:56:09.000Z","modified_at":"2026-01-21T03:56:09.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"106649949824326","imei1":"106649949824326","imei2":"106649949824326","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:56:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162760,"job_number":"JOB_162760","tr_customer_id":162777,"tr_customer_product_id":162767,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:54.000Z","modified_at":"2026-01-21T03:55:54.000Z","name":"Jay Ratke","mobile_number":"326-344-5245","email_id":"Jazlyn_Steuber93@yahoo.com","dop":"2025-06-09","serial_number":"104976294618097","imei1":"104976294618097","imei2":"104976294618097","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:55:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162758,"job_number":"JOB_162758","tr_customer_id":162775,"tr_customer_product_id":162765,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:53.000Z","modified_at":"2026-01-21T03:55:53.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"102346409261757","imei1":"102346409261757","imei2":"102346409261757","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:55:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162751,"job_number":"JOB_162751","tr_customer_id":162768,"tr_customer_product_id":162758,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:38.000Z","modified_at":"2026-01-21T03:55:38.000Z","name":"Freddy Smith","mobile_number":"314-335-0178","email_id":"Leone_Hudson90@yahoo.com","dop":"2025-06-09","serial_number":"103533220943496","imei1":"103533220943496","imei2":"103533220943496","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:55:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162749,"job_number":"JOB_162749","tr_customer_id":162766,"tr_customer_product_id":162756,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:37.000Z","modified_at":"2026-01-21T03:55:37.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"105754362426879","imei1":"105754362426879","imei2":"105754362426879","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:55:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162705,"job_number":"JOB_162705","tr_customer_id":162722,"tr_customer_product_id":162712,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:51.000Z","modified_at":"2026-01-21T03:54:51.000Z","name":"Jazmyne Labadie","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"113474739057636","imei1":"113474739057636","imei2":"113474739057636","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162704,"job_number":"JOB_162704","tr_customer_id":162721,"tr_customer_product_id":162711,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:51.000Z","modified_at":"2026-01-21T03:54:51.000Z","name":"Declan Gislason","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"172467207146546","imei1":"172467207146546","imei2":"172467207146546","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162703,"job_number":"JOB_162703","tr_customer_id":162720,"tr_customer_product_id":162710,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:50.000Z","modified_at":"2026-01-21T03:54:50.000Z","name":"Lelia Erdman","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"167686566068558","imei1":"167686566068558","imei2":"167686566068558","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162701,"job_number":"JOB_162701","tr_customer_id":162718,"tr_customer_product_id":162708,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:50.000Z","modified_at":"2026-01-21T03:54:50.000Z","name":"Amol Tambe","mobile_number":"3445554332","email_id":"amoltambe@gmail.com","dop":"2025-07-31","serial_number":"177357670445069","imei1":"177357670445069","imei2":"177357670445069","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162696,"job_number":"JOB_162696","tr_customer_id":162713,"tr_customer_product_id":162703,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:43.000Z","modified_at":"2026-01-21T03:54:43.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Rafael.Price@yahoo.com","dop":"2025-07-02","serial_number":"18672561915929","imei1":"18672561915929","imei2":"18672561915929","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162689,"job_number":"JOB_162689","tr_customer_id":162706,"tr_customer_product_id":162696,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:39.000Z","modified_at":"2026-01-21T03:54:39.000Z","name":"Isabel Schmidt","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"163462732467881","imei1":"163462732467881","imei2":"163462732467881","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162687,"job_number":"JOB_162687","tr_customer_id":162704,"tr_customer_product_id":162694,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:39.000Z","modified_at":"2026-01-21T03:54:39.000Z","name":"Reba Monahan","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"193376791926451","imei1":"193376791926451","imei2":"193376791926451","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162683,"job_number":"JOB_162683","tr_customer_id":162700,"tr_customer_product_id":162690,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:38.000Z","modified_at":"2026-01-21T03:54:38.000Z","name":"Mekhi Keeling","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"140865985322621","imei1":"140865985322621","imei2":"140865985322621","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162680,"job_number":"JOB_162680","tr_customer_id":162697,"tr_customer_product_id":162687,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:38.000Z","modified_at":"2026-01-21T03:54:38.000Z","name":"vrushali vru1234","mobile_number":"3445554332","email_id":"vrushali@gmail.com","dop":"2025-07-31","serial_number":"126283712056005","imei1":"126283712056005","imei2":"126283712056005","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162659,"job_number":"JOB_162659","tr_customer_id":162676,"tr_customer_product_id":162666,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:26.000Z","modified_at":"2026-01-21T03:54:26.000Z","name":"Rahul goswami","mobile_number":"8767656543","email_id":"Trystan_Pacocha94@hotmail.com","dop":"2025-07-02","serial_number":"10684146989468","imei1":"10684146989468","imei2":"10684146989468","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162642,"job_number":"JOB_162642","tr_customer_id":162659,"tr_customer_product_id":162649,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:09.000Z","modified_at":"2026-01-21T03:54:09.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Friedrich_Jacobs69@gmail.com","dop":"2025-07-02","serial_number":"15121400755880","imei1":"15121400755880","imei2":"15121400755880","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162594,"job_number":"JOB_162594","tr_customer_id":162611,"tr_customer_product_id":162601,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T02:38:37.000Z","modified_at":"2026-01-21T02:38:37.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"12022430175094","imei1":"12022430175094","imei2":"12022430175094","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T02:38:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162592,"job_number":"JOB_162592","tr_customer_id":162609,"tr_customer_product_id":162599,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T02:38:23.000Z","modified_at":"2026-01-21T02:38:23.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"19394883773285","imei1":"19394883773285","imei2":"19394883773285","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T02:38:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162590,"job_number":"JOB_162590","tr_customer_id":162607,"tr_customer_product_id":162597,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T02:38:01.000Z","modified_at":"2026-01-21T02:38:01.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"19661204443887","imei1":"19661204443887","imei2":"19661204443887","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T02:38:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162587,"job_number":"JOB_162587","tr_customer_id":162604,"tr_customer_product_id":162594,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T02:21:47.000Z","modified_at":"2026-01-21T02:21:47.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"17563096152336","imei1":"17563096152336","imei2":"17563096152336","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T02:21:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/login' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"username":"iameng","password":"password"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 200 - OK
Mean time per request: 252ms
Mean size per request: 694B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Accept-Language en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token f3a96997-d678-4d9f-812d-15aff5bd892b
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 56
Request Body
{
            "username": "iameng",
            "password": "password"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 694
ETag W/"2b6-fMHumZd/Dy4zDY+EpqJSI6PzTNA"
Vary Accept-Encoding
Date Wed, 21 Jan 2026 07:47:38 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg5ODE2NTh9.iaSI60w30uUsJ0kUEku-yHF9iMlslns71kKCiHD9YV0"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'If-None-Match: W/"1bc-5jtJRsd0hZILh8Na44eS7Os72ts"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 200 - OK
Mean time per request: 252ms
Mean size per request: 441B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg5ODE2NTh9.iaSI60w30uUsJ0kUEku-yHF9iMlslns71kKCiHD9YV0
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 99a12a43-2495-40ef-9f9f-0343e03c86a7
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 441
ETag W/"1b9-gwZ3q4NUFVwjUwUa8wJaXTtaK9Q"
Vary Accept-Encoding
Date Wed, 21 Jan 2026 07:47:39 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"id":2,"first_name":"Mark","last_name":"zuk","login_id":"iameng","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":1,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-12-20T07:42:00.000Z","role_name":"Engineer","service_location":"Service Center A"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'If-None-Match: W/"fa-dy8dN/UPU87UvqyXQsHHqicOua0"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 269ms
Mean size per request: 164B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg5ODE2NTh9.iaSI60w30uUsJ0kUEku-yHF9iMlslns71kKCiHD9YV0
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 9b899618-30f0-49f1-9a1a-ff56476b904d
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 164
ETag W/"a4-ytf2Pl8TFj84JjzXtwx9yk/qIpY"
Vary Accept-Encoding
Date Wed, 21 Jan 2026 07:47:39 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for repair","key":"pending_for_repair","count":5},{"label":"Repair completed","key":"repair_completed","count":154}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"details_key":"pending_for_repair"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/dashboard/details
Response Information
Response Code: 200 - OK
Mean time per request: 268ms
Mean size per request: 4.81KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg5ODE2NTh9.iaSI60w30uUsJ0kUEku-yHF9iMlslns71kKCiHD9YV0
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 7b28bf91-d768-4aa1-bea2-b3ed9577e315
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 36
Request Body
{"details_key":"pending_for_repair"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"1339-Ns41m9nFNxoz5T11yjKptwhD9Ww"
Vary Accept-Encoding
Content-Encoding gzip
Date Wed, 21 Jan 2026 07:47:39 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":162797,"job_number":"JOB_162797","tr_customer_id":162814,"tr_customer_product_id":162804,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:57:01.000Z","modified_at":"2026-01-21T05:54:27.000Z","name":"Ayden Auer","mobile_number":"948-818-4190","email_id":"Jovani64@hotmail.com","dop":"2000-01-31","serial_number":"1075751991721673","imei1":"1075751991721673","imei2":"1075751991721673","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-21T05:54:27.000Z","assigned_to":2,"mst_warrenty_status_code":"OOW"},{"id":162600,"job_number":"JOB_162600","tr_customer_id":162617,"tr_customer_product_id":162607,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T02:59:07.000Z","modified_at":"2026-01-21T03:34:22.000Z","name":"Alexzander Lowe","mobile_number":"862-640-1470","email_id":"Crawford.Kerluke@hotmail.com","dop":"2025-04-06","serial_number":"16450239022892226","imei1":"16450239022892226","imei2":"16450239022892226","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-21T03:34:22.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"},{"id":162598,"job_number":"JOB_162598","tr_customer_id":162615,"tr_customer_product_id":162605,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T02:59:05.000Z","modified_at":"2026-01-21T03:34:24.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17604503354539","imei1":"17604503354539","imei2":"17604503354539","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-21T03:34:24.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"},{"id":162605,"job_number":"JOB_162605","tr_customer_id":162622,"tr_customer_product_id":162612,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":2,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:36:47.000Z","modified_at":"2026-01-21T03:37:29.000Z","name":"vbaedba aevae","mobile_number":"6546198764","email_id":"sdfbd@gn.str","dop":"2026-01-20","serial_number":"11223366554455","imei1":"11223366554455","imei2":"11223366554455","popurl":"2026-01-20T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-21T03:37:29.000Z","assigned_to":2,"mst_warrenty_status_code":"OOW"},{"id":163013,"job_number":"JOB_163013","tr_customer_id":163030,"tr_customer_product_id":163020,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T07:47:33.000Z","modified_at":"2026-01-21T07:47:38.000Z","name":"Gaetano Bogan","mobile_number":"673-444-4188","email_id":"Lenny67@hotmail.com","dop":"2025-11-04","serial_number":"27001982397134","imei1":"27001982397134","imei2":"27001982397134","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-21T07:47:38.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"details_key":"repair_completed"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/dashboard/details
Response Information
Response Code: 200 - OK
Mean time per request: 266ms
Mean size per request: 31B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg5ODE2NTh9.iaSI60w30uUsJ0kUEku-yHF9iMlslns71kKCiHD9YV0
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token c6c48898-8560-499c-816b-fb6f66867faa
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 43
Request Body
{
            "details_key": "repair_completed"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 31
ETag W/"1f-XHSNhKvrk3aAE4wN//TuJSkDTNM"
Vary Accept-Encoding
Date Wed, 21 Jan 2026 07:47:39 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/engineer/myjobs' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/engineer/myjobs
Response Information
Response Code: 200 - OK
Mean time per request: 462ms
Mean size per request: 5.77KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg5ODE2NTh9.iaSI60w30uUsJ0kUEku-yHF9iMlslns71kKCiHD9YV0
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token a6fff84e-fd84-4449-a32a-3eb21c90d8e3
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"1716-oVnHyN2JCDSAH3jF2z3zqT/a2Pk"
Vary Accept-Encoding
Content-Encoding gzip
Date Wed, 21 Jan 2026 07:47:40 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":163013,"job_number":"JOB_163013","tr_customer_id":163030,"tr_customer_product_id":163020,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T07:47:33.000Z","modified_at":"2026-01-21T07:47:38.000Z","name":"Gaetano Bogan","mobile_number":"673-444-4188","email_id":"Lenny67@hotmail.com","dop":"2025-11-04","serial_number":"27001982397134","imei1":"27001982397134","imei2":"27001982397134","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-21T07:47:38.000Z","assigned_to":2,"mst_warrenty_status_code":"IW","problems":[{"id":3,"name":"Phone or app crashes","tr_job_head_id":163013,"remark":"","added_by":"fd fd","role_name":"FrontDesk","created_at":"2026-01-21T07:47:33.000Z"}],"quatations":[]},{"id":162797,"job_number":"JOB_162797","tr_customer_id":162814,"tr_customer_product_id":162804,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:57:01.000Z","modified_at":"2026-01-21T05:54:27.000Z","name":"Ayden Auer","mobile_number":"948-818-4190","email_id":"Jovani64@hotmail.com","dop":"2000-01-31","serial_number":"1075751991721673","imei1":"1075751991721673","imei2":"1075751991721673","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-21T05:54:27.000Z","assigned_to":2,"mst_warrenty_status_code":"OOW","problems":[{"id":2,"name":"Poor battery life","tr_job_head_id":162797,"remark":"Issue in the phone","added_by":"fd fd","role_name":"FrontDesk","created_at":"2026-01-21T03:57:01.000Z"}],"quatations":[]},{"id":162605,"job_number":"JOB_162605","tr_customer_id":162622,"tr_customer_product_id":162612,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":2,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:36:47.000Z","modified_at":"2026-01-21T03:37:29.000Z","name":"vbaedba aevae","mobile_number":"6546198764","email_id":"sdfbd@gn.str","dop":"2026-01-20","serial_number":"11223366554455","imei1":"11223366554455","imei2":"11223366554455","popurl":"2026-01-20T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-21T03:37:29.000Z","assigned_to":2,"mst_warrenty_status_code":"OOW","problems":[{"id":2,"name":"Poor battery life","tr_job_head_id":162605,"remark":"test","added_by":"fd fd","role_name":"FrontDesk","created_at":"2026-01-21T03:36:47.000Z"}],"quatations":[]},{"id":162600,"job_number":"JOB_162600","tr_customer_id":162617,"tr_customer_product_id":162607,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T02:59:07.000Z","modified_at":"2026-01-21T03:34:22.000Z","name":"Alexzander Lowe","mobile_number":"862-640-1470","email_id":"Crawford.Kerluke@hotmail.com","dop":"2025-04-06","serial_number":"16450239022892226","imei1":"16450239022892226","imei2":"16450239022892226","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-21T03:34:22.000Z","assigned_to":2,"mst_warrenty_status_code":"IW","problems":[{"id":1,"name":"Smartphone is running slow","tr_job_head_id":162600,"remark":"Battery Issue","added_by":"fd fd","role_name":"FrontDesk","created_at":"2026-01-21T02:59:07.000Z"}],"quatations":[]},{"id":162598,"job_number":"JOB_162598","tr_customer_id":162615,"tr_customer_product_id":162605,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T02:59:05.000Z","modified_at":"2026-01-21T03:34:24.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17604503354539","imei1":"17604503354539","imei2":"17604503354539","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-21T03:34:24.000Z","assigned_to":2,"mst_warrenty_status_code":"IW","problems":[{"id":1,"name":"Smartphone is running slow","tr_job_head_id":162598,"remark":"Battery Issue","added_by":"fd fd","role_name":"FrontDesk","created_at":"2026-01-21T02:59:05.000Z"}],"quatations":[]}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/master' \ -X 'POST' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \ -H 'Connection: keep-alive' \ -H 'Content-Length: 0' \ -H 'Content-Type: text/plain' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/master
Response Information
Response Code: 200 - OK
Mean time per request: 258ms
Mean size per request: 10.53KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg5ODE2NTh9.iaSI60w30uUsJ0kUEku-yHF9iMlslns71kKCiHD9YV0
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 29398ac1-8544-449e-852e-3691e3435fba
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 0
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"2a1c-v2lPE1pRCSNwLh+/V8ccxPYHAHM"
Vary Accept-Encoding
Content-Encoding gzip
Date Wed, 21 Jan 2026 07:47:40 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":{"mst_oem":[{"id":1,"name":"Google","code":"GL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"},{"id":2,"name":"Apple","code":"APL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"}],"mst_model":[{"id":1,"name":"Nexus 2 blue","code":"NX2BL","mst_product_id":1,"is_active":1,"created_at":"2021-10-29T19:28:00.000Z","modified_at":"2021-10-29T19:28:00.000Z"},{"id":2,"name":"gallexy","code":"gl","mst_product_id":1,"is_active":1,"created_at":"2022-06-10T07:18:03.000Z","modified_at":"2022-06-10T07:18:03.000Z"},{"id":3,"name":"Iphone 11","code":"ip11","mst_product_id":3,"is_active":1,"created_at":"2022-08-18T16:59:27.000Z","modified_at":"2022-08-18T17:00:31.000Z"}],"mst_action_status":[{"id":1,"name":"Job Creation","code":"JBC","description":"Job Creation","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":2,"name":"Pending For Job Assignment","code":"PJFA","description":"Pending For Job Assignment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":3,"name":"Pending For Repair","code":"PFR","description":"Pending For Repair","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":4,"name":"Pending For QC","code":"PFQC","description":"Pending For QC","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":5,"name":"Pending for Delivery","code":"PDL","description":"Pending for Delivery","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:00:39.000Z"},{"id":6,"name":"Delivered to customer","code":"DC","description":"Delivered to customer","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:01:48.000Z"},{"id":7,"name":"QC Rejected","code":"QCR","description":"QC Rejected","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":8,"name":"Quatation Raised","code":"QR","description":"Quatation Raised","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":9,"name":"Pending For Payment","code":"PFP","description":"Pending For Payment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":10,"name":"Payment Is Done","code":"PD","description":"Payment Is Done","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":11,"name":"Job Closed Successfully","code":"JC","description":"Job Closed Successfully","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":12,"name":"Assigned to FST - Inbound","code":"AFI","description":"Assigned to FST - Inbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":13,"name":"Assigned to FST - Outbound","code":"AFO","description":"Assigned to FST - Outbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":14,"name":"Begin Journey","code":"BJY","description":"Begin Journey","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":15,"name":"Submitted To FD","code":"SFD","description":"Submitted To FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":16,"name":"Collected At FD","code":"CFD","description":"Collected At FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"}],"mst_warrenty_status":[{"id":1,"name":"In Warrenty","code":"IW","description":"In Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"},{"id":2,"name":"Out Of Warrenty","code":"OOW","description":"Out Of Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"}],"mst_platform":[{"id":1,"name":"FST","code":"FST","description":"Field technician will go to customer's house","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"},{"id":2,"name":"Front Desk","code":"FD","description":"Customer will come to service center to submit his device","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"}],"mst_product":[{"id":1,"name":"Nexus 2","code":"NX2","mst_oem_id":1,"is_active":1,"created_at":"2021-10-29T19:27:21.000Z","modified_at":"2021-10-29T19:27:21.000Z"},{"id":2,"name":"Pixel","code":"gl","mst_oem_id":1,"is_active":1,"created_at":"2022-06-10T07:16:57.000Z","modified_at":"2022-08-18T16:55:02.000Z"},{"id":3,"name":"IPhone","code":"ip","mst_oem_id":2,"is_active":1,"created_at":"2022-08-18T16:56:15.000Z","modified_at":"2022-08-18T16:57:20.000Z"}],"mst_role":[{"id":1,"name":"Engineer","code":"ENG","description":"Engineer","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":2,"name":"Supervisor","code":"SPV","description":"Supervisor","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":3,"name":"FST","code":"FST","description":"Field Service Technician","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":4,"name":"QC","code":"QC","description":"Quality check","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":5,"name":"FrontDesk","code":"FD","description":"Front Desk","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"},{"id":6,"name":"Callcenter","code":"CC","description":"Callcenter","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"}],"mst_service_location":[{"id":1,"name":"Service Center A","code":"B2X","mobile_number":"8877667788","email_id":"servicecentera@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400075,"country":"India","gstin":"22AAAAA0000A1","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:58.000Z"},{"id":2,"name":"Service Center B","code":"SFY","mobile_number":"8877667789","email_id":"servicecenterb@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400606,"country":"India","gstin":"22AAAAA0000B2","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:59.000Z"},{"id":3,"name":"Service Centre C","code":"PKC","mobile_number":"8877667790","email_id":"servicecenterpk@gmail.com","address":"Srinagar,Kashmir(A)","pincode":577432,"country":"India","gstin":"22AAAAA0000C3","is_repair_line_engineer":1,"is_active":1,"created_at":"2022-12-13T11:05:47.000Z","modified_at":"2022-12-13T11:05:47.000Z"}],"mst_problem":[{"id":1,"name":"Smartphone is running slow","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":2,"name":"Poor battery life","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":3,"name":"Phone or app crashes","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":4,"name":"Sync issue","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":5,"name":"MicroSD card is not working on your phone","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":6,"name":"Overheating","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":7,"name":"Connecting problem with Bluetooth, Wifi, Cellular network","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":8,"name":"Cracked screen","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":9,"name":"Other","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":10,"name":"Camera issue","created_at":"2022-06-13T15:01:02.000Z","modified_at":"2022-06-13T15:01:02.000Z"},{"id":11,"name":"Charger Not Working","created_at":"2022-08-14T12:38:04.000Z","modified_at":"2022-08-14T12:38:04.000Z"},{"id":12,"name":" Software Booting Issue ","created_at":"2022-08-14T13:03:08.000Z","modified_at":"2022-08-14T13:03:08.000Z"},{"id":15,"name":"Head Phone Jack not working","created_at":"2022-06-16T15:22:18.000Z","modified_at":"2022-06-16T15:22:18.000Z"},{"id":16,"name":"Head Phone issue","created_at":"2022-06-16T15:27:47.000Z","modified_at":"2022-06-16T15:27:47.000Z"},{"id":17,"name":"Random Problem","created_at":"2022-07-11T02:56:01.000Z","modified_at":"2022-07-11T02:56:01.000Z"},{"id":19,"name":"Front camera not working","created_at":"2022-07-13T17:50:54.000Z","modified_at":"2022-07-13T17:50:54.000Z"},{"id":20,"name":"Battery issue","created_at":"2022-07-13T17:51:47.000Z","modified_at":"2022-07-13T17:51:47.000Z"},{"id":22,"name":"Screen display issue","created_at":"2022-08-29T11:09:24.000Z","modified_at":"2022-08-29T11:09:24.000Z"},{"id":24,"name":"Apps Not Downloading","created_at":"2022-08-29T12:10:34.000Z","modified_at":"2022-08-29T12:10:34.000Z"},{"id":26,"name":"Unresponsive screen","created_at":"2022-09-19T10:03:08.000Z","modified_at":"2022-09-19T10:03:08.000Z"},{"id":27,"name":"Blue Screen Error","created_at":"2022-12-13T11:01:48.000Z","modified_at":"2022-12-13T11:01:48.000Z"},{"id":28,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"},{"id":29,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"}],"map_fst_pincode":[{"pincode":100011,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100012,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100013,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100014,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100015,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":400065,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":200011,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200012,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200013,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200014,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200015,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"}]}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/engineer/repaircomplete' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"job_id":98100,"problems":[{"id":3,"remark":"Reinstalled OS"}]}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/engineer/repaircomplete
Response Information
Response Code: 200 - OK
Mean time per request: 260ms
Mean size per request: 42B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg5ODE2NTh9.iaSI60w30uUsJ0kUEku-yHF9iMlslns71kKCiHD9YV0
Content-Type application/json
Accept application/json, text/plain, */*
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 740317f5-653c-46af-a199-0829a7829ac2
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 136
Request Body
{
            "job_id":163013,
            "problems": [
                {
                    "id": 3,
                    "remark": "Reinstalled OS"
                }
            ]
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 42
ETag W/"2a-PisRr8WaBMvK6HLRD3EKeiTFMeI"
Vary Accept-Encoding
Date Wed, 21 Jan 2026 07:47:40 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Repair successful.","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/login' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"username":"iamqc","password":"password"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 200 - OK
Mean time per request: 251ms
Mean size per request: 681B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 55c3d7c5-13e5-4144-bf73-7fb18526210e
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 55
Request Body
{
            "username": "iamqc",
            "password": "password"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 681
ETag W/"2a9-HHx6O9DsF3YCP4JiQ7HmZJJjCvw"
Vary Accept-Encoding
Date Wed, 21 Jan 2026 07:47:41 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2ODk4MTY2MX0.f5GpFl0DkEZXB8Jt5VEbenjllfuWk110bxkPQEwBO2A"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'If-None-Match: W/"1b9-gwZ3q4NUFVwjUwUa8wJaXTtaK9Q"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 200 - OK
Mean time per request: 251ms
Mean size per request: 431B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2ODk4MTY2MX0.f5GpFl0DkEZXB8Jt5VEbenjllfuWk110bxkPQEwBO2A
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 5fc2d25f-46c1-47a8-adf0-777a64d17ec5
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 431
ETag W/"1af-Hx7rWnhMedRwRJUvWdcdDLlvRd0"
Vary Accept-Encoding
Date Wed, 21 Jan 2026 07:47:41 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"id":3,"first_name":"qc","last_name":"qc","login_id":"iamqc","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":4,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-11-03T08:06:23.000Z","role_name":"QC","service_location":"Service Center A"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'If-None-Match: W/"a5-7bTG+pLXuOCNsQPYlnyAIc/g5Zc"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 283ms
Mean size per request: 202B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2ODk4MTY2MX0.f5GpFl0DkEZXB8Jt5VEbenjllfuWk110bxkPQEwBO2A
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token c8b4299a-dd87-4e35-9e49-e7435f733f2b
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 202
ETag W/"ca-x7thHnT98sftAklUunacDq53nNo"
Vary Accept-Encoding
Date Wed, 21 Jan 2026 07:47:41 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for QC","key":"pending_for_qc","count":2},{"label":"QC Completed","key":"qc_completed","count":153},{"label":"QC Rejected","key":"qc_rejected","count":1}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"details_key":"pending_for_qc"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/dashboard/details
Response Information
Response Code: 200 - OK
Mean time per request: 252ms
Mean size per request: 31B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2ODk4MTY2MX0.f5GpFl0DkEZXB8Jt5VEbenjllfuWk110bxkPQEwBO2A
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token c5d238c5-b52c-434a-adcf-5a55a76aef1b
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 32
Request Body
{"details_key":"pending_for_qc"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 31
ETag W/"1f-XHSNhKvrk3aAE4wN//TuJSkDTNM"
Vary Accept-Encoding
Date Wed, 21 Jan 2026 07:47:41 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"details_key":"qc_completed"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/dashboard/details
Response Information
Response Code: 200 - OK
Mean time per request: 339ms
Mean size per request: 147.86KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2ODk4MTY2MX0.f5GpFl0DkEZXB8Jt5VEbenjllfuWk110bxkPQEwBO2A
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token ad588bf7-71ca-4b6d-894e-96b88f9ce394
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 30
Request Body
{"details_key":"qc_completed"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"24f72-PhBTVYzo3/J0o62bNwtay3rdJts"
Vary Accept-Encoding
Content-Encoding gzip
Date Wed, 21 Jan 2026 07:47:42 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":163010,"job_number":"JOB_163010","tr_customer_id":163027,"tr_customer_product_id":163017,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T07:46:56.000Z","modified_at":"2026-01-21T07:47:36.000Z","name":"Enrico Schimmel","mobile_number":"379-331-2794","email_id":"Annamarie_Wuckert@hotmail.com","dop":"2025-04-06","serial_number":"19186070409161","imei1":"19186070409161","imei2":"19186070409161","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T07:47:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163002,"job_number":"JOB_163002","tr_customer_id":163019,"tr_customer_product_id":163009,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T07:07:05.000Z","modified_at":"2026-01-21T07:07:45.000Z","name":"Ciara Yundt","mobile_number":"429-360-3629","email_id":"Cayla53@yahoo.com","dop":"2025-04-06","serial_number":"15744778714210","imei1":"15744778714210","imei2":"15744778714210","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T07:07:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163000,"job_number":"JOB_163000","tr_customer_id":163017,"tr_customer_product_id":163007,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T07:06:18.000Z","modified_at":"2026-01-21T07:06:58.000Z","name":"Griffin Bailey","mobile_number":"807-650-0755","email_id":"Meredith.Cronin22@hotmail.com","dop":"2025-04-06","serial_number":"14428125226517","imei1":"14428125226517","imei2":"14428125226517","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T07:06:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162998,"job_number":"JOB_162998","tr_customer_id":163015,"tr_customer_product_id":163005,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T07:05:31.000Z","modified_at":"2026-01-21T07:06:11.000Z","name":"Toby Towne","mobile_number":"635-591-2258","email_id":"Hiram_Jenkins@gmail.com","dop":"2025-04-06","serial_number":"18994665249792","imei1":"18994665249792","imei2":"18994665249792","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T07:06:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162996,"job_number":"JOB_162996","tr_customer_id":163013,"tr_customer_product_id":163003,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:51:27.000Z","modified_at":"2026-01-21T06:52:05.000Z","name":"Christ Smitham","mobile_number":"362-212-9034","email_id":"Riley.Kuvalis@hotmail.com","dop":"2025-04-06","serial_number":"17532958049688","imei1":"17532958049688","imei2":"17532958049688","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T06:52:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162993,"job_number":"JOB_162993","tr_customer_id":163010,"tr_customer_product_id":163000,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:50:42.000Z","modified_at":"2026-01-21T06:51:20.000Z","name":"Ava Berge","mobile_number":"754-402-8607","email_id":"Charlotte63@yahoo.com","dop":"2025-04-06","serial_number":"17364320212701","imei1":"17364320212701","imei2":"17364320212701","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T06:51:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162990,"job_number":"JOB_162990","tr_customer_id":163007,"tr_customer_product_id":162997,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:50:03.000Z","modified_at":"2026-01-21T06:50:41.000Z","name":"Raymundo Turner","mobile_number":"934-225-0414","email_id":"Brennon.Waters18@hotmail.com","dop":"2025-04-06","serial_number":"12838620350489","imei1":"12838620350489","imei2":"12838620350489","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T06:50:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162988,"job_number":"JOB_162988","tr_customer_id":163005,"tr_customer_product_id":162995,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:49:57.000Z","modified_at":"2026-01-21T06:50:35.000Z","name":"Jairo Corkery","mobile_number":"339-248-2189","email_id":"Javon.Olson@hotmail.com","dop":"2025-04-06","serial_number":"11799570215338","imei1":"11799570215338","imei2":"11799570215338","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T06:50:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162984,"job_number":"JOB_162984","tr_customer_id":163001,"tr_customer_product_id":162991,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:46:07.000Z","modified_at":"2026-01-21T06:46:45.000Z","name":"Golden Botsford","mobile_number":"665-911-4190","email_id":"Muhammad70@gmail.com","dop":"2025-04-06","serial_number":"11542637553552","imei1":"11542637553552","imei2":"11542637553552","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T06:46:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162981,"job_number":"JOB_162981","tr_customer_id":162998,"tr_customer_product_id":162988,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:45:45.000Z","modified_at":"2026-01-21T06:46:23.000Z","name":"Moshe Braun","mobile_number":"678-834-6129","email_id":"Gilda.Lowe@gmail.com","dop":"2025-04-06","serial_number":"16013587615366","imei1":"16013587615366","imei2":"16013587615366","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T06:46:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162979,"job_number":"JOB_162979","tr_customer_id":162996,"tr_customer_product_id":162986,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:45:40.000Z","modified_at":"2026-01-21T06:46:21.000Z","name":"Keith Purdy","mobile_number":"988-752-7423","email_id":"Saul44@yahoo.com","dop":"2025-04-06","serial_number":"19532102042475","imei1":"19532102042475","imei2":"19532102042475","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T06:46:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162977,"job_number":"JOB_162977","tr_customer_id":162994,"tr_customer_product_id":162984,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:45:22.000Z","modified_at":"2026-01-21T06:46:00.000Z","name":"Waldo Kozey","mobile_number":"306-915-2708","email_id":"Thalia.Littel@hotmail.com","dop":"2025-04-06","serial_number":"10218706143551","imei1":"10218706143551","imei2":"10218706143551","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T06:46:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162973,"job_number":"JOB_162973","tr_customer_id":162990,"tr_customer_product_id":162980,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:44:38.000Z","modified_at":"2026-01-21T06:45:15.000Z","name":"Timmy Bruen","mobile_number":"597-903-7350","email_id":"Fleta.Dooley@gmail.com","dop":"2025-04-06","serial_number":"11878497532669","imei1":"11878497532669","imei2":"11878497532669","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T06:45:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162971,"job_number":"JOB_162971","tr_customer_id":162988,"tr_customer_product_id":162978,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:44:37.000Z","modified_at":"2026-01-21T06:45:15.000Z","name":"Aidan Smitham","mobile_number":"291-934-0684","email_id":"Cruz80@gmail.com","dop":"2025-04-06","serial_number":"10134102336551","imei1":"10134102336551","imei2":"10134102336551","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T06:45:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162968,"job_number":"JOB_162968","tr_customer_id":162985,"tr_customer_product_id":162975,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:43:53.000Z","modified_at":"2026-01-21T06:44:31.000Z","name":"Jo Reinger","mobile_number":"264-343-6844","email_id":"Eva.Quitzon99@gmail.com","dop":"2025-04-06","serial_number":"11677212522348","imei1":"11677212522348","imei2":"11677212522348","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T06:44:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162965,"job_number":"JOB_162965","tr_customer_id":162982,"tr_customer_product_id":162972,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:43:08.000Z","modified_at":"2026-01-21T06:43:46.000Z","name":"Freda Satterfield","mobile_number":"820-580-0265","email_id":"Amari63@yahoo.com","dop":"2025-04-06","serial_number":"11076177600449","imei1":"11076177600449","imei2":"11076177600449","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T06:43:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162962,"job_number":"JOB_162962","tr_customer_id":162979,"tr_customer_product_id":162969,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:39:29.000Z","modified_at":"2026-01-21T06:40:11.000Z","name":"Hillard Muller","mobile_number":"418-963-8748","email_id":"Angeline82@yahoo.com","dop":"2025-04-06","serial_number":"13995577455282","imei1":"13995577455282","imei2":"13995577455282","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T06:40:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162956,"job_number":"JOB_162956","tr_customer_id":162973,"tr_customer_product_id":162963,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:38:40.000Z","modified_at":"2026-01-21T06:39:22.000Z","name":"Christine Daniel","mobile_number":"899-422-6119","email_id":"Kasey_Oberbrunner@gmail.com","dop":"2025-04-06","serial_number":"16817451065618","imei1":"16817451065618","imei2":"16817451065618","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T06:39:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162952,"job_number":"JOB_162952","tr_customer_id":162969,"tr_customer_product_id":162959,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:38:01.000Z","modified_at":"2026-01-21T06:38:42.000Z","name":"Imani Pollich","mobile_number":"648-325-8654","email_id":"Cayla.Douglas@hotmail.com","dop":"2025-04-06","serial_number":"10989867960587","imei1":"10989867960587","imei2":"10989867960587","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T06:38:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162947,"job_number":"JOB_162947","tr_customer_id":162964,"tr_customer_product_id":162954,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:37:51.000Z","modified_at":"2026-01-21T06:38:32.000Z","name":"Charlotte Roob","mobile_number":"414-925-5000","email_id":"Danielle.Gleason62@hotmail.com","dop":"2025-04-06","serial_number":"14446661162974","imei1":"14446661162974","imei2":"14446661162974","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T06:38:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162941,"job_number":"JOB_162941","tr_customer_id":162958,"tr_customer_product_id":162948,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:37:12.000Z","modified_at":"2026-01-21T06:37:53.000Z","name":"Arvilla Fay","mobile_number":"651-211-2211","email_id":"Kaitlin31@hotmail.com","dop":"2025-04-06","serial_number":"11250252021938","imei1":"11250252021938","imei2":"11250252021938","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T06:37:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162935,"job_number":"JOB_162935","tr_customer_id":162952,"tr_customer_product_id":162942,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:36:23.000Z","modified_at":"2026-01-21T06:37:04.000Z","name":"Randi Ratke","mobile_number":"865-351-0351","email_id":"Amir_Kulas36@hotmail.com","dop":"2025-04-06","serial_number":"10360062048868","imei1":"10360062048868","imei2":"10360062048868","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T06:37:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162932,"job_number":"JOB_162932","tr_customer_id":162949,"tr_customer_product_id":162939,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:36:00.000Z","modified_at":"2026-01-21T06:36:40.000Z","name":"Marcellus Upton","mobile_number":"745-926-9867","email_id":"Elyse50@hotmail.com","dop":"2025-04-06","serial_number":"19805543678835","imei1":"19805543678835","imei2":"19805543678835","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T06:36:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162930,"job_number":"JOB_162930","tr_customer_id":162947,"tr_customer_product_id":162937,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:32:48.000Z","modified_at":"2026-01-21T06:33:25.000Z","name":"Elda Zieme","mobile_number":"265-455-4211","email_id":"Jenifer22@hotmail.com","dop":"2025-04-06","serial_number":"15068639551005","imei1":"15068639551005","imei2":"15068639551005","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T06:33:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162927,"job_number":"JOB_162927","tr_customer_id":162944,"tr_customer_product_id":162934,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:32:03.000Z","modified_at":"2026-01-21T06:32:41.000Z","name":"Jensen Kemmer","mobile_number":"853-953-1660","email_id":"Haley91@gmail.com","dop":"2025-04-06","serial_number":"15640566473513","imei1":"15640566473513","imei2":"15640566473513","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T06:32:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162922,"job_number":"JOB_162922","tr_customer_id":162939,"tr_customer_product_id":162929,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:31:18.000Z","modified_at":"2026-01-21T06:31:56.000Z","name":"Christopher Mills","mobile_number":"810-378-1099","email_id":"Bo72@gmail.com","dop":"2025-04-06","serial_number":"10066639197149","imei1":"10066639197149","imei2":"10066639197149","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T06:31:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162918,"job_number":"JOB_162918","tr_customer_id":162935,"tr_customer_product_id":162925,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:29:47.000Z","modified_at":"2026-01-21T06:30:23.000Z","name":"Henriette Blick","mobile_number":"904-659-3736","email_id":"Arvid.Parisian@hotmail.com","dop":"2025-04-06","serial_number":"13255616739489","imei1":"13255616739489","imei2":"13255616739489","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T06:30:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162915,"job_number":"JOB_162915","tr_customer_id":162932,"tr_customer_product_id":162922,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:29:03.000Z","modified_at":"2026-01-21T06:29:40.000Z","name":"Wilburn Langosh","mobile_number":"388-833-3590","email_id":"Nettie_Fisher78@yahoo.com","dop":"2025-04-06","serial_number":"16014376727897","imei1":"16014376727897","imei2":"16014376727897","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T06:29:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162912,"job_number":"JOB_162912","tr_customer_id":162929,"tr_customer_product_id":162919,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:28:20.000Z","modified_at":"2026-01-21T06:28:56.000Z","name":"Jennie Halvorson","mobile_number":"940-515-3990","email_id":"Dan_Mitchell@yahoo.com","dop":"2025-04-06","serial_number":"12796131446510","imei1":"12796131446510","imei2":"12796131446510","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T06:28:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162909,"job_number":"JOB_162909","tr_customer_id":162926,"tr_customer_product_id":162916,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:27:08.000Z","modified_at":"2026-01-21T06:27:45.000Z","name":"Mariana Roberts","mobile_number":"868-479-8900","email_id":"Reina_Mayer49@gmail.com","dop":"2025-04-06","serial_number":"16266446307445","imei1":"16266446307445","imei2":"16266446307445","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T06:27:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162906,"job_number":"JOB_162906","tr_customer_id":162923,"tr_customer_product_id":162913,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:26:23.000Z","modified_at":"2026-01-21T06:27:01.000Z","name":"Louvenia Turcotte","mobile_number":"212-716-4795","email_id":"Letitia47@hotmail.com","dop":"2025-04-06","serial_number":"17920276828880","imei1":"17920276828880","imei2":"17920276828880","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T06:27:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162903,"job_number":"JOB_162903","tr_customer_id":162920,"tr_customer_product_id":162910,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:25:39.000Z","modified_at":"2026-01-21T06:26:16.000Z","name":"Rhoda Aufderhar","mobile_number":"752-694-7100","email_id":"Dana88@gmail.com","dop":"2025-04-06","serial_number":"12605119966721","imei1":"12605119966721","imei2":"12605119966721","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T06:26:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162900,"job_number":"JOB_162900","tr_customer_id":162917,"tr_customer_product_id":162907,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:24:40.000Z","modified_at":"2026-01-21T06:25:20.000Z","name":"Tyree Fritsch","mobile_number":"432-752-3071","email_id":"Winfield_Adams@yahoo.com","dop":"2025-06-18","serial_number":"10800607391025","imei1":"10800607391025","imei2":"10800607391025","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T06:25:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162897,"job_number":"JOB_162897","tr_customer_id":162914,"tr_customer_product_id":162904,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:24:09.000Z","modified_at":"2026-01-21T06:24:49.000Z","name":"Chaz Wiegand","mobile_number":"557-481-6340","email_id":"Rahsaan_Nikolaus58@yahoo.com","dop":"2025-04-06","serial_number":"12398753504025","imei1":"12398753504025","imei2":"12398753504025","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T06:24:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162895,"job_number":"JOB_162895","tr_customer_id":162912,"tr_customer_product_id":162902,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:23:52.000Z","modified_at":"2026-01-21T06:24:32.000Z","name":"Elmo Medhurst","mobile_number":"532-934-0635","email_id":"Jaycee.Wunsch12@yahoo.com","dop":"2025-06-18","serial_number":"10149413580064","imei1":"10149413580064","imei2":"10149413580064","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T06:24:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162876,"job_number":"JOB_162876","tr_customer_id":162893,"tr_customer_product_id":162883,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T05:58:04.000Z","modified_at":"2026-01-21T05:58:45.000Z","name":"Stevie Will","mobile_number":"717-456-8183","email_id":"Okey89@gmail.com","dop":"2025-04-06","serial_number":"16760379314414","imei1":"16760379314414","imei2":"16760379314414","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T05:58:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162873,"job_number":"JOB_162873","tr_customer_id":162890,"tr_customer_product_id":162880,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T05:57:14.000Z","modified_at":"2026-01-21T05:57:56.000Z","name":"Leonel Dickinson","mobile_number":"905-339-2929","email_id":"Myriam.Crist@hotmail.com","dop":"2025-04-06","serial_number":"10830347128118","imei1":"10830347128118","imei2":"10830347128118","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T05:57:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162870,"job_number":"JOB_162870","tr_customer_id":162887,"tr_customer_product_id":162877,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T05:56:24.000Z","modified_at":"2026-01-21T05:57:06.000Z","name":"Kathlyn Gleichner","mobile_number":"465-805-8842","email_id":"Kaylah.Doyle@yahoo.com","dop":"2025-04-06","serial_number":"17316565882254","imei1":"17316565882254","imei2":"17316565882254","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T05:57:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162866,"job_number":"JOB_162866","tr_customer_id":162883,"tr_customer_product_id":162873,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T05:21:12.000Z","modified_at":"2026-01-21T05:21:53.000Z","name":"Benedict Franecki","mobile_number":"311-707-7688","email_id":"Sherman_Larkin70@yahoo.com","dop":"2025-04-06","serial_number":"16105861548766","imei1":"16105861548766","imei2":"16105861548766","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T05:21:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162863,"job_number":"JOB_162863","tr_customer_id":162880,"tr_customer_product_id":162870,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T05:20:24.000Z","modified_at":"2026-01-21T05:21:04.000Z","name":"Shanel Mitchell","mobile_number":"364-234-1439","email_id":"Boris19@yahoo.com","dop":"2025-04-06","serial_number":"19640831741122","imei1":"19640831741122","imei2":"19640831741122","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T05:21:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162860,"job_number":"JOB_162860","tr_customer_id":162877,"tr_customer_product_id":162867,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T05:19:37.000Z","modified_at":"2026-01-21T05:20:17.000Z","name":"Ari Blick","mobile_number":"310-853-4267","email_id":"Pete.Boyer@gmail.com","dop":"2025-04-06","serial_number":"17541327219997","imei1":"17541327219997","imei2":"17541327219997","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T05:20:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162856,"job_number":"JOB_162856","tr_customer_id":162873,"tr_customer_product_id":162863,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T05:00:27.000Z","modified_at":"2026-01-21T05:01:04.000Z","name":"Helene Morissette","mobile_number":"384-972-5919","email_id":"Zetta24@yahoo.com","dop":"2025-04-06","serial_number":"14434081241373","imei1":"14434081241373","imei2":"14434081241373","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T05:01:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162854,"job_number":"JOB_162854","tr_customer_id":162871,"tr_customer_product_id":162861,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T05:00:11.000Z","modified_at":"2026-01-21T05:00:48.000Z","name":"Herminio Parisian","mobile_number":"366-477-5062","email_id":"Moses_Jast22@hotmail.com","dop":"2025-04-06","serial_number":"13446758318385","imei1":"13446758318385","imei2":"13446758318385","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T05:00:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162851,"job_number":"JOB_162851","tr_customer_id":162868,"tr_customer_product_id":162858,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:57:07.000Z","modified_at":"2026-01-21T04:57:46.000Z","name":"Jeffrey Renner","mobile_number":"315-920-0749","email_id":"Jailyn71@hotmail.com","dop":"2025-04-06","serial_number":"19995083948725","imei1":"19995083948725","imei2":"19995083948725","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T04:57:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162849,"job_number":"JOB_162849","tr_customer_id":162866,"tr_customer_product_id":162856,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:56:21.000Z","modified_at":"2026-01-21T04:57:00.000Z","name":"Karine Tromp","mobile_number":"912-269-0209","email_id":"Maya66@hotmail.com","dop":"2025-04-06","serial_number":"16297752827894","imei1":"16297752827894","imei2":"16297752827894","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T04:57:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162847,"job_number":"JOB_162847","tr_customer_id":162864,"tr_customer_product_id":162854,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:55:35.000Z","modified_at":"2026-01-21T04:56:14.000Z","name":"Kaylie Deckow","mobile_number":"221-666-3278","email_id":"Nelda_Fadel7@hotmail.com","dop":"2025-04-06","serial_number":"19406400506696","imei1":"19406400506696","imei2":"19406400506696","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T04:56:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162846,"job_number":"JOB_162846","tr_customer_id":162863,"tr_customer_product_id":162853,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:50:32.000Z","modified_at":"2026-01-21T04:50:43.000Z","name":"Anibal Swift","mobile_number":"459-411-5035","email_id":"Alta_Raynor@yahoo.com","dop":"2025-07-01","serial_number":"107524683713839","imei1":"107524683713839","imei2":"107524683713839","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T04:50:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162844,"job_number":"JOB_162844","tr_customer_id":162861,"tr_customer_product_id":162851,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:50:17.000Z","modified_at":"2026-01-21T04:50:29.000Z","name":"Leta Dicki","mobile_number":"887-388-9895","email_id":"Angeline21@gmail.com","dop":"2025-07-01","serial_number":"109769010337732","imei1":"109769010337732","imei2":"109769010337732","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T04:50:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162836,"job_number":"JOB_162836","tr_customer_id":162853,"tr_customer_product_id":162843,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:40:28.000Z","modified_at":"2026-01-21T04:41:05.000Z","name":"Rogelio Abshire","mobile_number":"792-630-5066","email_id":"Alexie81@yahoo.com","dop":"2025-04-06","serial_number":"15659293544667","imei1":"15659293544667","imei2":"15659293544667","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T04:41:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162832,"job_number":"JOB_162832","tr_customer_id":162849,"tr_customer_product_id":162839,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:39:44.000Z","modified_at":"2026-01-21T04:40:21.000Z","name":"Shad Schumm","mobile_number":"899-328-5727","email_id":"Cheyanne.West@gmail.com","dop":"2025-04-06","serial_number":"13084459444306","imei1":"13084459444306","imei2":"13084459444306","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T04:40:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162829,"job_number":"JOB_162829","tr_customer_id":162846,"tr_customer_product_id":162836,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:39:00.000Z","modified_at":"2026-01-21T04:39:37.000Z","name":"Willy Treutel","mobile_number":"835-476-0629","email_id":"Ambrose_Brekke@gmail.com","dop":"2025-04-06","serial_number":"17719668847451","imei1":"17719668847451","imei2":"17719668847451","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T04:39:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162826,"job_number":"JOB_162826","tr_customer_id":162843,"tr_customer_product_id":162833,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:07:59.000Z","modified_at":"2026-01-21T04:08:35.000Z","name":"Elenor Goldner","mobile_number":"943-788-1744","email_id":"Derick.Bode30@hotmail.com","dop":"2025-04-06","serial_number":"13101353441914","imei1":"13101353441914","imei2":"13101353441914","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T04:08:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162823,"job_number":"JOB_162823","tr_customer_id":162840,"tr_customer_product_id":162830,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:07:15.000Z","modified_at":"2026-01-21T04:07:52.000Z","name":"Ezra Schaden","mobile_number":"842-210-0777","email_id":"Quincy_Stoltenberg@yahoo.com","dop":"2025-04-06","serial_number":"13419121368688","imei1":"13419121368688","imei2":"13419121368688","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T04:07:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162820,"job_number":"JOB_162820","tr_customer_id":162837,"tr_customer_product_id":162827,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:06:31.000Z","modified_at":"2026-01-21T04:07:08.000Z","name":"Savannah Barton","mobile_number":"762-285-4244","email_id":"Luz_Bauch@yahoo.com","dop":"2025-04-06","serial_number":"16431544841382","imei1":"16431544841382","imei2":"16431544841382","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T04:07:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162793,"job_number":"JOB_162793","tr_customer_id":162810,"tr_customer_product_id":162800,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:56:45.000Z","modified_at":"2026-01-21T03:57:22.000Z","name":"Daija Osinski","mobile_number":"477-559-8075","email_id":"Elian_Mohr@gmail.com","dop":"2025-04-06","serial_number":"18665664223340","imei1":"18665664223340","imei2":"18665664223340","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:57:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162790,"job_number":"JOB_162790","tr_customer_id":162807,"tr_customer_product_id":162797,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:56:18.000Z","modified_at":"2026-01-21T03:56:54.000Z","name":"Blaze Shanahan","mobile_number":"674-452-7759","email_id":"Leila.Oberbrunner61@gmail.com","dop":"2025-04-06","serial_number":"16678211497943","imei1":"16678211497943","imei2":"16678211497943","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:56:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162780,"job_number":"JOB_162780","tr_customer_id":162797,"tr_customer_product_id":162787,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:56:09.000Z","modified_at":"2026-01-21T03:56:46.000Z","name":"Tyra Abshire","mobile_number":"438-381-1054","email_id":"Lulu26@hotmail.com","dop":"2025-04-06","serial_number":"13048748776953","imei1":"13048748776953","imei2":"13048748776953","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:56:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162777,"job_number":"JOB_162777","tr_customer_id":162794,"tr_customer_product_id":162784,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:56:07.000Z","modified_at":"2026-01-21T03:56:43.000Z","name":"Leif Reilly","mobile_number":"737-540-3233","email_id":"Coty52@gmail.com","dop":"2025-04-06","serial_number":"19835682176129","imei1":"19835682176129","imei2":"19835682176129","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:56:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162772,"job_number":"JOB_162772","tr_customer_id":162789,"tr_customer_product_id":162779,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:56:01.000Z","modified_at":"2026-01-21T03:56:38.000Z","name":"Domingo Gorczany","mobile_number":"326-710-2540","email_id":"Marjolaine.Beatty@gmail.com","dop":"2025-04-06","serial_number":"18288382644165","imei1":"18288382644165","imei2":"18288382644165","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:56:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162769,"job_number":"JOB_162769","tr_customer_id":162786,"tr_customer_product_id":162776,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:56:00.000Z","modified_at":"2026-01-21T03:56:39.000Z","name":"Emmett Fisher","mobile_number":"905-927-3077","email_id":"Destiny70@gmail.com","dop":"2025-04-06","serial_number":"12355022513967","imei1":"12355022513967","imei2":"12355022513967","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:56:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162768,"job_number":"JOB_162768","tr_customer_id":162785,"tr_customer_product_id":162775,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:56:00.000Z","modified_at":"2026-01-21T03:56:35.000Z","name":"Sabrina Stokes","mobile_number":"624-963-2021","email_id":"Elwin30@gmail.com","dop":"2025-04-06","serial_number":"16318570667067","imei1":"16318570667067","imei2":"16318570667067","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:56:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162764,"job_number":"JOB_162764","tr_customer_id":162781,"tr_customer_product_id":162771,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:59.000Z","modified_at":"2026-01-21T03:56:35.000Z","name":"Maurine Kshlerin","mobile_number":"424-405-7015","email_id":"Norwood_Hills25@yahoo.com","dop":"2025-04-06","serial_number":"15203200953838","imei1":"15203200953838","imei2":"15203200953838","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:56:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162762,"job_number":"JOB_162762","tr_customer_id":162779,"tr_customer_product_id":162769,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:58.000Z","modified_at":"2026-01-21T03:56:38.000Z","name":"Alfredo Botsford","mobile_number":"504-530-0265","email_id":"Katherine_DAmore@yahoo.com","dop":"2025-04-06","serial_number":"13966168632848","imei1":"13966168632848","imei2":"13966168632848","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:56:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162756,"job_number":"JOB_162756","tr_customer_id":162773,"tr_customer_product_id":162763,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:52.000Z","modified_at":"2026-01-21T03:56:29.000Z","name":"Jaden Wintheiser","mobile_number":"953-339-8860","email_id":"Yasmine.Collier@hotmail.com","dop":"2025-04-06","serial_number":"19457451897614","imei1":"19457451897614","imei2":"19457451897614","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:56:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162753,"job_number":"JOB_162753","tr_customer_id":162770,"tr_customer_product_id":162760,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:45.000Z","modified_at":"2026-01-21T03:56:24.000Z","name":"Damaris Kautzer","mobile_number":"509-765-9199","email_id":"Murphy_Rolfson@gmail.com","dop":"2025-04-06","serial_number":"15221853954662","imei1":"15221853954662","imei2":"15221853954662","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:56:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162747,"job_number":"JOB_162747","tr_customer_id":162764,"tr_customer_product_id":162754,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:33.000Z","modified_at":"2026-01-21T03:56:10.000Z","name":"Sandrine Konopelski","mobile_number":"592-993-5479","email_id":"Garret61@gmail.com","dop":"2025-04-06","serial_number":"16612816751742","imei1":"16612816751742","imei2":"16612816751742","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:56:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162744,"job_number":"JOB_162744","tr_customer_id":162761,"tr_customer_product_id":162751,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:29.000Z","modified_at":"2026-01-21T03:56:06.000Z","name":"Jarret Schuster","mobile_number":"848-815-5376","email_id":"Kristin92@yahoo.com","dop":"2025-04-06","serial_number":"15859157635134","imei1":"15859157635134","imei2":"15859157635134","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:56:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162737,"job_number":"JOB_162737","tr_customer_id":162754,"tr_customer_product_id":162744,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:24.000Z","modified_at":"2026-01-21T03:56:01.000Z","name":"Roosevelt Feil","mobile_number":"779-526-0907","email_id":"Korey_Gerlach80@hotmail.com","dop":"2025-04-06","serial_number":"15642000329460","imei1":"15642000329460","imei2":"15642000329460","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:56:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162735,"job_number":"JOB_162735","tr_customer_id":162752,"tr_customer_product_id":162742,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:22.000Z","modified_at":"2026-01-21T03:55:59.000Z","name":"Anne Labadie","mobile_number":"281-721-6825","email_id":"Martin_Cole@yahoo.com","dop":"2025-04-06","serial_number":"10584542602368","imei1":"10584542602368","imei2":"10584542602368","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:55:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162731,"job_number":"JOB_162731","tr_customer_id":162748,"tr_customer_product_id":162738,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:19.000Z","modified_at":"2026-01-21T03:55:53.000Z","name":"Isabelle Braun","mobile_number":"270-582-3385","email_id":"Luna_Kiehn33@gmail.com","dop":"2025-04-06","serial_number":"14645338406941","imei1":"14645338406941","imei2":"14645338406941","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:55:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162730,"job_number":"JOB_162730","tr_customer_id":162747,"tr_customer_product_id":162737,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:19.000Z","modified_at":"2026-01-21T03:55:54.000Z","name":"Deondre Robel","mobile_number":"807-441-5171","email_id":"Fritz.Weimann@gmail.com","dop":"2025-04-06","serial_number":"12044646026468","imei1":"12044646026468","imei2":"12044646026468","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:55:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162725,"job_number":"JOB_162725","tr_customer_id":162742,"tr_customer_product_id":162732,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:17.000Z","modified_at":"2026-01-21T03:55:52.000Z","name":"Arielle Weber","mobile_number":"934-857-5231","email_id":"Marcellus_Marquardt91@yahoo.com","dop":"2025-04-06","serial_number":"10305875214283","imei1":"10305875214283","imei2":"10305875214283","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:55:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162723,"job_number":"JOB_162723","tr_customer_id":162740,"tr_customer_product_id":162730,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:17.000Z","modified_at":"2026-01-21T03:55:54.000Z","name":"Blake Hahn","mobile_number":"724-881-6914","email_id":"Pamela.Jerde@gmail.com","dop":"2025-04-06","serial_number":"15513768219737","imei1":"15513768219737","imei2":"15513768219737","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:55:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162720,"job_number":"JOB_162720","tr_customer_id":162737,"tr_customer_product_id":162727,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:14.000Z","modified_at":"2026-01-21T03:55:53.000Z","name":"Nona Bernhard","mobile_number":"961-213-4399","email_id":"Reilly_Schumm94@yahoo.com","dop":"2025-04-06","serial_number":"11064625716026","imei1":"11064625716026","imei2":"11064625716026","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:55:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162716,"job_number":"JOB_162716","tr_customer_id":162733,"tr_customer_product_id":162723,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:12.000Z","modified_at":"2026-01-21T03:55:50.000Z","name":"Lolita Gleason","mobile_number":"219-445-2155","email_id":"Paris.Pouros40@gmail.com","dop":"2025-04-06","serial_number":"12666730763924","imei1":"12666730763924","imei2":"12666730763924","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:55:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162714,"job_number":"JOB_162714","tr_customer_id":162731,"tr_customer_product_id":162721,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:10.000Z","modified_at":"2026-01-21T03:55:49.000Z","name":"Zechariah Fay","mobile_number":"834-754-6441","email_id":"Jayce.Fadel@gmail.com","dop":"2025-04-06","serial_number":"18367506703739","imei1":"18367506703739","imei2":"18367506703739","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:55:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162711,"job_number":"JOB_162711","tr_customer_id":162728,"tr_customer_product_id":162718,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:08.000Z","modified_at":"2026-01-21T03:55:45.000Z","name":"Samson Jenkins","mobile_number":"468-897-3166","email_id":"Rick.Jacobi53@hotmail.com","dop":"2025-04-06","serial_number":"13669836359349","imei1":"13669836359349","imei2":"13669836359349","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:55:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162708,"job_number":"JOB_162708","tr_customer_id":162725,"tr_customer_product_id":162715,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:59.000Z","modified_at":"2026-01-21T03:55:37.000Z","name":"Chanel Torp","mobile_number":"971-597-8476","email_id":"Cora.Little83@yahoo.com","dop":"2025-04-06","serial_number":"14266294146586","imei1":"14266294146586","imei2":"14266294146586","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:55:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162702,"job_number":"JOB_162702","tr_customer_id":162719,"tr_customer_product_id":162709,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:50.000Z","modified_at":"2026-01-21T03:55:26.000Z","name":"Shawna Conroy","mobile_number":"706-235-8255","email_id":"Willie_Bins@hotmail.com","dop":"2025-04-06","serial_number":"18566860494821","imei1":"18566860494821","imei2":"18566860494821","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:55:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162698,"job_number":"JOB_162698","tr_customer_id":162715,"tr_customer_product_id":162705,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:45.000Z","modified_at":"2026-01-21T03:55:22.000Z","name":"Brandyn Ryan","mobile_number":"342-836-0789","email_id":"Derek_Waelchi91@hotmail.com","dop":"2025-04-06","serial_number":"14380441275526","imei1":"14380441275526","imei2":"14380441275526","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:55:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162694,"job_number":"JOB_162694","tr_customer_id":162711,"tr_customer_product_id":162701,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:41.000Z","modified_at":"2026-01-21T03:55:17.000Z","name":"Ollie Kilback","mobile_number":"911-252-0985","email_id":"Clare_Oberbrunner@yahoo.com","dop":"2025-04-06","serial_number":"12869432379823","imei1":"12869432379823","imei2":"12869432379823","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:55:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162686,"job_number":"JOB_162686","tr_customer_id":162703,"tr_customer_product_id":162693,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:39.000Z","modified_at":"2026-01-21T03:55:15.000Z","name":"Cathryn Hagenes","mobile_number":"909-455-5091","email_id":"Orval_Lindgren79@yahoo.com","dop":"2025-04-06","serial_number":"19488924562643","imei1":"19488924562643","imei2":"19488924562643","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:55:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162681,"job_number":"JOB_162681","tr_customer_id":162698,"tr_customer_product_id":162688,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:38.000Z","modified_at":"2026-01-21T03:55:16.000Z","name":"Tina Williamson","mobile_number":"773-544-1621","email_id":"Maximo39@yahoo.com","dop":"2025-04-06","serial_number":"16118687829239","imei1":"16118687829239","imei2":"16118687829239","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:55:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162678,"job_number":"JOB_162678","tr_customer_id":162695,"tr_customer_product_id":162685,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:37.000Z","modified_at":"2026-01-21T03:55:12.000Z","name":"Charles Kautzer","mobile_number":"214-939-5625","email_id":"Candace.Abernathy50@hotmail.com","dop":"2025-04-06","serial_number":"15870016967143","imei1":"15870016967143","imei2":"15870016967143","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:55:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162673,"job_number":"JOB_162673","tr_customer_id":162690,"tr_customer_product_id":162680,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:35.000Z","modified_at":"2026-01-21T03:55:11.000Z","name":"Jordon Fahey","mobile_number":"675-986-4348","email_id":"Jermain_Schaden@yahoo.com","dop":"2025-04-06","serial_number":"16600416989378","imei1":"16600416989378","imei2":"16600416989378","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:55:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162672,"job_number":"JOB_162672","tr_customer_id":162689,"tr_customer_product_id":162679,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:35.000Z","modified_at":"2026-01-21T03:55:10.000Z","name":"Jake Champlin","mobile_number":"632-459-8880","email_id":"Tito73@hotmail.com","dop":"2025-04-06","serial_number":"13753611570726","imei1":"13753611570726","imei2":"13753611570726","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:55:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162664,"job_number":"JOB_162664","tr_customer_id":162681,"tr_customer_product_id":162671,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:28.000Z","modified_at":"2026-01-21T03:55:07.000Z","name":"Mikel Gislason","mobile_number":"317-822-0971","email_id":"Flavio_Sipes75@gmail.com","dop":"2025-04-06","serial_number":"11905602048084","imei1":"11905602048084","imei2":"11905602048084","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:55:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162658,"job_number":"JOB_162658","tr_customer_id":162675,"tr_customer_product_id":162665,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:25.000Z","modified_at":"2026-01-21T03:55:04.000Z","name":"Luisa Daugherty","mobile_number":"680-877-8714","email_id":"Wyman.Rowe@yahoo.com","dop":"2025-04-06","serial_number":"10238734404027","imei1":"10238734404027","imei2":"10238734404027","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:55:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162656,"job_number":"JOB_162656","tr_customer_id":162673,"tr_customer_product_id":162663,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:25.000Z","modified_at":"2026-01-21T03:55:01.000Z","name":"Alexandre Adams","mobile_number":"757-520-6558","email_id":"Nathan_Volkman29@hotmail.com","dop":"2025-04-06","serial_number":"17119721365153","imei1":"17119721365153","imei2":"17119721365153","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:55:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162655,"job_number":"JOB_162655","tr_customer_id":162672,"tr_customer_product_id":162662,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:25.000Z","modified_at":"2026-01-21T03:55:03.000Z","name":"Lora O'Reilly","mobile_number":"831-350-1137","email_id":"Devin3@hotmail.com","dop":"2025-04-06","serial_number":"14642630053185","imei1":"14642630053185","imei2":"14642630053185","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:55:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162649,"job_number":"JOB_162649","tr_customer_id":162666,"tr_customer_product_id":162656,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:21.000Z","modified_at":"2026-01-21T03:54:58.000Z","name":"Demond Hansen","mobile_number":"229-898-2513","email_id":"Eino38@yahoo.com","dop":"2025-04-06","serial_number":"19971897015472","imei1":"19971897015472","imei2":"19971897015472","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:54:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162648,"job_number":"JOB_162648","tr_customer_id":162665,"tr_customer_product_id":162655,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:21.000Z","modified_at":"2026-01-21T03:54:57.000Z","name":"Maximillian Wisoky","mobile_number":"481-210-9867","email_id":"Guiseppe88@hotmail.com","dop":"2025-06-18","serial_number":"10234349578596","imei1":"10234349578596","imei2":"10234349578596","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:54:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162645,"job_number":"JOB_162645","tr_customer_id":162662,"tr_customer_product_id":162652,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:13.000Z","modified_at":"2026-01-21T03:54:51.000Z","name":"Emerson Shanahan","mobile_number":"652-872-2180","email_id":"Kristy8@hotmail.com","dop":"2025-04-06","serial_number":"10947156777713","imei1":"10947156777713","imei2":"10947156777713","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:54:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162640,"job_number":"JOB_162640","tr_customer_id":162657,"tr_customer_product_id":162647,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:07.000Z","modified_at":"2026-01-21T03:54:43.000Z","name":"Shane Kub","mobile_number":"932-517-6766","email_id":"Flavie_Okuneva59@gmail.com","dop":"2025-04-06","serial_number":"19008913160366","imei1":"19008913160366","imei2":"19008913160366","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:54:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162638,"job_number":"JOB_162638","tr_customer_id":162655,"tr_customer_product_id":162645,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:53:59.000Z","modified_at":"2026-01-21T03:54:34.000Z","name":"Dexter Crooks","mobile_number":"212-681-2925","email_id":"Luther.Conn36@yahoo.com","dop":"2025-04-06","serial_number":"12814704807136","imei1":"12814704807136","imei2":"12814704807136","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:54:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162635,"job_number":"JOB_162635","tr_customer_id":162652,"tr_customer_product_id":162642,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:53:53.000Z","modified_at":"2026-01-21T03:54:28.000Z","name":"Princess Bayer","mobile_number":"544-904-1316","email_id":"Sarina_Lynch@yahoo.com","dop":"2025-04-06","serial_number":"18864871061443","imei1":"18864871061443","imei2":"18864871061443","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:54:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162632,"job_number":"JOB_162632","tr_customer_id":162649,"tr_customer_product_id":162639,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:53:47.000Z","modified_at":"2026-01-21T03:54:23.000Z","name":"Hobart Ruecker","mobile_number":"556-738-3578","email_id":"Carmela.Hyatt23@yahoo.com","dop":"2025-04-06","serial_number":"17238586412775","imei1":"17238586412775","imei2":"17238586412775","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:54:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162630,"job_number":"JOB_162630","tr_customer_id":162647,"tr_customer_product_id":162637,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:53:39.000Z","modified_at":"2026-01-21T03:54:17.000Z","name":"Micah Yundt","mobile_number":"790-766-8992","email_id":"Gus_Cummings16@hotmail.com","dop":"2025-04-06","serial_number":"19795840133136","imei1":"19795840133136","imei2":"19795840133136","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:54:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162627,"job_number":"JOB_162627","tr_customer_id":162644,"tr_customer_product_id":162634,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:53:38.000Z","modified_at":"2026-01-21T03:54:14.000Z","name":"Jillian Willms","mobile_number":"603-525-3968","email_id":"Theo_Ziemann@hotmail.com","dop":"2025-06-18","serial_number":"10490481658436","imei1":"10490481658436","imei2":"10490481658436","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:54:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162624,"job_number":"JOB_162624","tr_customer_id":162641,"tr_customer_product_id":162631,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:53:37.000Z","modified_at":"2026-01-21T03:54:14.000Z","name":"Trisha Johns","mobile_number":"333-581-5263","email_id":"Vallie72@gmail.com","dop":"2025-04-06","serial_number":"15864999580411","imei1":"15864999580411","imei2":"15864999580411","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:54:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162622,"job_number":"JOB_162622","tr_customer_id":162639,"tr_customer_product_id":162629,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:53:28.000Z","modified_at":"2026-01-21T03:54:03.000Z","name":"Sylvan Will","mobile_number":"962-389-6969","email_id":"Chyna_Satterfield@hotmail.com","dop":"2025-04-06","serial_number":"12423343791114","imei1":"12423343791114","imei2":"12423343791114","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:54:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162621,"job_number":"JOB_162621","tr_customer_id":162638,"tr_customer_product_id":162628,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:53:27.000Z","modified_at":"2026-01-21T03:53:35.000Z","name":"Karthik Duruvasula","mobile_number":"7897897890","email_id":"krthiksantosh@gmail.com","dop":"2025-05-07","serial_number":"29776641992789","imei1":"29776641992789","imei2":"29776641992789","popurl":"2025-05-07T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:53:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162619,"job_number":"JOB_162619","tr_customer_id":162636,"tr_customer_product_id":162626,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:53:20.000Z","modified_at":"2026-01-21T03:53:56.000Z","name":"Ray Turner","mobile_number":"579-685-7693","email_id":"Fernando_McDermott@hotmail.com","dop":"2025-04-06","serial_number":"12038532373941","imei1":"12038532373941","imei2":"12038532373941","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:53:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162617,"job_number":"JOB_162617","tr_customer_id":162634,"tr_customer_product_id":162624,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:53:17.000Z","modified_at":"2026-01-21T03:53:52.000Z","name":"Edyth Grimes","mobile_number":"421-871-8030","email_id":"Chadrick.Leffler60@hotmail.com","dop":"2025-04-06","serial_number":"16318141513793","imei1":"16318141513793","imei2":"16318141513793","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:53:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162615,"job_number":"JOB_162615","tr_customer_id":162632,"tr_customer_product_id":162622,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:53:16.000Z","modified_at":"2026-01-21T03:53:25.000Z","name":"Karthik Duruvasula","mobile_number":"7897897890","email_id":"krthiksantosh@gmail.com","dop":"2025-05-07","serial_number":"60839021241927","imei1":"60839021241927","imei2":"60839021241927","popurl":"2025-05-07T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:53:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162613,"job_number":"JOB_162613","tr_customer_id":162630,"tr_customer_product_id":162620,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:48:33.000Z","modified_at":"2026-01-21T03:49:05.000Z","name":"Geovanni Bartell","mobile_number":"264-283-5154","email_id":"Davon_Maggio50@gmail.com","dop":"2025-04-06","serial_number":"16769524572060","imei1":"16769524572060","imei2":"16769524572060","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:49:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162610,"job_number":"JOB_162610","tr_customer_id":162627,"tr_customer_product_id":162617,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:47:53.000Z","modified_at":"2026-01-21T03:48:26.000Z","name":"Larissa Schaden","mobile_number":"790-530-1039","email_id":"Eden.Krajcik@gmail.com","dop":"2025-04-06","serial_number":"12018204227382","imei1":"12018204227382","imei2":"12018204227382","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:48:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162607,"job_number":"JOB_162607","tr_customer_id":162624,"tr_customer_product_id":162614,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:47:12.000Z","modified_at":"2026-01-21T03:47:46.000Z","name":"Ona Jaskolski","mobile_number":"469-282-0317","email_id":"Randi_Greenfelder@gmail.com","dop":"2025-04-06","serial_number":"13470679357318","imei1":"13470679357318","imei2":"13470679357318","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:47:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162603,"job_number":"JOB_162603","tr_customer_id":162620,"tr_customer_product_id":162610,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T02:59:54.000Z","modified_at":"2026-01-21T03:44:48.000Z","name":"Fay Jaskolski","mobile_number":"333-876-7079","email_id":"Jaqueline40@hotmail.com","dop":"2025-04-06","serial_number":"17178707346116856","imei1":"17178707346116856","imei2":"17178707346116856","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:44:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162602,"job_number":"JOB_162602","tr_customer_id":162619,"tr_customer_product_id":162609,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T02:59:53.000Z","modified_at":"2026-01-21T03:00:32.000Z","name":"Jade Harris","mobile_number":"750-695-1076","email_id":"Gladyce_Thiel@yahoo.com","dop":"2025-04-06","serial_number":"18018350818538","imei1":"18018350818538","imei2":"18018350818538","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:00:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162599,"job_number":"JOB_162599","tr_customer_id":162616,"tr_customer_product_id":162606,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T02:59:05.000Z","modified_at":"2026-01-21T02:59:45.000Z","name":"Vilma Crooks","mobile_number":"521-767-9582","email_id":"Dawn.Tillman70@yahoo.com","dop":"2025-04-06","serial_number":"15539871771051","imei1":"15539871771051","imei2":"15539871771051","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T02:59:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162596,"job_number":"JOB_162596","tr_customer_id":162613,"tr_customer_product_id":162603,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T02:58:18.000Z","modified_at":"2026-01-21T02:58:57.000Z","name":"Virginia Kunde","mobile_number":"682-553-7790","email_id":"Chester.Murray56@yahoo.com","dop":"2025-04-06","serial_number":"19688787886970","imei1":"19688787886970","imei2":"19688787886970","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T02:58:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162986,"job_number":"JOB_162986","tr_customer_id":163003,"tr_customer_product_id":162993,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:48:08.000Z","modified_at":"2026-01-21T07:33:13.000Z","name":"Karishma Shetkar","mobile_number":"8928885292","email_id":"shetkarshashank@gmail.com","dop":"2026-01-12","serial_number":"32051489201456","imei1":"32051489201456","imei2":"32051489201456","popurl":"2026-01-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-21T07:33:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162959,"job_number":"JOB_162959","tr_customer_id":162976,"tr_customer_product_id":162966,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:38:45.000Z","modified_at":"2026-01-21T06:39:22.000Z","name":"Amaya Hackett","mobile_number":"412-898-5815","email_id":"Alana.Boyle@yahoo.com","dop":"2000-01-31","serial_number":"10320798703621","imei1":"10320798703621","imei2":"10320798703621","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T06:39:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162950,"job_number":"JOB_162950","tr_customer_id":162967,"tr_customer_product_id":162957,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:38:00.000Z","modified_at":"2026-01-21T06:38:37.000Z","name":"Kaitlin Ankunding","mobile_number":"285-536-0022","email_id":"Retta78@hotmail.com","dop":"2000-01-31","serial_number":"10347991978815","imei1":"10347991978815","imei2":"10347991978815","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T06:38:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162944,"job_number":"JOB_162944","tr_customer_id":162961,"tr_customer_product_id":162951,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:37:15.000Z","modified_at":"2026-01-21T06:37:53.000Z","name":"Mittie Shields","mobile_number":"831-454-0210","email_id":"Ernest.Auer@hotmail.com","dop":"2000-01-31","serial_number":"10165519465858","imei1":"10165519465858","imei2":"10165519465858","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T06:37:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162938,"job_number":"JOB_162938","tr_customer_id":162955,"tr_customer_product_id":162945,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:36:30.000Z","modified_at":"2026-01-21T06:37:08.000Z","name":"Jordon Bernhard","mobile_number":"583-901-4046","email_id":"Wilbert98@yahoo.com","dop":"2000-01-31","serial_number":"10576643990621","imei1":"10576643990621","imei2":"10576643990621","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T06:37:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162841,"job_number":"JOB_162841","tr_customer_id":162858,"tr_customer_product_id":162848,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:46:59.000Z","modified_at":"2026-01-21T04:47:26.000Z","name":"Jonatan McClure","mobile_number":"653-731-9683","email_id":"Adolfo_Rath63@hotmail.com","dop":"2017-01-31","serial_number":"19146630869963","imei1":"19146630869963","imei2":"19146630869963","popurl":"2017-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T04:47:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162839,"job_number":"JOB_162839","tr_customer_id":162856,"tr_customer_product_id":162846,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:45:07.000Z","modified_at":"2026-01-21T04:45:34.000Z","name":"Blanche Torphy","mobile_number":"885-770-0950","email_id":"Abner73@gmail.com","dop":"2017-01-31","serial_number":"10980136329168","imei1":"10980136329168","imei2":"10980136329168","popurl":"2017-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T04:45:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162818,"job_number":"JOB_162818","tr_customer_id":162835,"tr_customer_product_id":162825,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:03:25.000Z","modified_at":"2026-01-21T04:03:49.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"84244608133657","imei1":"84244608133657","imei2":"84244608133657","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T04:03:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162811,"job_number":"JOB_162811","tr_customer_id":162828,"tr_customer_product_id":162818,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:02:53.000Z","modified_at":"2026-01-21T04:03:17.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"84952586843901","imei1":"84952586843901","imei2":"84952586843901","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T04:03:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162804,"job_number":"JOB_162804","tr_customer_id":162821,"tr_customer_product_id":162811,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:02:22.000Z","modified_at":"2026-01-21T04:02:46.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"64648166473004","imei1":"64648166473004","imei2":"64648166473004","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T04:02:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162796,"job_number":"JOB_162796","tr_customer_id":162813,"tr_customer_product_id":162803,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:57:00.000Z","modified_at":"2026-01-21T03:57:39.000Z","name":"Isabel Mills","mobile_number":"406-262-7915","email_id":"Candido.Rowe@gmail.com","dop":"2000-01-31","serial_number":"10729306752076","imei1":"10729306752076","imei2":"10729306752076","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:57:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162787,"job_number":"JOB_162787","tr_customer_id":162804,"tr_customer_product_id":162794,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:56:13.000Z","modified_at":"2026-01-21T03:56:52.000Z","name":"Marjory Hilpert","mobile_number":"466-818-5187","email_id":"Candida.Rutherford@yahoo.com","dop":"2000-01-31","serial_number":"10677982861035","imei1":"10677982861035","imei2":"10677982861035","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:56:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162741,"job_number":"JOB_162741","tr_customer_id":162758,"tr_customer_product_id":162748,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:26.000Z","modified_at":"2026-01-21T03:56:05.000Z","name":"Verona Shields","mobile_number":"530-878-4794","email_id":"Dora.Moen@yahoo.com","dop":"2000-01-31","serial_number":"10804630468228","imei1":"10804630468228","imei2":"10804630468228","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:56:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162688,"job_number":"JOB_162688","tr_customer_id":162705,"tr_customer_product_id":162695,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:39.000Z","modified_at":"2026-01-21T03:55:18.000Z","name":"Lindsey Kreiger","mobile_number":"946-871-5451","email_id":"Dedric0@gmail.com","dop":"2000-01-31","serial_number":"10105368188057","imei1":"10105368188057","imei2":"10105368188057","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:55:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162666,"job_number":"JOB_162666","tr_customer_id":162683,"tr_customer_product_id":162673,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:30.000Z","modified_at":"2026-01-21T03:54:46.000Z","name":"Verna Hammes","mobile_number":"743-999-3938","email_id":"Assunta.Franecki14@gmail.com","dop":"2025-05-30","serial_number":"15602979380288","imei1":"15602979380288","imei2":"15602979380288","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:54:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163012,"job_number":"JOB_163012","tr_customer_id":163029,"tr_customer_product_id":163019,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T07:47:17.000Z","modified_at":"2026-01-21T07:47:29.000Z","name":"Octavia Hahn","mobile_number":"950-265-4948","email_id":"Bart95@yahoo.com","dop":"2025-11-04","serial_number":"39713453300546","imei1":"39713453300546","imei2":"39713453300546","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T07:47:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163005,"job_number":"JOB_163005","tr_customer_id":163022,"tr_customer_product_id":163012,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T07:28:51.000Z","modified_at":"2026-01-21T07:29:03.000Z","name":"Major Barton","mobile_number":"564-853-2415","email_id":"Norene93@gmail.com","dop":"2025-11-04","serial_number":"12099593377760","imei1":"12099593377760","imei2":"12099593377760","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T07:29:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163004,"job_number":"JOB_163004","tr_customer_id":163021,"tr_customer_product_id":163011,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T07:28:34.000Z","modified_at":"2026-01-21T07:28:46.000Z","name":"Yolanda Schulist","mobile_number":"358-775-2746","email_id":"Vallie.Schuppe48@yahoo.com","dop":"2025-11-04","serial_number":"44518658767589","imei1":"44518658767589","imei2":"44518658767589","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T07:28:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162925,"job_number":"JOB_162925","tr_customer_id":162942,"tr_customer_product_id":162932,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:31:35.000Z","modified_at":"2026-01-21T06:31:46.000Z","name":"jatin sharma","mobile_number":"9191976787","email_id":"jatinvsharma@gmail.com","dop":"2025-12-13","serial_number":"57309058486599","imei1":"57309058486599","imei2":"57309058486599","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T06:31:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162924,"job_number":"JOB_162924","tr_customer_id":162941,"tr_customer_product_id":162931,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:31:20.000Z","modified_at":"2026-01-21T06:31:31.000Z","name":"uday p","mobile_number":"9191922787","email_id":"udap@gmail.com","dop":"2025-12-13","serial_number":"17154744459382","imei1":"17154744459382","imei2":"17154744459382","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T06:31:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162920,"job_number":"JOB_162920","tr_customer_id":162937,"tr_customer_product_id":162927,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:31:05.000Z","modified_at":"2026-01-21T06:31:16.000Z","name":"shoaib shaikh","mobile_number":"9191987787","email_id":"shaikhshoaib@gmail.com","dop":"2025-12-13","serial_number":"55918937670242","imei1":"55918937670242","imei2":"55918937670242","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T06:31:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162893,"job_number":"JOB_162893","tr_customer_id":162910,"tr_customer_product_id":162900,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:23:21.000Z","modified_at":"2026-01-21T06:23:33.000Z","name":"jatin sharma","mobile_number":"9191976787","email_id":"jatinvsharma@gmail.com","dop":"2025-12-13","serial_number":"64282419611892","imei1":"64282419611892","imei2":"64282419611892","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T06:23:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162892,"job_number":"JOB_162892","tr_customer_id":162909,"tr_customer_product_id":162899,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:23:06.000Z","modified_at":"2026-01-21T06:23:17.000Z","name":"uday p","mobile_number":"9191922787","email_id":"udap@gmail.com","dop":"2025-12-13","serial_number":"43066776680063","imei1":"43066776680063","imei2":"43066776680063","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T06:23:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162891,"job_number":"JOB_162891","tr_customer_id":162908,"tr_customer_product_id":162898,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:22:50.000Z","modified_at":"2026-01-21T06:23:01.000Z","name":"shoaib shaikh","mobile_number":"9191987787","email_id":"shaikhshoaib@gmail.com","dop":"2025-12-13","serial_number":"69761891639848","imei1":"69761891639848","imei2":"69761891639848","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T06:23:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162889,"job_number":"JOB_162889","tr_customer_id":162906,"tr_customer_product_id":162896,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:21:40.000Z","modified_at":"2026-01-21T06:21:51.000Z","name":"Roger Welch","mobile_number":"729-253-2332","email_id":"Liza_Collins@hotmail.com","dop":"2025-06-09","serial_number":"104316782562222","imei1":"104316782562222","imei2":"104316782562222","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T06:21:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162886,"job_number":"JOB_162886","tr_customer_id":162903,"tr_customer_product_id":162893,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:21:23.000Z","modified_at":"2026-01-21T06:21:35.000Z","name":"Rupert Sauer","mobile_number":"446-881-2133","email_id":"Larue.Berge25@gmail.com","dop":"2025-06-09","serial_number":"103764698010272","imei1":"103764698010272","imei2":"103764698010272","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T06:21:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162883,"job_number":"JOB_162883","tr_customer_id":162900,"tr_customer_product_id":162890,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:21:06.000Z","modified_at":"2026-01-21T06:21:18.000Z","name":"Leslie Donnelly","mobile_number":"940-318-3171","email_id":"Aida_Rosenbaum21@hotmail.com","dop":"2025-06-09","serial_number":"100120630446228","imei1":"100120630446228","imei2":"100120630446228","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T06:21:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162881,"job_number":"JOB_162881","tr_customer_id":162898,"tr_customer_product_id":162888,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:18:53.000Z","modified_at":"2026-01-21T06:19:03.000Z","name":"Erich Schuster","mobile_number":"812-494-7586","email_id":"Luella4@hotmail.com","dop":"2025-11-04","serial_number":"67525805198858","imei1":"67525805198858","imei2":"67525805198858","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T06:19:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162880,"job_number":"JOB_162880","tr_customer_id":162897,"tr_customer_product_id":162887,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:18:38.000Z","modified_at":"2026-01-21T06:18:49.000Z","name":"Marcellus Predovic","mobile_number":"626-935-4538","email_id":"Monica.Rippin15@hotmail.com","dop":"2025-11-04","serial_number":"39590447961371","imei1":"39590447961371","imei2":"39590447961371","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T06:18:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162879,"job_number":"JOB_162879","tr_customer_id":162896,"tr_customer_product_id":162886,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:18:34.000Z","modified_at":"2026-01-21T06:18:58.000Z","name":"Alexzander Farrell","mobile_number":"306-292-3286","email_id":"Autumn_Windler63@hotmail.com","dop":"2025-10-01","serial_number":"17177231230133","imei1":"17177231230133","imei2":"17177231230133","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T06:18:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162878,"job_number":"JOB_162878","tr_customer_id":162895,"tr_customer_product_id":162885,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:18:23.000Z","modified_at":"2026-01-21T06:18:34.000Z","name":"Lavern Ortiz","mobile_number":"637-625-1508","email_id":"Vanessa.MacGyver@gmail.com","dop":"2025-11-04","serial_number":"29531245978093","imei1":"29531245978093","imei2":"29531245978093","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T06:18:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162782,"job_number":"JOB_162782","tr_customer_id":162799,"tr_customer_product_id":162789,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:56:10.000Z","modified_at":"2026-01-21T03:56:21.000Z","name":"Jessyca Kuphal","mobile_number":"402-662-4161","email_id":"Helene_Cartwright@yahoo.com","dop":"2025-06-09","serial_number":"106377618699027","imei1":"106377618699027","imei2":"106377618699027","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:56:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162759,"job_number":"JOB_162759","tr_customer_id":162776,"tr_customer_product_id":162766,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:54.000Z","modified_at":"2026-01-21T03:56:05.000Z","name":"Connie Weimann","mobile_number":"720-603-7741","email_id":"Heloise.Cruickshank@yahoo.com","dop":"2025-06-09","serial_number":"105303194087258","imei1":"105303194087258","imei2":"105303194087258","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:56:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162750,"job_number":"JOB_162750","tr_customer_id":162767,"tr_customer_product_id":162757,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:38.000Z","modified_at":"2026-01-21T03:55:49.000Z","name":"Joannie Erdman","mobile_number":"470-489-1392","email_id":"Leland.Beatty@gmail.com","dop":"2025-06-09","serial_number":"103357694426149","imei1":"103357694426149","imei2":"103357694426149","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:55:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162674,"job_number":"JOB_162674","tr_customer_id":162691,"tr_customer_product_id":162681,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:36.000Z","modified_at":"2026-01-21T03:54:59.000Z","name":"Dwight Dibbert","mobile_number":"517-634-5742","email_id":"Tyrese.Padberg@hotmail.com","dop":"2025-10-01","serial_number":"19665562248680","imei1":"19665562248680","imei2":"19665562248680","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:54:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162669,"job_number":"JOB_162669","tr_customer_id":162686,"tr_customer_product_id":162676,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:34.000Z","modified_at":"2026-01-21T03:54:44.000Z","name":"giyu tomiaka","mobile_number":"800-346-6638","email_id":"giyu@g.com","dop":"2026-01-10","serial_number":"854234284339935","imei1":"854234284339935","imei2":"854234284339935","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:54:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162652,"job_number":"JOB_162652","tr_customer_id":162669,"tr_customer_product_id":162659,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:23.000Z","modified_at":"2026-01-21T03:54:32.000Z","name":"tanjiro kamado","mobile_number":"318-325-0081","email_id":"tanjiro@g.com","dop":"2026-01-10","serial_number":"667734374869607","imei1":"667734374869607","imei2":"667734374869607","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:54:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162643,"job_number":"JOB_162643","tr_customer_id":162660,"tr_customer_product_id":162650,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:12.000Z","modified_at":"2026-01-21T03:54:21.000Z","name":"saitama sensei","mobile_number":"847-932-2922","email_id":"saitama@yopmail.com","dop":"2026-01-10","serial_number":"438314888936517","imei1":"438314888936517","imei2":"438314888936517","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:54:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162593,"job_number":"JOB_162593","tr_customer_id":162610,"tr_customer_product_id":162600,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T02:38:37.000Z","modified_at":"2026-01-21T02:38:43.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"14534149519631","imei1":"14534149519631","imei2":"14534149519631","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T02:38:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162591,"job_number":"JOB_162591","tr_customer_id":162608,"tr_customer_product_id":162598,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T02:38:23.000Z","modified_at":"2026-01-21T02:38:29.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"19877363349496","imei1":"19877363349496","imei2":"19877363349496","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T02:38:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162589,"job_number":"JOB_162589","tr_customer_id":162606,"tr_customer_product_id":162596,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T02:38:00.000Z","modified_at":"2026-01-21T02:38:06.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"10816113408542","imei1":"10816113408542","imei2":"10816113408542","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T02:38:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/qc' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/qc
Response Information
Response Code: 200 - OK
Mean time per request: 605ms
Mean size per request: 1.97KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2ODk4MTY2MX0.f5GpFl0DkEZXB8Jt5VEbenjllfuWk110bxkPQEwBO2A
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 1e0a562e-7782-4ba7-8410-f0a95e447eac
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"7e5-Ww7Vk9O84kkAYGkHjkImiiWguk8"
Vary Accept-Encoding
Content-Encoding gzip
Date Wed, 21 Jan 2026 07:47:42 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":162572,"job_number":"JOB_162572","tr_customer_id":162589,"tr_customer_product_id":162579,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":4,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T20:36:17.000Z","modified_at":"2026-01-20T21:32:18.000Z","name":"Sophia Harvey","mobile_number":"216-565-0570","email_id":"Larry.Schowalter5@hotmail.com","dop":"2025-12-30","serial_number":"10743635281425","imei1":"10743635281425","imei2":"10743635281425","popurl":"2025-12-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFQC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For QC","assigned_by":2,"assigned_on":"2026-01-20T21:32:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW","problems":[]},{"id":163013,"job_number":"JOB_163013","tr_customer_id":163030,"tr_customer_product_id":163020,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":4,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T07:47:33.000Z","modified_at":"2026-01-21T07:47:40.000Z","name":"Gaetano Bogan","mobile_number":"673-444-4188","email_id":"Lenny67@hotmail.com","dop":"2025-11-04","serial_number":"27001982397134","imei1":"27001982397134","imei2":"27001982397134","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PFQC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For QC","assigned_by":2,"assigned_on":"2026-01-21T07:47:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW","problems":[]}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/qc' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"job_id":98100}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/qc
Response Information
Response Code: 200 - OK
Mean time per request: 257ms
Mean size per request: 49B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2ODk4MTY2MX0.f5GpFl0DkEZXB8Jt5VEbenjllfuWk110bxkPQEwBO2A
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 19ad949e-40c6-4116-ab87-8b46ea9c9097
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 24
Request Body
{
            "job_id": 163013
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 49
ETag W/"31-mme4/gAy7n3u0+fm11JLWXqB5Dc"
Vary Accept-Encoding
Date Wed, 21 Jan 2026 07:47:43 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"QC completed successfully","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/qc' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/qc
Response Information
Response Code: 200 - OK
Mean time per request: 614ms
Mean size per request: 1.01KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2ODk4MTY2MX0.f5GpFl0DkEZXB8Jt5VEbenjllfuWk110bxkPQEwBO2A
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 30cc28a2-1e86-42bb-9b39-90eb861d14c0
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"409-sABr0R9Ca8SA5Y6j1HiYbqgvRM0"
Vary Accept-Encoding
Content-Encoding gzip
Date Wed, 21 Jan 2026 07:47:43 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":162572,"job_number":"JOB_162572","tr_customer_id":162589,"tr_customer_product_id":162579,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":4,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T20:36:17.000Z","modified_at":"2026-01-20T21:32:18.000Z","name":"Sophia Harvey","mobile_number":"216-565-0570","email_id":"Larry.Schowalter5@hotmail.com","dop":"2025-12-30","serial_number":"10743635281425","imei1":"10743635281425","imei2":"10743635281425","popurl":"2025-12-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFQC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For QC","assigned_by":2,"assigned_on":"2026-01-20T21:32:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW","problems":[]}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/login' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"username":"iamfd","password":"password"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 200 - OK
Mean time per request: 253ms
Mean size per request: 690B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 440adac3-32e0-4ee4-b74f-d33205301cd8
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 42
Request Body
{"username":"iamfd","password":"password"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 690
ETag W/"2b2-HSmVHS6ceEbs137BCO4oH1+Yqt0"
Vary Accept-Encoding
Date Wed, 21 Jan 2026 07:47:44 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg5ODE2NjR9.1V3nsk15Wdx-PB02eiwd7qIw9VlqRTiGmeHr_OGIMaY"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDQ1MjZ9.9PRb4D-Qi4k-AXJ37WoER_vk3MFrvNZCXpp_wuXXVoA' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'If-None-Match: W/"1af-Hx7rWnhMedRwRJUvWdcdDLlvRd0"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 200 - OK
Mean time per request: 251ms
Mean size per request: 438B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg5ODE2NTB9.ANUarRsI_QFzAkeghulO9R1YJ7ycjcSFLE_4jCRFBaQ
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 5b3721cf-530a-4ce5-9b85-e3cf2a7c4783
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 438
ETag W/"1b6-cR2dclq1S8zJDBAsHCDA10lTBi4"
Vary Accept-Encoding
Date Wed, 21 Jan 2026 07:47:44 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"id":4,"first_name":"fd","last_name":"fd","login_id":"iamfd","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":5,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-11-03T08:06:23.000Z","role_name":"FrontDesk","service_location":"Service Center A"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDQ1MjZ9.9PRb4D-Qi4k-AXJ37WoER_vk3MFrvNZCXpp_wuXXVoA' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'If-None-Match: W/"ca-jAuD6auKdGVIj/PAp8hCwAtCfbU"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 275ms
Mean size per request: 242B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg5ODE2NTB9.ANUarRsI_QFzAkeghulO9R1YJ7ycjcSFLE_4jCRFBaQ
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 9465a940-48a7-4b7d-8d77-32a828e249e1
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 242
ETag W/"f2-w8Q+kEf6BK/tRchFasqTlQ+LFQA"
Vary Accept-Encoding
Date Wed, 21 Jan 2026 07:47:44 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for delivery","key":"pending_for_delivery","count":2},{"label":"Created today","key":"created_today","count":429},{"label":"Pending for FST assignment","key":"pending_fst_assignment","count":0}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDQ1MjZ9.9PRb4D-Qi4k-AXJ37WoER_vk3MFrvNZCXpp_wuXXVoA' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"details_key":"pending_for_delivery"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/dashboard/details
Response Information
Response Code: 200 - OK
Mean time per request: 267ms
Mean size per request: 1.95KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg5ODE2NTB9.ANUarRsI_QFzAkeghulO9R1YJ7ycjcSFLE_4jCRFBaQ
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token d7ec25d2-c355-4848-954b-d420efd7322a
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 38
Request Body
{"details_key":"pending_for_delivery"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"7cb-JvrsnCqAGlrMuGCbYLryj5RylTE"
Vary Accept-Encoding
Content-Encoding gzip
Date Wed, 21 Jan 2026 07:47:44 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":162986,"job_number":"JOB_162986","tr_customer_id":163003,"tr_customer_product_id":162993,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:48:08.000Z","modified_at":"2026-01-21T07:33:13.000Z","name":"Karishma Shetkar","mobile_number":"8928885292","email_id":"shetkarshashank@gmail.com","dop":"2026-01-12","serial_number":"32051489201456","imei1":"32051489201456","imei2":"32051489201456","popurl":"2026-01-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-21T07:33:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163013,"job_number":"JOB_163013","tr_customer_id":163030,"tr_customer_product_id":163020,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T07:47:33.000Z","modified_at":"2026-01-21T07:47:43.000Z","name":"Gaetano Bogan","mobile_number":"673-444-4188","email_id":"Lenny67@hotmail.com","dop":"2025-11-04","serial_number":"27001982397134","imei1":"27001982397134","imei2":"27001982397134","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-21T07:47:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/fd/readyfordelivery' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDQ1MjZ9.9PRb4D-Qi4k-AXJ37WoER_vk3MFrvNZCXpp_wuXXVoA' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/fd/readyfordelivery
Response Information
Response Code: 200 - OK
Mean time per request: 269ms
Mean size per request: 1.95KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg5ODE2NTB9.ANUarRsI_QFzAkeghulO9R1YJ7ycjcSFLE_4jCRFBaQ
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 8e0079c2-78a7-4a61-b6e0-8803d94018ae
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"7cb-JvrsnCqAGlrMuGCbYLryj5RylTE"
Vary Accept-Encoding
Content-Encoding gzip
Date Wed, 21 Jan 2026 07:47:45 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":162986,"job_number":"JOB_162986","tr_customer_id":163003,"tr_customer_product_id":162993,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:48:08.000Z","modified_at":"2026-01-21T07:33:13.000Z","name":"Karishma Shetkar","mobile_number":"8928885292","email_id":"shetkarshashank@gmail.com","dop":"2026-01-12","serial_number":"32051489201456","imei1":"32051489201456","imei2":"32051489201456","popurl":"2026-01-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-21T07:33:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163013,"job_number":"JOB_163013","tr_customer_id":163030,"tr_customer_product_id":163020,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T07:47:33.000Z","modified_at":"2026-01-21T07:47:43.000Z","name":"Gaetano Bogan","mobile_number":"673-444-4188","email_id":"Lenny67@hotmail.com","dop":"2025-11-04","serial_number":"27001982397134","imei1":"27001982397134","imei2":"27001982397134","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-21T07:47:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/fd/delivertocustomer' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDQ1MjZ9.9PRb4D-Qi4k-AXJ37WoER_vk3MFrvNZCXpp_wuXXVoA' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"job_id":98100}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/fd/delivertocustomer
Response Information
Response Code: 200 - OK
Mean time per request: 258ms
Mean size per request: 58B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg5ODE2NTB9.ANUarRsI_QFzAkeghulO9R1YJ7ycjcSFLE_4jCRFBaQ
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token b1268a16-fc90-4b18-a676-214b342bfdcd
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 24
Request Body
{
            "job_id": 163013
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 58
ETag W/"3a-3WdMDfucbYXvuH7Sl4ZX4bUclMI"
Vary Accept-Encoding
Date Wed, 21 Jan 2026 07:47:45 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Delivered to customer successfully","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/search' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDUyMjJ9.YREOhYz69EGXsaEozCw6Ugj3PVEi1zWT1bB4uvrhA9o' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"searchText":"JOB_98100"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/search
Response Information
Response Code: 200 - OK
Mean time per request: 270ms
Mean size per request: 31B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg5ODE2NTB9.ANUarRsI_QFzAkeghulO9R1YJ7ycjcSFLE_4jCRFBaQ
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 07d17ecb-544e-46bb-b79d-66c9bc93c535
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 26
Request Body
{"searchText":"JOB_98100"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 31
ETag W/"1f-XHSNhKvrk3aAE4wN//TuJSkDTNM"
Vary Accept-Encoding
Date Wed, 21 Jan 2026 07:47:45 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/details/JOB_98100' \ -X 'POST' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDUyMjJ9.YREOhYz69EGXsaEozCw6Ugj3PVEi1zWT1bB4uvrhA9o' \ -H 'Connection: keep-alive' \ -H 'Content-Length: 0' \ -H 'Content-Type: text/plain' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/details/163013
Response Information
Response Code: 200 - OK
Mean time per request: 276ms
Mean size per request: 33B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg5ODE2NTB9.ANUarRsI_QFzAkeghulO9R1YJ7ycjcSFLE_4jCRFBaQ
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 56822600-0913-4cfe-83bc-d291c78aae95
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 0
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 33
ETag W/"21-a549D1gRd+HW17tYvMzi9u5U1G4"
Vary Accept-Encoding
Date Wed, 21 Jan 2026 07:47:46 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":null}
Test Information
No Tests for this request
Request Information
Request Method: GET
Request URL:
Response Information
Response Code: -
Mean time per request: 0ms
Mean size per request: 0B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Response Headers
Response Body
No Response Body for this request
Test Information
No Tests for this request
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 200 - OK
Mean time per request: 252ms
Mean size per request: 690B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Content-Type application/json
DemoHeader Singh
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token cf17e86d-8411-40ac-a745-8875221c5da6
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 58
Request Body
{
            "username": "iamfd",
            "password": "password"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 690
ETag W/"2b2-g6HYGeFCHC3G6xnZK/d1U7Mu4d0"
Vary Accept-Encoding
Date Wed, 21 Jan 2026 07:47:46 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg5ODE2NjZ9.4ODuA-xRPFnmHP9tI4dMcDE-bd3NEdJ81NjasraaSbk"}}
Test Information
NamePassedFailedSkipped
Verify if the status code is 200 1 0 0
Verify that message should be 'Success' 1 0 0
Verify that token shoukd be valid 1 0 0
Verify JSON Success 1 0 0
Verify the resposne time is below 400ms 1 0 0
Total 5 0 0
Test Failure
Test NameAssertion Error
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 500 - Internal Server Error
Mean time per request: 252ms
Mean size per request: 111B

Test Pass Percentage
67 %
Request Headers
Header NameHeader Value
Content-Type application/json
DemoHeader Singh
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token caefa4ab-f631-44a6-8cfc-95d77bdcbd43
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 71
Request Body
{
            "username": "{{invalidusername}}",
            "password": "Pass123"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 111
ETag W/"6f-3WIQw9DELuoisWKKy7VM2hiZxXA"
Vary Accept-Encoding
Date Wed, 21 Jan 2026 07:47:46 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"status":500,"message":"Invalid username or password","name":"APIError","isPublic":false,"isOperational":true}
Test Information
NamePassedFailedSkipped
Verify correct error message is shown 1 0 0
Verify correct error status is shown 0 1 0
Verify jsonSchema 1 0 0
Total 2 1 0
Test Failure
Test NameAssertion Error
Verify correct error status is shown
expected 500 to equal 401
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 500 - Internal Server Error
Mean time per request: 249ms
Mean size per request: 98B

Test Pass Percentage
67 %
Request Headers
Header NameHeader Value
Content-Type application/json
DemoHeader Singh
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 3707c63b-7e7d-4f7b-8f3c-176746dd2bab
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 45
Request Body
{
            "username": "",
            "password": ""
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 98
ETag W/"62-jXdd8I0DBicnbx0aboTHyS7NZuM"
Vary Accept-Encoding
Date Wed, 21 Jan 2026 07:47:46 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"status":500,"message":"Invalid request","name":"APIError","isPublic":false,"isOperational":true}
Test Information
NamePassedFailedSkipped
Verify correct error message is shown 1 0 0
Verify correct error status is shown 0 1 0
Verify jsonSchema 1 0 0
Total 2 1 0
Test Failure
Test NameAssertion Error
Verify correct error status is shown
expected 500 to equal 400
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTQzNjB9.Q5KlbUO9TqRQwDxZcE9FQkYD93DTYNhePwfa3jI42Xk' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 200 - OK
Mean time per request: 251ms
Mean size per request: 438B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg5ODE2NjZ9.4ODuA-xRPFnmHP9tI4dMcDE-bd3NEdJ81NjasraaSbk
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token efe0eccf-3173-4bce-8857-a0a71393270e
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 438
ETag W/"1b6-cR2dclq1S8zJDBAsHCDA10lTBi4"
Vary Accept-Encoding
Date Wed, 21 Jan 2026 07:47:47 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"id":4,"first_name":"fd","last_name":"fd","login_id":"iamfd","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":5,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-11-03T08:06:23.000Z","role_name":"FrontDesk","service_location":"Service Center A"}}
Test Information
NamePassedFailedSkipped
Verify if status code is 200 1 0 0
Verify if response message is success 1 0 0
Verify the response tine is below 400ms 1 0 0
Verify user data is present in response 1 0 0
Verify JSON Response Schema 1 0 0
Total 5 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTQzNjB9.Q5KlbUO9TqRQwDxZcE9FQkYD93DTYNhePwfa3jI42Xk' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 200 - OK
Mean time per request: 250ms
Mean size per request: 438B

Test Pass Percentage
0 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg5ODE2NjZ9.4ODuA-xRPFnmHP9tI4dMcDE-bd3NEdJ81NjasraaSbk
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token ffcf3a3a-26b9-4f29-ac99-53095ccde0ea
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 438
ETag W/"1b6-cR2dclq1S8zJDBAsHCDA10lTBi4"
Vary Accept-Encoding
Date Wed, 21 Jan 2026 07:47:47 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"id":4,"first_name":"fd","last_name":"fd","login_id":"iamfd","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":5,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-11-03T08:06:23.000Z","role_name":"FrontDesk","service_location":"Service Center A"}}
Test Information
NamePassedFailedSkipped
Security:Veirfy if passowrd field is not present in the response 0 1 0
Total 0 1 0
Test Failure
Test NameAssertion Error
Security:Veirfy if passowrd field is not present in the response
expected { id: 4, first_name: 'fd', …(14) } to not have property 'password'
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTQzNjB9.Q5KlbUO9TqRQwDxZcE9FQkYD93DTYNhePwfa3jI42Xk' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 401 - Unauthorized
Mean time per request: 248ms
Mean size per request: 17B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg5ODE2NjZ9.4ODuA-xRPFnmHP9tI4dMcDE-bd3NEdJ81NjasraaSbk
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token e05d8ebd-6ff2-4df8-a986-64f03eb186a5
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type text/html; charset=utf-8
Content-Length 17
ETag W/"11-FLPMxCfH56IlIYLRaOTETEMIwHM"
Vary Accept-Encoding
Date Wed, 21 Jan 2026 07:47:47 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
401: Unauthorized
Test Information
NamePassedFailedSkipped
Verify status code is 401 1 0 0
Total 1 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTQzNjB9.Q5KlbUO9TqRQwDxZcE9FQkYD93DTYNhePwfa3jI42Xk' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 285ms
Mean size per request: 242B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg5ODE2NjZ9.4ODuA-xRPFnmHP9tI4dMcDE-bd3NEdJ81NjasraaSbk
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 6ea450cc-25ea-49f9-ad4f-00cb2bb6eead
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 242
ETag W/"f2-mQiM9GCWbWJNC64iAtzgLZ8AYmQ"
Vary Accept-Encoding
Date Wed, 21 Jan 2026 07:47:48 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for delivery","key":"pending_for_delivery","count":1},{"label":"Created today","key":"created_today","count":429},{"label":"Pending for FST assignment","key":"pending_fst_assignment","count":0}]}
Test Information
NamePassedFailedSkipped
Verify that status code is 200 1 0 0
Verify that response time is below 500ms 1 0 0
Verify if response message is success 1 0 0
Verify JSON Schema 1 0 0
Verify if the length of the data array is 3 1 0 0
Verify if the keys are present in response data Array 1 0 0
Verify if the count for the Json object Pending for delivery is Number or not 1 0 0
Verify if the count for the Json object Created today is Number or not 1 0 0
Verify if the count for the Json object Pending for FST assignment is Number or not 1 0 0
Total 9 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTQzNjB9.Q5KlbUO9TqRQwDxZcE9FQkYD93DTYNhePwfa3jI42Xk' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 401 - Unauthorized
Mean time per request: 248ms
Mean size per request: 17B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg5ODE2NjZ9.4ODuA-xRPFnmHP9tI4dMcDE-bd3NEdJ81NjasraaSbk
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token d0b8fe53-47ec-45e1-ba5c-7ce69bd468b0
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type text/html; charset=utf-8
Content-Length 17
ETag W/"11-FLPMxCfH56IlIYLRaOTETEMIwHM"
Vary Accept-Encoding
Date Wed, 21 Jan 2026 07:47:48 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
401: Unauthorized
Test Information
NamePassedFailedSkipped
Verify status code is 401 1 0 0
Total 1 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTQzNjB9.Q5KlbUO9TqRQwDxZcE9FQkYD93DTYNhePwfa3jI42Xk' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 276ms
Mean size per request: 242B

Test Pass Percentage
0 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg5ODE2NjZ9.4ODuA-xRPFnmHP9tI4dMcDE-bd3NEdJ81NjasraaSbk
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 461825d1-13c7-4ad9-9331-7588ec713383
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 242
ETag W/"f2-mQiM9GCWbWJNC64iAtzgLZ8AYmQ"
Vary Accept-Encoding
Date Wed, 21 Jan 2026 07:47:48 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for delivery","key":"pending_for_delivery","count":1},{"label":"Created today","key":"created_today","count":429},{"label":"Pending for FST assignment","key":"pending_fst_assignment","count":0}]}
Test Information
NamePassedFailedSkipped
Verify status code is 401 0 1 0
Total 0 1 0
Test Failure
Test NameAssertion Error
Verify status code is 401
expected response to have status code 403 but got 200
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/master' \ -X 'POST' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTU5NjB9.nfvITuSMfYZ64YhDEuyZcSjywp2smDI8pOVYcgtzgwc' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Length: 0' \ -H 'Content-Type: text/plain' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/master
Response Information
Response Code: 200 - OK
Mean time per request: 259ms
Mean size per request: 10.53KB

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg5ODE2NjZ9.4ODuA-xRPFnmHP9tI4dMcDE-bd3NEdJ81NjasraaSbk
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 192b3964-b35b-4741-9278-ce72be2e1609
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 0
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"2a1c-v2lPE1pRCSNwLh+/V8ccxPYHAHM"
Vary Accept-Encoding
Content-Encoding gzip
Date Wed, 21 Jan 2026 07:47:48 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":{"mst_oem":[{"id":1,"name":"Google","code":"GL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"},{"id":2,"name":"Apple","code":"APL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"}],"mst_model":[{"id":1,"name":"Nexus 2 blue","code":"NX2BL","mst_product_id":1,"is_active":1,"created_at":"2021-10-29T19:28:00.000Z","modified_at":"2021-10-29T19:28:00.000Z"},{"id":2,"name":"gallexy","code":"gl","mst_product_id":1,"is_active":1,"created_at":"2022-06-10T07:18:03.000Z","modified_at":"2022-06-10T07:18:03.000Z"},{"id":3,"name":"Iphone 11","code":"ip11","mst_product_id":3,"is_active":1,"created_at":"2022-08-18T16:59:27.000Z","modified_at":"2022-08-18T17:00:31.000Z"}],"mst_action_status":[{"id":1,"name":"Job Creation","code":"JBC","description":"Job Creation","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":2,"name":"Pending For Job Assignment","code":"PJFA","description":"Pending For Job Assignment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":3,"name":"Pending For Repair","code":"PFR","description":"Pending For Repair","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":4,"name":"Pending For QC","code":"PFQC","description":"Pending For QC","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":5,"name":"Pending for Delivery","code":"PDL","description":"Pending for Delivery","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:00:39.000Z"},{"id":6,"name":"Delivered to customer","code":"DC","description":"Delivered to customer","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:01:48.000Z"},{"id":7,"name":"QC Rejected","code":"QCR","description":"QC Rejected","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":8,"name":"Quatation Raised","code":"QR","description":"Quatation Raised","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":9,"name":"Pending For Payment","code":"PFP","description":"Pending For Payment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":10,"name":"Payment Is Done","code":"PD","description":"Payment Is Done","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":11,"name":"Job Closed Successfully","code":"JC","description":"Job Closed Successfully","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":12,"name":"Assigned to FST - Inbound","code":"AFI","description":"Assigned to FST - Inbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":13,"name":"Assigned to FST - Outbound","code":"AFO","description":"Assigned to FST - Outbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":14,"name":"Begin Journey","code":"BJY","description":"Begin Journey","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":15,"name":"Submitted To FD","code":"SFD","description":"Submitted To FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":16,"name":"Collected At FD","code":"CFD","description":"Collected At FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"}],"mst_warrenty_status":[{"id":1,"name":"In Warrenty","code":"IW","description":"In Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"},{"id":2,"name":"Out Of Warrenty","code":"OOW","description":"Out Of Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"}],"mst_platform":[{"id":1,"name":"FST","code":"FST","description":"Field technician will go to customer's house","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"},{"id":2,"name":"Front Desk","code":"FD","description":"Customer will come to service center to submit his device","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"}],"mst_product":[{"id":1,"name":"Nexus 2","code":"NX2","mst_oem_id":1,"is_active":1,"created_at":"2021-10-29T19:27:21.000Z","modified_at":"2021-10-29T19:27:21.000Z"},{"id":2,"name":"Pixel","code":"gl","mst_oem_id":1,"is_active":1,"created_at":"2022-06-10T07:16:57.000Z","modified_at":"2022-08-18T16:55:02.000Z"},{"id":3,"name":"IPhone","code":"ip","mst_oem_id":2,"is_active":1,"created_at":"2022-08-18T16:56:15.000Z","modified_at":"2022-08-18T16:57:20.000Z"}],"mst_role":[{"id":1,"name":"Engineer","code":"ENG","description":"Engineer","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":2,"name":"Supervisor","code":"SPV","description":"Supervisor","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":3,"name":"FST","code":"FST","description":"Field Service Technician","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":4,"name":"QC","code":"QC","description":"Quality check","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":5,"name":"FrontDesk","code":"FD","description":"Front Desk","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"},{"id":6,"name":"Callcenter","code":"CC","description":"Callcenter","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"}],"mst_service_location":[{"id":1,"name":"Service Center A","code":"B2X","mobile_number":"8877667788","email_id":"servicecentera@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400075,"country":"India","gstin":"22AAAAA0000A1","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:58.000Z"},{"id":2,"name":"Service Center B","code":"SFY","mobile_number":"8877667789","email_id":"servicecenterb@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400606,"country":"India","gstin":"22AAAAA0000B2","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:59.000Z"},{"id":3,"name":"Service Centre C","code":"PKC","mobile_number":"8877667790","email_id":"servicecenterpk@gmail.com","address":"Srinagar,Kashmir(A)","pincode":577432,"country":"India","gstin":"22AAAAA0000C3","is_repair_line_engineer":1,"is_active":1,"created_at":"2022-12-13T11:05:47.000Z","modified_at":"2022-12-13T11:05:47.000Z"}],"mst_problem":[{"id":1,"name":"Smartphone is running slow","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":2,"name":"Poor battery life","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":3,"name":"Phone or app crashes","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":4,"name":"Sync issue","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":5,"name":"MicroSD card is not working on your phone","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":6,"name":"Overheating","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":7,"name":"Connecting problem with Bluetooth, Wifi, Cellular network","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":8,"name":"Cracked screen","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":9,"name":"Other","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":10,"name":"Camera issue","created_at":"2022-06-13T15:01:02.000Z","modified_at":"2022-06-13T15:01:02.000Z"},{"id":11,"name":"Charger Not Working","created_at":"2022-08-14T12:38:04.000Z","modified_at":"2022-08-14T12:38:04.000Z"},{"id":12,"name":" Software Booting Issue ","created_at":"2022-08-14T13:03:08.000Z","modified_at":"2022-08-14T13:03:08.000Z"},{"id":15,"name":"Head Phone Jack not working","created_at":"2022-06-16T15:22:18.000Z","modified_at":"2022-06-16T15:22:18.000Z"},{"id":16,"name":"Head Phone issue","created_at":"2022-06-16T15:27:47.000Z","modified_at":"2022-06-16T15:27:47.000Z"},{"id":17,"name":"Random Problem","created_at":"2022-07-11T02:56:01.000Z","modified_at":"2022-07-11T02:56:01.000Z"},{"id":19,"name":"Front camera not working","created_at":"2022-07-13T17:50:54.000Z","modified_at":"2022-07-13T17:50:54.000Z"},{"id":20,"name":"Battery issue","created_at":"2022-07-13T17:51:47.000Z","modified_at":"2022-07-13T17:51:47.000Z"},{"id":22,"name":"Screen display issue","created_at":"2022-08-29T11:09:24.000Z","modified_at":"2022-08-29T11:09:24.000Z"},{"id":24,"name":"Apps Not Downloading","created_at":"2022-08-29T12:10:34.000Z","modified_at":"2022-08-29T12:10:34.000Z"},{"id":26,"name":"Unresponsive screen","created_at":"2022-09-19T10:03:08.000Z","modified_at":"2022-09-19T10:03:08.000Z"},{"id":27,"name":"Blue Screen Error","created_at":"2022-12-13T11:01:48.000Z","modified_at":"2022-12-13T11:01:48.000Z"},{"id":28,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"},{"id":29,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"}],"map_fst_pincode":[{"pincode":100011,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100012,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100013,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100014,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100015,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":400065,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":200011,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200012,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200013,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200014,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200015,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"}]}}
Test Information
NamePassedFailedSkipped
Status code is 200 1 0 0
Verify if response message is success 1 0 0
Verify that response time is below 500 1 0 0
Verify JSON Schema 1 0 0
Verify if the key mst_oem is present in the response body 1 0 0
Verify if the key mst_model is present in the response body 1 0 0
Verify if the key mst_action_status is present in the response body 1 0 0
Verify if the key mst_warrenty_status is present in the response body 1 0 0
Verify if the key mst_product is present in the response body 1 0 0
Verify if the key mst_role is present in the response body 1 0 0
Verify if the key mst_service_location is present in the response body 1 0 0
Verify if the key mst_problem is present in the response body 1 0 0
Verify if the key map_fst_pincode is present in the response body 1 0 0
Verify if the key is storing a non empty array 1 0 0
Total 14 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/master' \ -X 'POST' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTU5NjB9.nfvITuSMfYZ64YhDEuyZcSjywp2smDI8pOVYcgtzgwc' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Length: 0' \ -H 'Content-Type: text/plain' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/master
Response Information
Response Code: 401 - Unauthorized
Mean time per request: 248ms
Mean size per request: 17B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg5ODE2NjZ9.4ODuA-xRPFnmHP9tI4dMcDE-bd3NEdJ81NjasraaSbk
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 3aec7fdb-04b0-41c2-8cf6-bd450864123a
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 0
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type text/html; charset=utf-8
Content-Length 17
ETag W/"11-FLPMxCfH56IlIYLRaOTETEMIwHM"
Vary Accept-Encoding
Date Wed, 21 Jan 2026 07:47:49 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
401: Unauthorized
Test Information
NamePassedFailedSkipped
Verify status code is 401 1 0 0
Total 1 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/master' \ -X 'POST' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTU5NjB9.nfvITuSMfYZ64YhDEuyZcSjywp2smDI8pOVYcgtzgwc' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Length: 0' \ -H 'Content-Type: text/plain' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/master
Response Information
Response Code: 200 - OK
Mean time per request: 261ms
Mean size per request: 10.53KB

Test Pass Percentage
0 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg5ODE2NjZ9.4ODuA-xRPFnmHP9tI4dMcDE-bd3NEdJ81NjasraaSbk
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 6ee7a737-0544-48b4-9eb5-de5aa450c99d
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 0
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"2a1c-v2lPE1pRCSNwLh+/V8ccxPYHAHM"
Vary Accept-Encoding
Content-Encoding gzip
Date Wed, 21 Jan 2026 07:47:49 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":{"mst_oem":[{"id":1,"name":"Google","code":"GL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"},{"id":2,"name":"Apple","code":"APL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"}],"mst_model":[{"id":1,"name":"Nexus 2 blue","code":"NX2BL","mst_product_id":1,"is_active":1,"created_at":"2021-10-29T19:28:00.000Z","modified_at":"2021-10-29T19:28:00.000Z"},{"id":2,"name":"gallexy","code":"gl","mst_product_id":1,"is_active":1,"created_at":"2022-06-10T07:18:03.000Z","modified_at":"2022-06-10T07:18:03.000Z"},{"id":3,"name":"Iphone 11","code":"ip11","mst_product_id":3,"is_active":1,"created_at":"2022-08-18T16:59:27.000Z","modified_at":"2022-08-18T17:00:31.000Z"}],"mst_action_status":[{"id":1,"name":"Job Creation","code":"JBC","description":"Job Creation","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":2,"name":"Pending For Job Assignment","code":"PJFA","description":"Pending For Job Assignment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":3,"name":"Pending For Repair","code":"PFR","description":"Pending For Repair","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":4,"name":"Pending For QC","code":"PFQC","description":"Pending For QC","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":5,"name":"Pending for Delivery","code":"PDL","description":"Pending for Delivery","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:00:39.000Z"},{"id":6,"name":"Delivered to customer","code":"DC","description":"Delivered to customer","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:01:48.000Z"},{"id":7,"name":"QC Rejected","code":"QCR","description":"QC Rejected","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":8,"name":"Quatation Raised","code":"QR","description":"Quatation Raised","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":9,"name":"Pending For Payment","code":"PFP","description":"Pending For Payment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":10,"name":"Payment Is Done","code":"PD","description":"Payment Is Done","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":11,"name":"Job Closed Successfully","code":"JC","description":"Job Closed Successfully","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":12,"name":"Assigned to FST - Inbound","code":"AFI","description":"Assigned to FST - Inbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":13,"name":"Assigned to FST - Outbound","code":"AFO","description":"Assigned to FST - Outbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":14,"name":"Begin Journey","code":"BJY","description":"Begin Journey","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":15,"name":"Submitted To FD","code":"SFD","description":"Submitted To FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":16,"name":"Collected At FD","code":"CFD","description":"Collected At FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"}],"mst_warrenty_status":[{"id":1,"name":"In Warrenty","code":"IW","description":"In Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"},{"id":2,"name":"Out Of Warrenty","code":"OOW","description":"Out Of Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"}],"mst_platform":[{"id":1,"name":"FST","code":"FST","description":"Field technician will go to customer's house","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"},{"id":2,"name":"Front Desk","code":"FD","description":"Customer will come to service center to submit his device","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"}],"mst_product":[{"id":1,"name":"Nexus 2","code":"NX2","mst_oem_id":1,"is_active":1,"created_at":"2021-10-29T19:27:21.000Z","modified_at":"2021-10-29T19:27:21.000Z"},{"id":2,"name":"Pixel","code":"gl","mst_oem_id":1,"is_active":1,"created_at":"2022-06-10T07:16:57.000Z","modified_at":"2022-08-18T16:55:02.000Z"},{"id":3,"name":"IPhone","code":"ip","mst_oem_id":2,"is_active":1,"created_at":"2022-08-18T16:56:15.000Z","modified_at":"2022-08-18T16:57:20.000Z"}],"mst_role":[{"id":1,"name":"Engineer","code":"ENG","description":"Engineer","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":2,"name":"Supervisor","code":"SPV","description":"Supervisor","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":3,"name":"FST","code":"FST","description":"Field Service Technician","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":4,"name":"QC","code":"QC","description":"Quality check","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":5,"name":"FrontDesk","code":"FD","description":"Front Desk","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"},{"id":6,"name":"Callcenter","code":"CC","description":"Callcenter","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"}],"mst_service_location":[{"id":1,"name":"Service Center A","code":"B2X","mobile_number":"8877667788","email_id":"servicecentera@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400075,"country":"India","gstin":"22AAAAA0000A1","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:58.000Z"},{"id":2,"name":"Service Center B","code":"SFY","mobile_number":"8877667789","email_id":"servicecenterb@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400606,"country":"India","gstin":"22AAAAA0000B2","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:59.000Z"},{"id":3,"name":"Service Centre C","code":"PKC","mobile_number":"8877667790","email_id":"servicecenterpk@gmail.com","address":"Srinagar,Kashmir(A)","pincode":577432,"country":"India","gstin":"22AAAAA0000C3","is_repair_line_engineer":1,"is_active":1,"created_at":"2022-12-13T11:05:47.000Z","modified_at":"2022-12-13T11:05:47.000Z"}],"mst_problem":[{"id":1,"name":"Smartphone is running slow","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":2,"name":"Poor battery life","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":3,"name":"Phone or app crashes","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":4,"name":"Sync issue","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":5,"name":"MicroSD card is not working on your phone","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":6,"name":"Overheating","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":7,"name":"Connecting problem with Bluetooth, Wifi, Cellular network","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":8,"name":"Cracked screen","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":9,"name":"Other","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":10,"name":"Camera issue","created_at":"2022-06-13T15:01:02.000Z","modified_at":"2022-06-13T15:01:02.000Z"},{"id":11,"name":"Charger Not Working","created_at":"2022-08-14T12:38:04.000Z","modified_at":"2022-08-14T12:38:04.000Z"},{"id":12,"name":" Software Booting Issue ","created_at":"2022-08-14T13:03:08.000Z","modified_at":"2022-08-14T13:03:08.000Z"},{"id":15,"name":"Head Phone Jack not working","created_at":"2022-06-16T15:22:18.000Z","modified_at":"2022-06-16T15:22:18.000Z"},{"id":16,"name":"Head Phone issue","created_at":"2022-06-16T15:27:47.000Z","modified_at":"2022-06-16T15:27:47.000Z"},{"id":17,"name":"Random Problem","created_at":"2022-07-11T02:56:01.000Z","modified_at":"2022-07-11T02:56:01.000Z"},{"id":19,"name":"Front camera not working","created_at":"2022-07-13T17:50:54.000Z","modified_at":"2022-07-13T17:50:54.000Z"},{"id":20,"name":"Battery issue","created_at":"2022-07-13T17:51:47.000Z","modified_at":"2022-07-13T17:51:47.000Z"},{"id":22,"name":"Screen display issue","created_at":"2022-08-29T11:09:24.000Z","modified_at":"2022-08-29T11:09:24.000Z"},{"id":24,"name":"Apps Not Downloading","created_at":"2022-08-29T12:10:34.000Z","modified_at":"2022-08-29T12:10:34.000Z"},{"id":26,"name":"Unresponsive screen","created_at":"2022-09-19T10:03:08.000Z","modified_at":"2022-09-19T10:03:08.000Z"},{"id":27,"name":"Blue Screen Error","created_at":"2022-12-13T11:01:48.000Z","modified_at":"2022-12-13T11:01:48.000Z"},{"id":28,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"},{"id":29,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"}],"map_fst_pincode":[{"pincode":100011,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100012,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100013,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100014,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100015,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":400065,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":200011,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200012,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200013,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200014,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200015,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"}]}}
Test Information
NamePassedFailedSkipped
Verify status code is 401 0 1 0
Total 0 1 0
Test Failure
Test NameAssertion Error
Verify status code is 401
expected response to have status code 403 but got 200
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"customer":{"first_name":"Nibriti","last_name":"singh","mobile_number":"7982839213","mobile_number_alt":"","email_id":"nivriti.singh@gmail.com","email_id_alt":"nivriti.singh@gmail.com"},"customer_address":{"flat_number":"23","apartment_name":"Ganga","street_name":"lingepolder","landmark":"hgjhggjkkj","area":"Ghartanpada","pincode":"800023","country":"India","state":"Maharashtra"},"customer_product":{"dop":"2025-11-04T23:00:00.000Z","serial_number":"012345678945678","imei1":"012345678945678","imei2":"012345678945678","popurl":"2025-11-04T23:00:00.000Z","product_id":3,"mst_model_id":3},"problems":[{"id":3,"remark":""}]}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/create
Response Information
Response Code: 200 - OK
Mean time per request: 311ms
Mean size per request: 233B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg5ODE2NjZ9.4ODuA-xRPFnmHP9tI4dMcDE-bd3NEdJ81NjasraaSbk
randomnumber 106
randomFirstName Tamara
randomLastName Nikolaus
randomEmail Stevie_Cole@gmail.com
randomPhone 908-223-8227
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 4fc2be36-b39a-4fa9-a19a-def1c086d445
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 1054
Request Body
{
            "mst_service_location_id": 0,
            "mst_platform_id": 2,
            "mst_warrenty_status_id": 1,
            "mst_oem_id": 2,
            "customer": {
                "first_name": "Felix",
                "last_name": "Weissnat",
                "mobile_number": "829-211-4642",
                "mobile_number_alt": "",
                "email_id": "Edgar.Windler@yahoo.com",
                "email_id_alt": ""
            },
            "customer_address": {
                "flat_number": "23",
                "apartment_name": "Ganga",
                "street_name": "ganga road",
                "landmark": "hgjhggjkkj",
                "area": "Ghartanpada",
                "pincode": "820023",
                "country": "India",
                "state": "Maharashtra"
            },
            "customer_product": {
                "dop": "2025-11-04T23:00:00.000Z",
                "serial_number":"11370373346390",
                "imei1": "11370373346390",
                "imei2": "11370373346390",
                "popurl": "2025-11-04T23:00:00.000Z",
                "product_id": 3,
                "mst_model_id": 3
            },
            "problems": [
                {
                    "id": 3,
                    "remark": ""
                }
            ]
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 233
ETag W/"e9-34mlNAwVMdUFnsyY2pCpqd2hlKc"
Vary Accept-Encoding
Date Wed, 21 Jan 2026 07:47:49 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Job created successfully. ","data":{"id":163014,"mst_service_location_id":1,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"tr_customer_id":163031,"tr_customer_product_id":163021,"job_number":"JOB_163014"}}
Test Information
NamePassedFailedSkipped
Status code is 200 1 0 0
Verify if response message is Job Created Successfully 1 0 0
Verify that response time is below 500 1 0 0
Verify JSON Schema 1 0 0
Verify that id is present in the response data 1 0 0
Verify that mst_service_location_id is present in the response data 1 0 0
Verify that mst_platform_id is present in the response data 1 0 0
Verify that mst_warrenty_status_id is present in the response data 1 0 0
Verify that mst_oem_id is present in the response data 1 0 0
Verify that tr_customer_id is present in the response data 1 0 0
Verify that tr_customer_product_id is present in the response data 1 0 0
Verify that job_number is present in the response data 1 0 0
Verify job_number starts with JOB_ 1 0 0
Total 13 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"customer":{"first_name":"Nibriti","last_name":"singh","mobile_number":"7982839213","mobile_number_alt":"","email_id":"nivriti.singh@gmail.com","email_id_alt":"nivriti.singh@gmail.com"},"customer_address":{"flat_number":"23","apartment_name":"Ganga","street_name":"lingepolder","landmark":"hgjhggjkkj","area":"Ghartanpada","pincode":"800023","country":"India","state":"Maharashtra"},"customer_product":{"dop":"2025-11-04T23:00:00.000Z","serial_number":"012345678945678","imei1":"012345678945678","imei2":"012345678945678","popurl":"2025-11-04T23:00:00.000Z","product_id":3,"mst_model_id":3},"problems":[{"id":3,"remark":""}]}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/create
Response Information
Response Code: 401 - Unauthorized
Mean time per request: 248ms
Mean size per request: 17B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg5ODE2NjZ9.4ODuA-xRPFnmHP9tI4dMcDE-bd3NEdJ81NjasraaSbk
randomnumber 589
randomFirstName Michale
randomLastName Pollich
randomEmail Cheyanne.Nicolas@gmail.com
randomPhone 817-959-1737
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 7b7e44d9-aa7b-487f-97a4-b30a986a92f3
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 1054
Request Body
{
            "mst_service_location_id": 0,
            "mst_platform_id": 2,
            "mst_warrenty_status_id": 1,
            "mst_oem_id": 2,
            "customer": {
                "first_name": "Alf",
                "last_name": "Steuber",
                "mobile_number": "629-728-6504",
                "mobile_number_alt": "",
                "email_id": "Destiny.Koelpin7@yahoo.com",
                "email_id_alt": ""
            },
            "customer_address": {
                "flat_number": "23",
                "apartment_name": "Ganga",
                "street_name": "ganga road",
                "landmark": "hgjhggjkkj",
                "area": "Ghartanpada",
                "pincode": "820023",
                "country": "India",
                "state": "Maharashtra"
            },
            "customer_product": {
                "dop": "2025-11-04T23:00:00.000Z",
                "serial_number":"58303544477133",
                "imei1": "58303544477133",
                "imei2": "58303544477133",
                "popurl": "2025-11-04T23:00:00.000Z",
                "product_id": 3,
                "mst_model_id": 3
            },
            "problems": [
                {
                    "id": 3,
                    "remark": ""
                }
            ]
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type text/html; charset=utf-8
Content-Length 17
ETag W/"11-FLPMxCfH56IlIYLRaOTETEMIwHM"
Vary Accept-Encoding
Date Wed, 21 Jan 2026 07:47:50 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
401: Unauthorized
Test Information
NamePassedFailedSkipped
Verify if the status code is 401 1 0 0
Total 1 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"customer":{"first_name":"Nibriti","last_name":"singh","mobile_number":"7982839213","mobile_number_alt":"","email_id":"nivriti.singh@gmail.com","email_id_alt":"nivriti.singh@gmail.com"},"customer_address":{"flat_number":"23","apartment_name":"Ganga","street_name":"lingepolder","landmark":"hgjhggjkkj","area":"Ghartanpada","pincode":"800023","country":"India","state":"Maharashtra"},"customer_product":{"dop":"2025-11-04T23:00:00.000Z","serial_number":"012345678945678","imei1":"012345678945678","imei2":"012345678945678","popurl":"2025-11-04T23:00:00.000Z","product_id":3,"mst_model_id":3},"problems":[{"id":3,"remark":""}]}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/create
Response Information
Response Code: 403 - Forbidden
Mean time per request: 250ms
Mean size per request: 100B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg5ODE2NTZ9.hq3OXIEODCDZ2qVBg8ykMl-0SxYT32Vqtwyq0UDQtAY
randomnumber 117
randomFirstName Elton
randomLastName Homenick
randomEmail Eugene.Pfeffer62@gmail.com
randomPhone 833-462-1700
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token f75dce5c-10b3-4b4a-9038-fff56625a0e7
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 1048
Request Body
{
            "mst_service_location_id": 0,
            "mst_platform_id": 2,
            "mst_warrenty_status_id": 1,
            "mst_oem_id": 2,
            "customer": {
                "first_name": "Hoyt",
                "last_name": "Hettinger",
                "mobile_number": "548-636-2407",
                "mobile_number_alt": "",
                "email_id": "Frida76@gmail.com",
                "email_id_alt": ""
            },
            "customer_address": {
                "flat_number": "23",
                "apartment_name": "Ganga",
                "street_name": "ganga road",
                "landmark": "hgjhggjkkj",
                "area": "Ghartanpada",
                "pincode": "820023",
                "country": "India",
                "state": "Maharashtra"
            },
            "customer_product": {
                "dop": "2025-11-04T23:00:00.000Z",
                "serial_number":"40784386316518",
                "imei1": "40784386316518",
                "imei2": "40784386316518",
                "popurl": "2025-11-04T23:00:00.000Z",
                "product_id": 3,
                "mst_model_id": 3
            },
            "problems": [
                {
                    "id": 3,
                    "remark": ""
                }
            ]
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 100
ETag W/"64-Xjpp+ImmLdm0l7V0Jeu5bjN/7P4"
Vary Accept-Encoding
Date Wed, 21 Jan 2026 07:47:50 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"status":403,"message":"Permission denied","name":"APIError","isPublic":false,"isOperational":true}
Test Information
NamePassedFailedSkipped
Verify if the status code is 403 1 0 0
Total 1 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"customer":{"first_name":"Nibriti","last_name":"singh","mobile_number":"7982839213","mobile_number_alt":"","email_id":"nivriti.singh@gmail.com","email_id_alt":"nivriti.singh@gmail.com"},"customer_address":{"flat_number":"23","apartment_name":"Ganga","street_name":"lingepolder","landmark":"hgjhggjkkj","area":"Ghartanpada","pincode":"800023","country":"India","state":"Maharashtra"},"customer_product":{"dop":"2025-11-04T23:00:00.000Z","serial_number":"012345678945678","imei1":"012345678945678","imei2":"012345678945678","popurl":"2025-11-04T23:00:00.000Z","product_id":3,"mst_model_id":3},"problems":[{"id":3,"remark":""}]}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/create
Response Information
Response Code: 400 - Bad Request
Mean time per request: 249ms
Mean size per request: 279B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg5ODE2NjZ9.4ODuA-xRPFnmHP9tI4dMcDE-bd3NEdJ81NjasraaSbk
randomnumber 976
randomFirstName Owen
randomLastName Hammes
randomEmail Elza_Ferry16@yahoo.com
randomPhone 948-266-8634
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 0b9df009-daa3-455f-80ff-abfdd27a630e
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 122
Request Body
{
            "mst_service_location_id": 0,
            "mst_platform_id": 2,
            "mst_warrenty_status_id": 1,
            "mst_oem_id": 2,
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 279
ETag W/"117-pI2NRiqqXTjFlE7JHZVj9IkY8oo"
Vary Accept-Encoding
Date Wed, 21 Jan 2026 07:47:50 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"status":400,"message":"Unexpected token } in JSON at position 121","expose":true,"statusCode":400,"body":"{\r\n    \"mst_service_location_id\": 0,\r\n    \"mst_platform_id\": 2,\r\n    \"mst_warrenty_status_id\": 1,\r\n    \"mst_oem_id\": 2,\r\n}","type":"entity.parse.failed"}
Test Information
NamePassedFailedSkipped
Verify if the status code is 400 1 0 0
Verify if the error message is shown 1 0 0
Total 2 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"customer":{"first_name":"Nibriti","last_name":"singh","mobile_number":"7982839213","mobile_number_alt":"","email_id":"nivriti.singh@gmail.com","email_id_alt":"nivriti.singh@gmail.com"},"customer_address":{"flat_number":"23","apartment_name":"Ganga","street_name":"lingepolder","landmark":"hgjhggjkkj","area":"Ghartanpada","pincode":"800023","country":"India","state":"Maharashtra"},"customer_product":{"dop":"2025-11-04T23:00:00.000Z","serial_number":"012345678945678","imei1":"012345678945678","imei2":"012345678945678","popurl":"2025-11-04T23:00:00.000Z","product_id":3,"mst_model_id":3},"problems":[{"id":3,"remark":""}]}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/create
Response Information
Response Code: 500 - Internal Server Error
Mean time per request: 250ms
Mean size per request: 143B

Test Pass Percentage
0 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg5ODE2NjZ9.4ODuA-xRPFnmHP9tI4dMcDE-bd3NEdJ81NjasraaSbk
randomnumber 848
randomFirstName Helen
randomLastName Treutel
randomEmail Devon32@gmail.com
randomPhone 729-765-9462
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token a6d992fc-3aab-4f62-af0b-facd47320236
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 1048
Request Body
{
            "mst_service_location_id": 0,
            "mst_platform_id": 2,
            "mst_warrenty_status_id": 1,
            "mst_oem_id": 2,
            "customer": {
                "first_name": "Emmanuelle",
                "last_name": "Rutherford",
                "mobile_number": "907-307-8349",
                "mobile_number_alt": "",
                "email_id": "Hyman.Kemmer8@hotmail.com",
                "email_id_alt": ""
            },
            "customer_address": {
                "flat_number": "23",
                "apartment_name": "Ganga",
                "street_name": "ganga road",
                "landmark": "hgjhggjkkj",
                "area": "Ghartanpada",
                "pincode": "820023",
                "country": "India",
                "state": "Maharashtra"
            },
            "customer_product": {
                "dop": "2025-11-04T23:00:00.000Z",
                "serial_number":"100000804",
                "imei1": "100000804",
                "imei2": "100000804",
                "popurl": "2025-11-04T23:00:00.000Z",
                "product_id": 3,
                "mst_model_id": 3
            },
            "problems": [
                {
                    "id": 3,
                    "remark": ""
                }
            ]
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 143
ETag W/"8f-asfwh61GY//05D/sXjFd8ssjiig"
Vary Accept-Encoding
Date Wed, 21 Jan 2026 07:47:50 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"status":500,"message":"\"serial_number\" length must be at least 14 characters long","name":"APIError","isPublic":false,"isOperational":true}
Test Information
NamePassedFailedSkipped
Verify if the status code is 400 0 1 0
Total 0 1 0
Test Failure
Test NameAssertion Error
Verify if the status code is 400
expected response to have status code 400 but got 500
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"customer":{"first_name":"Nibriti","last_name":"singh","mobile_number":"7982839213","mobile_number_alt":"","email_id":"nivriti.singh@gmail.com","email_id_alt":"nivriti.singh@gmail.com"},"customer_address":{"flat_number":"23","apartment_name":"Ganga","street_name":"lingepolder","landmark":"hgjhggjkkj","area":"Ghartanpada","pincode":"800023","country":"India","state":"Maharashtra"},"customer_product":{"dop":"2025-11-04T23:00:00.000Z","serial_number":"012345678945678","imei1":"012345678945678","imei2":"012345678945678","popurl":"2025-11-04T23:00:00.000Z","product_id":3,"mst_model_id":3},"problems":[{"id":3,"remark":""}]}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/create
Response Information
Response Code: 400 - Bad Request
Mean time per request: 249ms
Mean size per request: 279B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg5ODE2NjZ9.4ODuA-xRPFnmHP9tI4dMcDE-bd3NEdJ81NjasraaSbk
randomnumber 118
randomFirstName Otilia
randomLastName O'Kon
randomEmail Annamarie.Kuphal@hotmail.com
randomPhone 239-871-1887
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 170145a6-38a2-4083-9741-4d414d279aee
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 122
Request Body
{
            "mst_service_location_id": 0,
            "mst_platform_id": 2,
            "mst_warrenty_status_id": 1,
            "mst_oem_id": 2,
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 279
ETag W/"117-pI2NRiqqXTjFlE7JHZVj9IkY8oo"
Vary Accept-Encoding
Date Wed, 21 Jan 2026 07:47:51 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"status":400,"message":"Unexpected token } in JSON at position 121","expose":true,"statusCode":400,"body":"{\r\n    \"mst_service_location_id\": 0,\r\n    \"mst_platform_id\": 2,\r\n    \"mst_warrenty_status_id\": 1,\r\n    \"mst_oem_id\": 2,\r\n}","type":"entity.parse.failed"}
Test Information
NamePassedFailedSkipped
Verify if the status code is 400 1 0 0
Verify if the error message is shown 1 0 0
Total 2 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 274ms
Mean size per request: 242B

Test Pass Percentage
0 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg5ODE2NjZ9.4ODuA-xRPFnmHP9tI4dMcDE-bd3NEdJ81NjasraaSbk
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token d031b560-478d-493a-b3d1-d97c9d9c93b9
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 242
ETag W/"f2-CrWCTkZE4KDWB/Lp0Bc+we4JCzM"
Vary Accept-Encoding
Date Wed, 21 Jan 2026 07:47:51 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for delivery","key":"pending_for_delivery","count":1},{"label":"Created today","key":"created_today","count":430},{"label":"Pending for FST assignment","key":"pending_fst_assignment","count":0}]}
Test Information
NamePassedFailedSkipped
Check if the count for the created jobs today is greater than the old value 0 1 0
Total 0 1 0
Test Failure
Test NameAssertion Error
Check if the count for the created jobs today is greater than the old value
the argument to above must be a number
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"details_key":"created_today"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/dashboard/details
Response Information
Response Code: 200 - OK
Mean time per request: 622ms
Mean size per request: 417.02KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg5ODE2NjZ9.4ODuA-xRPFnmHP9tI4dMcDE-bd3NEdJ81NjasraaSbk
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token ba1ad1f2-6da1-49ca-a9ec-adc670e56357
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 31
Request Body
{"details_key":"created_today"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"68412-/L672RtqklUIrtV1RYzs6obrvs4"
Vary Accept-Encoding
Content-Encoding gzip
Date Wed, 21 Jan 2026 07:47:51 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":163011,"job_number":"JOB_163011","tr_customer_id":163028,"tr_customer_product_id":163018,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T07:46:58.000Z","modified_at":"2026-01-21T07:46:58.000Z","name":"Emelia Reilly","mobile_number":"878-462-1830","email_id":"Ryleigh_Pacocha81@hotmail.com","dop":"2025-04-06","serial_number":"13405225925384970","imei1":"13405225925384970","imei2":"13405225925384970","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T07:46:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163010,"job_number":"JOB_163010","tr_customer_id":163027,"tr_customer_product_id":163017,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T07:46:56.000Z","modified_at":"2026-01-21T07:47:36.000Z","name":"Enrico Schimmel","mobile_number":"379-331-2794","email_id":"Annamarie_Wuckert@hotmail.com","dop":"2025-04-06","serial_number":"19186070409161","imei1":"19186070409161","imei2":"19186070409161","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T07:47:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163006,"job_number":"JOB_163006","tr_customer_id":163023,"tr_customer_product_id":163013,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T07:31:11.000Z","modified_at":"2026-01-21T07:31:11.000Z","name":"Brock Corwin","mobile_number":"704-319-8274","email_id":"Wade_Metz@gmail.com","dop":"2025-02-01","serial_number":"17574691804591","imei1":"17574691804591","imei2":"17574691804591","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T07:31:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163003,"job_number":"JOB_163003","tr_customer_id":163020,"tr_customer_product_id":163010,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T07:07:06.000Z","modified_at":"2026-01-21T07:07:07.000Z","name":"Audra Gerlach","mobile_number":"721-468-8663","email_id":"Chance_Dare@hotmail.com","dop":"2025-04-06","serial_number":"12108449345271150","imei1":"12108449345271150","imei2":"12108449345271150","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T07:07:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163002,"job_number":"JOB_163002","tr_customer_id":163019,"tr_customer_product_id":163009,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T07:07:05.000Z","modified_at":"2026-01-21T07:07:45.000Z","name":"Ciara Yundt","mobile_number":"429-360-3629","email_id":"Cayla53@yahoo.com","dop":"2025-04-06","serial_number":"15744778714210","imei1":"15744778714210","imei2":"15744778714210","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T07:07:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163001,"job_number":"JOB_163001","tr_customer_id":163018,"tr_customer_product_id":163008,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T07:06:20.000Z","modified_at":"2026-01-21T07:06:20.000Z","name":"Ahmad Schroeder","mobile_number":"696-649-0378","email_id":"Lukas.Ullrich@gmail.com","dop":"2025-04-06","serial_number":"18275037441241292","imei1":"18275037441241292","imei2":"18275037441241292","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T07:06:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163000,"job_number":"JOB_163000","tr_customer_id":163017,"tr_customer_product_id":163007,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T07:06:18.000Z","modified_at":"2026-01-21T07:06:58.000Z","name":"Griffin Bailey","mobile_number":"807-650-0755","email_id":"Meredith.Cronin22@hotmail.com","dop":"2025-04-06","serial_number":"14428125226517","imei1":"14428125226517","imei2":"14428125226517","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T07:06:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162999,"job_number":"JOB_162999","tr_customer_id":163016,"tr_customer_product_id":163006,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T07:05:33.000Z","modified_at":"2026-01-21T07:05:33.000Z","name":"Zora Zieme","mobile_number":"201-537-8314","email_id":"Cathy_Metz@yahoo.com","dop":"2025-04-06","serial_number":"15839260041705420","imei1":"15839260041705420","imei2":"15839260041705420","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T07:05:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162998,"job_number":"JOB_162998","tr_customer_id":163015,"tr_customer_product_id":163005,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T07:05:31.000Z","modified_at":"2026-01-21T07:06:11.000Z","name":"Toby Towne","mobile_number":"635-591-2258","email_id":"Hiram_Jenkins@gmail.com","dop":"2025-04-06","serial_number":"18994665249792","imei1":"18994665249792","imei2":"18994665249792","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T07:06:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162997,"job_number":"JOB_162997","tr_customer_id":163014,"tr_customer_product_id":163004,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:51:28.000Z","modified_at":"2026-01-21T06:51:28.000Z","name":"Erling Runolfsson","mobile_number":"550-413-2718","email_id":"Maryjane.Gaylord@hotmail.com","dop":"2025-04-06","serial_number":"10651424904204296","imei1":"10651424904204296","imei2":"10651424904204296","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:51:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162996,"job_number":"JOB_162996","tr_customer_id":163013,"tr_customer_product_id":163003,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:51:27.000Z","modified_at":"2026-01-21T06:52:05.000Z","name":"Christ Smitham","mobile_number":"362-212-9034","email_id":"Riley.Kuvalis@hotmail.com","dop":"2025-04-06","serial_number":"17532958049688","imei1":"17532958049688","imei2":"17532958049688","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T06:52:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162995,"job_number":"JOB_162995","tr_customer_id":163012,"tr_customer_product_id":163002,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:51:27.000Z","modified_at":"2026-01-21T06:51:27.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19031953731203","imei1":"19031953731203","imei2":"19031953731203","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:51:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162994,"job_number":"JOB_162994","tr_customer_id":163011,"tr_customer_product_id":163001,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:50:44.000Z","modified_at":"2026-01-21T06:50:44.000Z","name":"Teresa Ruecker","mobile_number":"593-612-7187","email_id":"Shirley_Franecki16@hotmail.com","dop":"2025-04-06","serial_number":"11583192275518710","imei1":"11583192275518710","imei2":"11583192275518710","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:50:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162993,"job_number":"JOB_162993","tr_customer_id":163010,"tr_customer_product_id":163000,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:50:42.000Z","modified_at":"2026-01-21T06:51:20.000Z","name":"Ava Berge","mobile_number":"754-402-8607","email_id":"Charlotte63@yahoo.com","dop":"2025-04-06","serial_number":"17364320212701","imei1":"17364320212701","imei2":"17364320212701","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T06:51:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162992,"job_number":"JOB_162992","tr_customer_id":163009,"tr_customer_product_id":162999,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:50:42.000Z","modified_at":"2026-01-21T06:50:42.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13466066800980","imei1":"13466066800980","imei2":"13466066800980","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:50:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162991,"job_number":"JOB_162991","tr_customer_id":163008,"tr_customer_product_id":162998,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:50:05.000Z","modified_at":"2026-01-21T06:50:05.000Z","name":"Zoie Ledner","mobile_number":"937-452-3205","email_id":"Era80@gmail.com","dop":"2025-04-06","serial_number":"18533118216254004","imei1":"18533118216254004","imei2":"18533118216254004","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:50:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162990,"job_number":"JOB_162990","tr_customer_id":163007,"tr_customer_product_id":162997,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:50:03.000Z","modified_at":"2026-01-21T06:50:41.000Z","name":"Raymundo Turner","mobile_number":"934-225-0414","email_id":"Brennon.Waters18@hotmail.com","dop":"2025-04-06","serial_number":"12838620350489","imei1":"12838620350489","imei2":"12838620350489","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T06:50:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162989,"job_number":"JOB_162989","tr_customer_id":163006,"tr_customer_product_id":162996,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:49:59.000Z","modified_at":"2026-01-21T06:49:59.000Z","name":"Carolanne Oberbrunner","mobile_number":"995-750-9639","email_id":"Blanca.Fisher@yahoo.com","dop":"2025-04-06","serial_number":"19149653196501548","imei1":"19149653196501548","imei2":"19149653196501548","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:49:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162988,"job_number":"JOB_162988","tr_customer_id":163005,"tr_customer_product_id":162995,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:49:57.000Z","modified_at":"2026-01-21T06:50:35.000Z","name":"Jairo Corkery","mobile_number":"339-248-2189","email_id":"Javon.Olson@hotmail.com","dop":"2025-04-06","serial_number":"11799570215338","imei1":"11799570215338","imei2":"11799570215338","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T06:50:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162987,"job_number":"JOB_162987","tr_customer_id":163004,"tr_customer_product_id":162994,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:49:57.000Z","modified_at":"2026-01-21T06:49:57.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10689216915682","imei1":"10689216915682","imei2":"10689216915682","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:49:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162985,"job_number":"JOB_162985","tr_customer_id":163002,"tr_customer_product_id":162992,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:46:09.000Z","modified_at":"2026-01-21T06:46:09.000Z","name":"Dayana Hirthe","mobile_number":"979-360-0862","email_id":"Monte.Herzog72@hotmail.com","dop":"2025-04-06","serial_number":"11779876850918244","imei1":"11779876850918244","imei2":"11779876850918244","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:46:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162984,"job_number":"JOB_162984","tr_customer_id":163001,"tr_customer_product_id":162991,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:46:07.000Z","modified_at":"2026-01-21T06:46:45.000Z","name":"Golden Botsford","mobile_number":"665-911-4190","email_id":"Muhammad70@gmail.com","dop":"2025-04-06","serial_number":"11542637553552","imei1":"11542637553552","imei2":"11542637553552","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T06:46:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162983,"job_number":"JOB_162983","tr_customer_id":163000,"tr_customer_product_id":162990,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:46:07.000Z","modified_at":"2026-01-21T06:46:07.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16876819889364","imei1":"16876819889364","imei2":"16876819889364","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:46:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162982,"job_number":"JOB_162982","tr_customer_id":162999,"tr_customer_product_id":162989,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:45:47.000Z","modified_at":"2026-01-21T06:45:47.000Z","name":"Micah Bahringer","mobile_number":"469-748-7891","email_id":"Francesca.Moen@gmail.com","dop":"2025-04-06","serial_number":"13220055565904698","imei1":"13220055565904698","imei2":"13220055565904698","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:45:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162981,"job_number":"JOB_162981","tr_customer_id":162998,"tr_customer_product_id":162988,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:45:45.000Z","modified_at":"2026-01-21T06:46:23.000Z","name":"Moshe Braun","mobile_number":"678-834-6129","email_id":"Gilda.Lowe@gmail.com","dop":"2025-04-06","serial_number":"16013587615366","imei1":"16013587615366","imei2":"16013587615366","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T06:46:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162980,"job_number":"JOB_162980","tr_customer_id":162997,"tr_customer_product_id":162987,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:45:42.000Z","modified_at":"2026-01-21T06:45:42.000Z","name":"Alexandro Vandervort","mobile_number":"330-730-8147","email_id":"Reese_Bins@yahoo.com","dop":"2025-04-06","serial_number":"16989820793386468","imei1":"16989820793386468","imei2":"16989820793386468","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:45:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162979,"job_number":"JOB_162979","tr_customer_id":162996,"tr_customer_product_id":162986,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:45:40.000Z","modified_at":"2026-01-21T06:46:21.000Z","name":"Keith Purdy","mobile_number":"988-752-7423","email_id":"Saul44@yahoo.com","dop":"2025-04-06","serial_number":"19532102042475","imei1":"19532102042475","imei2":"19532102042475","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T06:46:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162978,"job_number":"JOB_162978","tr_customer_id":162995,"tr_customer_product_id":162985,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:45:24.000Z","modified_at":"2026-01-21T06:45:24.000Z","name":"Demetris Koepp","mobile_number":"345-409-6430","email_id":"Louisa_Gutmann88@hotmail.com","dop":"2025-04-06","serial_number":"12683925262283816","imei1":"12683925262283816","imei2":"12683925262283816","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:45:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162977,"job_number":"JOB_162977","tr_customer_id":162994,"tr_customer_product_id":162984,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:45:22.000Z","modified_at":"2026-01-21T06:46:00.000Z","name":"Waldo Kozey","mobile_number":"306-915-2708","email_id":"Thalia.Littel@hotmail.com","dop":"2025-04-06","serial_number":"10218706143551","imei1":"10218706143551","imei2":"10218706143551","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T06:46:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162976,"job_number":"JOB_162976","tr_customer_id":162993,"tr_customer_product_id":162983,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:45:22.000Z","modified_at":"2026-01-21T06:45:22.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10659736117977","imei1":"10659736117977","imei2":"10659736117977","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:45:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162975,"job_number":"JOB_162975","tr_customer_id":162992,"tr_customer_product_id":162982,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:44:39.000Z","modified_at":"2026-01-21T06:44:39.000Z","name":"Kattie Heidenreich","mobile_number":"464-968-6598","email_id":"Annabel1@gmail.com","dop":"2025-04-06","serial_number":"13558155131499656","imei1":"13558155131499656","imei2":"13558155131499656","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:44:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162974,"job_number":"JOB_162974","tr_customer_id":162991,"tr_customer_product_id":162981,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:44:39.000Z","modified_at":"2026-01-21T06:44:39.000Z","name":"Erick Bernhard","mobile_number":"268-365-9672","email_id":"Jaylen.Lind55@gmail.com","dop":"2025-04-06","serial_number":"18292600819471056","imei1":"18292600819471056","imei2":"18292600819471056","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:44:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162973,"job_number":"JOB_162973","tr_customer_id":162990,"tr_customer_product_id":162980,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:44:38.000Z","modified_at":"2026-01-21T06:45:15.000Z","name":"Timmy Bruen","mobile_number":"597-903-7350","email_id":"Fleta.Dooley@gmail.com","dop":"2025-04-06","serial_number":"11878497532669","imei1":"11878497532669","imei2":"11878497532669","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T06:45:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162972,"job_number":"JOB_162972","tr_customer_id":162989,"tr_customer_product_id":162979,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:44:38.000Z","modified_at":"2026-01-21T06:44:38.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15289972766732","imei1":"15289972766732","imei2":"15289972766732","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:44:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162971,"job_number":"JOB_162971","tr_customer_id":162988,"tr_customer_product_id":162978,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:44:37.000Z","modified_at":"2026-01-21T06:45:15.000Z","name":"Aidan Smitham","mobile_number":"291-934-0684","email_id":"Cruz80@gmail.com","dop":"2025-04-06","serial_number":"10134102336551","imei1":"10134102336551","imei2":"10134102336551","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T06:45:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162970,"job_number":"JOB_162970","tr_customer_id":162987,"tr_customer_product_id":162977,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:44:37.000Z","modified_at":"2026-01-21T06:44:37.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15657772357777","imei1":"15657772357777","imei2":"15657772357777","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:44:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162969,"job_number":"JOB_162969","tr_customer_id":162986,"tr_customer_product_id":162976,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:43:55.000Z","modified_at":"2026-01-21T06:43:55.000Z","name":"Rory Brekke","mobile_number":"318-608-9132","email_id":"Dangelo.Beahan@yahoo.com","dop":"2025-04-06","serial_number":"18756102189059096","imei1":"18756102189059096","imei2":"18756102189059096","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:43:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162968,"job_number":"JOB_162968","tr_customer_id":162985,"tr_customer_product_id":162975,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:43:53.000Z","modified_at":"2026-01-21T06:44:31.000Z","name":"Jo Reinger","mobile_number":"264-343-6844","email_id":"Eva.Quitzon99@gmail.com","dop":"2025-04-06","serial_number":"11677212522348","imei1":"11677212522348","imei2":"11677212522348","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T06:44:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162967,"job_number":"JOB_162967","tr_customer_id":162984,"tr_customer_product_id":162974,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:43:53.000Z","modified_at":"2026-01-21T06:43:53.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14949429811281","imei1":"14949429811281","imei2":"14949429811281","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:43:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162966,"job_number":"JOB_162966","tr_customer_id":162983,"tr_customer_product_id":162973,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:43:10.000Z","modified_at":"2026-01-21T06:43:10.000Z","name":"Norene Hintz","mobile_number":"382-277-1132","email_id":"Trystan_Lemke18@gmail.com","dop":"2025-04-06","serial_number":"15673482482469460","imei1":"15673482482469460","imei2":"15673482482469460","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:43:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162965,"job_number":"JOB_162965","tr_customer_id":162982,"tr_customer_product_id":162972,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:43:08.000Z","modified_at":"2026-01-21T06:43:46.000Z","name":"Freda Satterfield","mobile_number":"820-580-0265","email_id":"Amari63@yahoo.com","dop":"2025-04-06","serial_number":"11076177600449","imei1":"11076177600449","imei2":"11076177600449","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T06:43:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162964,"job_number":"JOB_162964","tr_customer_id":162981,"tr_customer_product_id":162971,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:43:08.000Z","modified_at":"2026-01-21T06:43:08.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13723298881951","imei1":"13723298881951","imei2":"13723298881951","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:43:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162963,"job_number":"JOB_162963","tr_customer_id":162980,"tr_customer_product_id":162970,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:39:31.000Z","modified_at":"2026-01-21T06:39:31.000Z","name":"Lavinia Haley","mobile_number":"826-742-1054","email_id":"Dayne18@yahoo.com","dop":"2025-04-06","serial_number":"12580884778192742","imei1":"12580884778192742","imei2":"12580884778192742","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:39:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162962,"job_number":"JOB_162962","tr_customer_id":162979,"tr_customer_product_id":162969,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:39:29.000Z","modified_at":"2026-01-21T06:40:11.000Z","name":"Hillard Muller","mobile_number":"418-963-8748","email_id":"Angeline82@yahoo.com","dop":"2025-04-06","serial_number":"13995577455282","imei1":"13995577455282","imei2":"13995577455282","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T06:40:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162961,"job_number":"JOB_162961","tr_customer_id":162978,"tr_customer_product_id":162968,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:39:29.000Z","modified_at":"2026-01-21T06:39:29.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13633203627956","imei1":"13633203627956","imei2":"13633203627956","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:39:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162957,"job_number":"JOB_162957","tr_customer_id":162974,"tr_customer_product_id":162964,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:38:42.000Z","modified_at":"2026-01-21T06:38:42.000Z","name":"Maynard Reilly","mobile_number":"808-341-2514","email_id":"Gunner_Kuhlman@gmail.com","dop":"2025-04-06","serial_number":"13180943820679828","imei1":"13180943820679828","imei2":"13180943820679828","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:38:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162956,"job_number":"JOB_162956","tr_customer_id":162973,"tr_customer_product_id":162963,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:38:40.000Z","modified_at":"2026-01-21T06:39:22.000Z","name":"Christine Daniel","mobile_number":"899-422-6119","email_id":"Kasey_Oberbrunner@gmail.com","dop":"2025-04-06","serial_number":"16817451065618","imei1":"16817451065618","imei2":"16817451065618","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T06:39:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162955,"job_number":"JOB_162955","tr_customer_id":162972,"tr_customer_product_id":162962,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:38:40.000Z","modified_at":"2026-01-21T06:38:40.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19928005857481","imei1":"19928005857481","imei2":"19928005857481","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:38:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162954,"job_number":"JOB_162954","tr_customer_id":162971,"tr_customer_product_id":162961,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:38:03.000Z","modified_at":"2026-01-21T06:38:03.000Z","name":"Hal Hammes","mobile_number":"590-877-0668","email_id":"Kenya.OConnell41@hotmail.com","dop":"2025-04-06","serial_number":"19540469328140736","imei1":"19540469328140736","imei2":"19540469328140736","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:38:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162952,"job_number":"JOB_162952","tr_customer_id":162969,"tr_customer_product_id":162959,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:38:01.000Z","modified_at":"2026-01-21T06:38:42.000Z","name":"Imani Pollich","mobile_number":"648-325-8654","email_id":"Cayla.Douglas@hotmail.com","dop":"2025-04-06","serial_number":"10989867960587","imei1":"10989867960587","imei2":"10989867960587","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T06:38:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162951,"job_number":"JOB_162951","tr_customer_id":162968,"tr_customer_product_id":162958,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:38:01.000Z","modified_at":"2026-01-21T06:38:01.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14935627631418","imei1":"14935627631418","imei2":"14935627631418","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:38:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162948,"job_number":"JOB_162948","tr_customer_id":162965,"tr_customer_product_id":162955,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:37:52.000Z","modified_at":"2026-01-21T06:37:52.000Z","name":"Ricardo Cassin","mobile_number":"293-433-7431","email_id":"Raven.Flatley18@gmail.com","dop":"2025-04-06","serial_number":"17998245056033220","imei1":"17998245056033220","imei2":"17998245056033220","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:37:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162947,"job_number":"JOB_162947","tr_customer_id":162964,"tr_customer_product_id":162954,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:37:51.000Z","modified_at":"2026-01-21T06:38:32.000Z","name":"Charlotte Roob","mobile_number":"414-925-5000","email_id":"Danielle.Gleason62@hotmail.com","dop":"2025-04-06","serial_number":"14446661162974","imei1":"14446661162974","imei2":"14446661162974","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T06:38:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162946,"job_number":"JOB_162946","tr_customer_id":162963,"tr_customer_product_id":162953,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:37:51.000Z","modified_at":"2026-01-21T06:37:51.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14207110431383","imei1":"14207110431383","imei2":"14207110431383","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:37:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162942,"job_number":"JOB_162942","tr_customer_id":162959,"tr_customer_product_id":162949,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:37:14.000Z","modified_at":"2026-01-21T06:37:14.000Z","name":"Malachi Witting","mobile_number":"577-388-6595","email_id":"Talia_Padberg48@gmail.com","dop":"2025-04-06","serial_number":"19405530755503990","imei1":"19405530755503990","imei2":"19405530755503990","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:37:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162941,"job_number":"JOB_162941","tr_customer_id":162958,"tr_customer_product_id":162948,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:37:12.000Z","modified_at":"2026-01-21T06:37:53.000Z","name":"Arvilla Fay","mobile_number":"651-211-2211","email_id":"Kaitlin31@hotmail.com","dop":"2025-04-06","serial_number":"11250252021938","imei1":"11250252021938","imei2":"11250252021938","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T06:37:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162940,"job_number":"JOB_162940","tr_customer_id":162957,"tr_customer_product_id":162947,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:37:12.000Z","modified_at":"2026-01-21T06:37:12.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13322178288064","imei1":"13322178288064","imei2":"13322178288064","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:37:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162936,"job_number":"JOB_162936","tr_customer_id":162953,"tr_customer_product_id":162943,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:36:25.000Z","modified_at":"2026-01-21T06:36:25.000Z","name":"Fanny Hoeger","mobile_number":"282-398-6588","email_id":"Nikko_Kertzmann@hotmail.com","dop":"2025-04-06","serial_number":"18884649322202076","imei1":"18884649322202076","imei2":"18884649322202076","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:36:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162935,"job_number":"JOB_162935","tr_customer_id":162952,"tr_customer_product_id":162942,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:36:23.000Z","modified_at":"2026-01-21T06:37:04.000Z","name":"Randi Ratke","mobile_number":"865-351-0351","email_id":"Amir_Kulas36@hotmail.com","dop":"2025-04-06","serial_number":"10360062048868","imei1":"10360062048868","imei2":"10360062048868","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T06:37:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162934,"job_number":"JOB_162934","tr_customer_id":162951,"tr_customer_product_id":162941,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:36:23.000Z","modified_at":"2026-01-21T06:36:23.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16925021534393","imei1":"16925021534393","imei2":"16925021534393","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:36:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162933,"job_number":"JOB_162933","tr_customer_id":162950,"tr_customer_product_id":162940,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:36:01.000Z","modified_at":"2026-01-21T06:36:01.000Z","name":"Willa Nolan","mobile_number":"369-843-6476","email_id":"Waldo54@yahoo.com","dop":"2025-04-06","serial_number":"11274221474489864","imei1":"11274221474489864","imei2":"11274221474489864","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:36:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162932,"job_number":"JOB_162932","tr_customer_id":162949,"tr_customer_product_id":162939,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:36:00.000Z","modified_at":"2026-01-21T06:36:40.000Z","name":"Marcellus Upton","mobile_number":"745-926-9867","email_id":"Elyse50@hotmail.com","dop":"2025-04-06","serial_number":"19805543678835","imei1":"19805543678835","imei2":"19805543678835","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T06:36:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162931,"job_number":"JOB_162931","tr_customer_id":162948,"tr_customer_product_id":162938,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:32:49.000Z","modified_at":"2026-01-21T06:32:49.000Z","name":"Willa McClure","mobile_number":"303-531-6812","email_id":"Wilfred.Lockman@yahoo.com","dop":"2025-04-06","serial_number":"15679794119179152","imei1":"15679794119179152","imei2":"15679794119179152","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:32:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162930,"job_number":"JOB_162930","tr_customer_id":162947,"tr_customer_product_id":162937,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:32:48.000Z","modified_at":"2026-01-21T06:33:25.000Z","name":"Elda Zieme","mobile_number":"265-455-4211","email_id":"Jenifer22@hotmail.com","dop":"2025-04-06","serial_number":"15068639551005","imei1":"15068639551005","imei2":"15068639551005","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T06:33:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162929,"job_number":"JOB_162929","tr_customer_id":162946,"tr_customer_product_id":162936,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:32:48.000Z","modified_at":"2026-01-21T06:32:48.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13214831955730","imei1":"13214831955730","imei2":"13214831955730","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:32:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162928,"job_number":"JOB_162928","tr_customer_id":162945,"tr_customer_product_id":162935,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:32:05.000Z","modified_at":"2026-01-21T06:32:05.000Z","name":"Edison Leffler","mobile_number":"924-836-1099","email_id":"Harold2@gmail.com","dop":"2025-04-06","serial_number":"15570380534434244","imei1":"15570380534434244","imei2":"15570380534434244","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:32:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162927,"job_number":"JOB_162927","tr_customer_id":162944,"tr_customer_product_id":162934,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:32:03.000Z","modified_at":"2026-01-21T06:32:41.000Z","name":"Jensen Kemmer","mobile_number":"853-953-1660","email_id":"Haley91@gmail.com","dop":"2025-04-06","serial_number":"15640566473513","imei1":"15640566473513","imei2":"15640566473513","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T06:32:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162926,"job_number":"JOB_162926","tr_customer_id":162943,"tr_customer_product_id":162933,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:32:03.000Z","modified_at":"2026-01-21T06:32:03.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14401946625375","imei1":"14401946625375","imei2":"14401946625375","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:32:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162923,"job_number":"JOB_162923","tr_customer_id":162940,"tr_customer_product_id":162930,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:31:20.000Z","modified_at":"2026-01-21T06:31:20.000Z","name":"Brant Friesen","mobile_number":"311-507-9641","email_id":"Jonathon_Monahan@gmail.com","dop":"2025-04-06","serial_number":"14967765540814140","imei1":"14967765540814140","imei2":"14967765540814140","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:31:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162922,"job_number":"JOB_162922","tr_customer_id":162939,"tr_customer_product_id":162929,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:31:18.000Z","modified_at":"2026-01-21T06:31:56.000Z","name":"Christopher Mills","mobile_number":"810-378-1099","email_id":"Bo72@gmail.com","dop":"2025-04-06","serial_number":"10066639197149","imei1":"10066639197149","imei2":"10066639197149","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T06:31:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162921,"job_number":"JOB_162921","tr_customer_id":162938,"tr_customer_product_id":162928,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:31:18.000Z","modified_at":"2026-01-21T06:31:18.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18474584541183","imei1":"18474584541183","imei2":"18474584541183","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:31:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162919,"job_number":"JOB_162919","tr_customer_id":162936,"tr_customer_product_id":162926,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:29:48.000Z","modified_at":"2026-01-21T06:29:48.000Z","name":"Benedict Stamm","mobile_number":"674-834-0829","email_id":"Abe_Erdman@gmail.com","dop":"2025-04-06","serial_number":"16330093553060152","imei1":"16330093553060152","imei2":"16330093553060152","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:29:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162918,"job_number":"JOB_162918","tr_customer_id":162935,"tr_customer_product_id":162925,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:29:47.000Z","modified_at":"2026-01-21T06:30:23.000Z","name":"Henriette Blick","mobile_number":"904-659-3736","email_id":"Arvid.Parisian@hotmail.com","dop":"2025-04-06","serial_number":"13255616739489","imei1":"13255616739489","imei2":"13255616739489","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T06:30:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162917,"job_number":"JOB_162917","tr_customer_id":162934,"tr_customer_product_id":162924,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:29:47.000Z","modified_at":"2026-01-21T06:29:47.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17786532546150","imei1":"17786532546150","imei2":"17786532546150","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:29:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162916,"job_number":"JOB_162916","tr_customer_id":162933,"tr_customer_product_id":162923,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:29:05.000Z","modified_at":"2026-01-21T06:29:05.000Z","name":"Mason Renner","mobile_number":"726-233-7389","email_id":"Ward.Wisoky22@gmail.com","dop":"2025-04-06","serial_number":"14458032780167956","imei1":"14458032780167956","imei2":"14458032780167956","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:29:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162915,"job_number":"JOB_162915","tr_customer_id":162932,"tr_customer_product_id":162922,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:29:03.000Z","modified_at":"2026-01-21T06:29:40.000Z","name":"Wilburn Langosh","mobile_number":"388-833-3590","email_id":"Nettie_Fisher78@yahoo.com","dop":"2025-04-06","serial_number":"16014376727897","imei1":"16014376727897","imei2":"16014376727897","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T06:29:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162914,"job_number":"JOB_162914","tr_customer_id":162931,"tr_customer_product_id":162921,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:29:03.000Z","modified_at":"2026-01-21T06:29:03.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12508469859581","imei1":"12508469859581","imei2":"12508469859581","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:29:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162913,"job_number":"JOB_162913","tr_customer_id":162930,"tr_customer_product_id":162920,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:28:21.000Z","modified_at":"2026-01-21T06:28:21.000Z","name":"Giovanni Koelpin","mobile_number":"897-897-0541","email_id":"Verner.Ritchie@yahoo.com","dop":"2025-04-06","serial_number":"13142155136854658","imei1":"13142155136854658","imei2":"13142155136854658","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:28:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162912,"job_number":"JOB_162912","tr_customer_id":162929,"tr_customer_product_id":162919,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:28:20.000Z","modified_at":"2026-01-21T06:28:56.000Z","name":"Jennie Halvorson","mobile_number":"940-515-3990","email_id":"Dan_Mitchell@yahoo.com","dop":"2025-04-06","serial_number":"12796131446510","imei1":"12796131446510","imei2":"12796131446510","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T06:28:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162911,"job_number":"JOB_162911","tr_customer_id":162928,"tr_customer_product_id":162918,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:28:20.000Z","modified_at":"2026-01-21T06:28:20.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13841462764030","imei1":"13841462764030","imei2":"13841462764030","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:28:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162910,"job_number":"JOB_162910","tr_customer_id":162927,"tr_customer_product_id":162917,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:27:09.000Z","modified_at":"2026-01-21T06:27:09.000Z","name":"Felix Hackett","mobile_number":"521-514-3135","email_id":"Samanta_Powlowski@yahoo.com","dop":"2025-04-06","serial_number":"17898099325596856","imei1":"17898099325596856","imei2":"17898099325596856","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:27:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162909,"job_number":"JOB_162909","tr_customer_id":162926,"tr_customer_product_id":162916,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:27:08.000Z","modified_at":"2026-01-21T06:27:45.000Z","name":"Mariana Roberts","mobile_number":"868-479-8900","email_id":"Reina_Mayer49@gmail.com","dop":"2025-04-06","serial_number":"16266446307445","imei1":"16266446307445","imei2":"16266446307445","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T06:27:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162908,"job_number":"JOB_162908","tr_customer_id":162925,"tr_customer_product_id":162915,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:27:07.000Z","modified_at":"2026-01-21T06:27:07.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17857123491074","imei1":"17857123491074","imei2":"17857123491074","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:27:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162907,"job_number":"JOB_162907","tr_customer_id":162924,"tr_customer_product_id":162914,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:26:25.000Z","modified_at":"2026-01-21T06:26:25.000Z","name":"Colten Treutel","mobile_number":"719-847-9537","email_id":"Julius_Emard18@gmail.com","dop":"2025-04-06","serial_number":"13206539527250764","imei1":"13206539527250764","imei2":"13206539527250764","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:26:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162906,"job_number":"JOB_162906","tr_customer_id":162923,"tr_customer_product_id":162913,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:26:23.000Z","modified_at":"2026-01-21T06:27:01.000Z","name":"Louvenia Turcotte","mobile_number":"212-716-4795","email_id":"Letitia47@hotmail.com","dop":"2025-04-06","serial_number":"17920276828880","imei1":"17920276828880","imei2":"17920276828880","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T06:27:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162905,"job_number":"JOB_162905","tr_customer_id":162922,"tr_customer_product_id":162912,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:26:23.000Z","modified_at":"2026-01-21T06:26:23.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"15185228078622","imei1":"15185228078622","imei2":"15185228078622","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:26:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162904,"job_number":"JOB_162904","tr_customer_id":162921,"tr_customer_product_id":162911,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:25:40.000Z","modified_at":"2026-01-21T06:25:40.000Z","name":"Jamel Toy","mobile_number":"221-319-2936","email_id":"Alverta60@yahoo.com","dop":"2025-04-06","serial_number":"19817104833675344","imei1":"19817104833675344","imei2":"19817104833675344","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:25:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162903,"job_number":"JOB_162903","tr_customer_id":162920,"tr_customer_product_id":162910,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:25:39.000Z","modified_at":"2026-01-21T06:26:16.000Z","name":"Rhoda Aufderhar","mobile_number":"752-694-7100","email_id":"Dana88@gmail.com","dop":"2025-04-06","serial_number":"12605119966721","imei1":"12605119966721","imei2":"12605119966721","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T06:26:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162902,"job_number":"JOB_162902","tr_customer_id":162919,"tr_customer_product_id":162909,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:25:38.000Z","modified_at":"2026-01-21T06:25:38.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16960123851476","imei1":"16960123851476","imei2":"16960123851476","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:25:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162901,"job_number":"JOB_162901","tr_customer_id":162918,"tr_customer_product_id":162908,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:24:40.000Z","modified_at":"2026-01-21T06:24:40.000Z","name":"Enola Kautzer","mobile_number":"777-877-3925","email_id":"Hayley71@gmail.com","dop":"2025-06-18","serial_number":"1088271486565016","imei1":"1088271486565016","imei2":"1088271486565016","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:24:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162900,"job_number":"JOB_162900","tr_customer_id":162917,"tr_customer_product_id":162907,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:24:40.000Z","modified_at":"2026-01-21T06:25:20.000Z","name":"Tyree Fritsch","mobile_number":"432-752-3071","email_id":"Winfield_Adams@yahoo.com","dop":"2025-06-18","serial_number":"10800607391025","imei1":"10800607391025","imei2":"10800607391025","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T06:25:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162899,"job_number":"JOB_162899","tr_customer_id":162916,"tr_customer_product_id":162906,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:24:40.000Z","modified_at":"2026-01-21T06:24:40.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10303360622515","imei1":"10303360622515","imei2":"10303360622515","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:24:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162898,"job_number":"JOB_162898","tr_customer_id":162915,"tr_customer_product_id":162905,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:24:11.000Z","modified_at":"2026-01-21T06:24:11.000Z","name":"Amanda Romaguera","mobile_number":"632-701-5295","email_id":"Greta.Deckow@gmail.com","dop":"2025-04-06","serial_number":"18369311992665940","imei1":"18369311992665940","imei2":"18369311992665940","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:24:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162897,"job_number":"JOB_162897","tr_customer_id":162914,"tr_customer_product_id":162904,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:24:09.000Z","modified_at":"2026-01-21T06:24:49.000Z","name":"Chaz Wiegand","mobile_number":"557-481-6340","email_id":"Rahsaan_Nikolaus58@yahoo.com","dop":"2025-04-06","serial_number":"12398753504025","imei1":"12398753504025","imei2":"12398753504025","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T06:24:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162896,"job_number":"JOB_162896","tr_customer_id":162913,"tr_customer_product_id":162903,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:23:53.000Z","modified_at":"2026-01-21T06:23:53.000Z","name":"Justus Hand","mobile_number":"458-957-6139","email_id":"Rex.Rau57@yahoo.com","dop":"2025-06-18","serial_number":"1067077697497449","imei1":"1067077697497449","imei2":"1067077697497449","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:23:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162895,"job_number":"JOB_162895","tr_customer_id":162912,"tr_customer_product_id":162902,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:23:52.000Z","modified_at":"2026-01-21T06:24:32.000Z","name":"Elmo Medhurst","mobile_number":"532-934-0635","email_id":"Jaycee.Wunsch12@yahoo.com","dop":"2025-06-18","serial_number":"10149413580064","imei1":"10149413580064","imei2":"10149413580064","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T06:24:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162894,"job_number":"JOB_162894","tr_customer_id":162911,"tr_customer_product_id":162901,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:23:52.000Z","modified_at":"2026-01-21T06:23:52.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10287444893593","imei1":"10287444893593","imei2":"10287444893593","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:23:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162877,"job_number":"JOB_162877","tr_customer_id":162894,"tr_customer_product_id":162884,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T05:58:05.000Z","modified_at":"2026-01-21T05:58:05.000Z","name":"Jarrell Wintheiser","mobile_number":"479-920-3459","email_id":"Jules58@hotmail.com","dop":"2025-04-06","serial_number":"10788070414555038","imei1":"10788070414555038","imei2":"10788070414555038","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T05:58:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162876,"job_number":"JOB_162876","tr_customer_id":162893,"tr_customer_product_id":162883,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T05:58:04.000Z","modified_at":"2026-01-21T05:58:45.000Z","name":"Stevie Will","mobile_number":"717-456-8183","email_id":"Okey89@gmail.com","dop":"2025-04-06","serial_number":"16760379314414","imei1":"16760379314414","imei2":"16760379314414","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T05:58:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162875,"job_number":"JOB_162875","tr_customer_id":162892,"tr_customer_product_id":162882,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T05:58:03.000Z","modified_at":"2026-01-21T05:58:03.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10026383914254","imei1":"10026383914254","imei2":"10026383914254","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T05:58:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162874,"job_number":"JOB_162874","tr_customer_id":162891,"tr_customer_product_id":162881,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T05:57:15.000Z","modified_at":"2026-01-21T05:57:15.000Z","name":"Velda Becker","mobile_number":"335-982-6404","email_id":"Edgardo.Jacobs89@yahoo.com","dop":"2025-04-06","serial_number":"11707781849366398","imei1":"11707781849366398","imei2":"11707781849366398","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T05:57:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162873,"job_number":"JOB_162873","tr_customer_id":162890,"tr_customer_product_id":162880,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T05:57:14.000Z","modified_at":"2026-01-21T05:57:56.000Z","name":"Leonel Dickinson","mobile_number":"905-339-2929","email_id":"Myriam.Crist@hotmail.com","dop":"2025-04-06","serial_number":"10830347128118","imei1":"10830347128118","imei2":"10830347128118","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T05:57:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162872,"job_number":"JOB_162872","tr_customer_id":162889,"tr_customer_product_id":162879,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T05:57:13.000Z","modified_at":"2026-01-21T05:57:13.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17347962741528","imei1":"17347962741528","imei2":"17347962741528","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T05:57:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162871,"job_number":"JOB_162871","tr_customer_id":162888,"tr_customer_product_id":162878,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T05:56:25.000Z","modified_at":"2026-01-21T05:56:25.000Z","name":"Amya Hudson","mobile_number":"517-201-7980","email_id":"Rahsaan_Deckow@hotmail.com","dop":"2025-04-06","serial_number":"16106210569865402","imei1":"16106210569865402","imei2":"16106210569865402","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T05:56:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162870,"job_number":"JOB_162870","tr_customer_id":162887,"tr_customer_product_id":162877,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T05:56:24.000Z","modified_at":"2026-01-21T05:57:06.000Z","name":"Kathlyn Gleichner","mobile_number":"465-805-8842","email_id":"Kaylah.Doyle@yahoo.com","dop":"2025-04-06","serial_number":"17316565882254","imei1":"17316565882254","imei2":"17316565882254","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T05:57:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162869,"job_number":"JOB_162869","tr_customer_id":162886,"tr_customer_product_id":162876,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T05:56:23.000Z","modified_at":"2026-01-21T05:56:23.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15749124098280","imei1":"15749124098280","imei2":"15749124098280","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T05:56:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162868,"job_number":"JOB_162868","tr_customer_id":162885,"tr_customer_product_id":162875,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T05:44:59.000Z","modified_at":"2026-01-21T05:44:59.000Z","name":"Chetan AG","mobile_number":"7090191744","email_id":"agchetan18@gmail.com","dop":"2026-01-11","serial_number":"78920576984787","imei1":"78920576984787","imei2":"78920576984787","popurl":"2026-01-11T05:44:53.815977800Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T05:44:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162867,"job_number":"JOB_162867","tr_customer_id":162884,"tr_customer_product_id":162874,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T05:21:13.000Z","modified_at":"2026-01-21T05:21:13.000Z","name":"Augusta Paucek","mobile_number":"689-962-3812","email_id":"Natalia.Rath@yahoo.com","dop":"2025-04-06","serial_number":"15476359630960446","imei1":"15476359630960446","imei2":"15476359630960446","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T05:21:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162866,"job_number":"JOB_162866","tr_customer_id":162883,"tr_customer_product_id":162873,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T05:21:12.000Z","modified_at":"2026-01-21T05:21:53.000Z","name":"Benedict Franecki","mobile_number":"311-707-7688","email_id":"Sherman_Larkin70@yahoo.com","dop":"2025-04-06","serial_number":"16105861548766","imei1":"16105861548766","imei2":"16105861548766","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T05:21:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162865,"job_number":"JOB_162865","tr_customer_id":162882,"tr_customer_product_id":162872,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T05:21:11.000Z","modified_at":"2026-01-21T05:21:11.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13868298772248","imei1":"13868298772248","imei2":"13868298772248","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T05:21:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162864,"job_number":"JOB_162864","tr_customer_id":162881,"tr_customer_product_id":162871,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T05:20:26.000Z","modified_at":"2026-01-21T05:20:26.000Z","name":"Triston Osinski","mobile_number":"595-848-9196","email_id":"Eliseo_Hickle71@gmail.com","dop":"2025-04-06","serial_number":"11755708241821630","imei1":"11755708241821630","imei2":"11755708241821630","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T05:20:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162863,"job_number":"JOB_162863","tr_customer_id":162880,"tr_customer_product_id":162870,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T05:20:24.000Z","modified_at":"2026-01-21T05:21:04.000Z","name":"Shanel Mitchell","mobile_number":"364-234-1439","email_id":"Boris19@yahoo.com","dop":"2025-04-06","serial_number":"19640831741122","imei1":"19640831741122","imei2":"19640831741122","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T05:21:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162862,"job_number":"JOB_162862","tr_customer_id":162879,"tr_customer_product_id":162869,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T05:20:24.000Z","modified_at":"2026-01-21T05:20:24.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10059306646076","imei1":"10059306646076","imei2":"10059306646076","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T05:20:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162861,"job_number":"JOB_162861","tr_customer_id":162878,"tr_customer_product_id":162868,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T05:19:39.000Z","modified_at":"2026-01-21T05:19:39.000Z","name":"Garland Hand","mobile_number":"347-658-0732","email_id":"Carlos_Wiza77@yahoo.com","dop":"2025-04-06","serial_number":"13849560380824524","imei1":"13849560380824524","imei2":"13849560380824524","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T05:19:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162860,"job_number":"JOB_162860","tr_customer_id":162877,"tr_customer_product_id":162867,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T05:19:37.000Z","modified_at":"2026-01-21T05:20:17.000Z","name":"Ari Blick","mobile_number":"310-853-4267","email_id":"Pete.Boyer@gmail.com","dop":"2025-04-06","serial_number":"17541327219997","imei1":"17541327219997","imei2":"17541327219997","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T05:20:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162859,"job_number":"JOB_162859","tr_customer_id":162876,"tr_customer_product_id":162866,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T05:19:37.000Z","modified_at":"2026-01-21T05:19:37.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14761460006971","imei1":"14761460006971","imei2":"14761460006971","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T05:19:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162858,"job_number":"JOB_162858","tr_customer_id":162875,"tr_customer_product_id":162865,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T05:03:20.000Z","modified_at":"2026-01-21T05:03:20.000Z","name":"Jatin Sharma","mobile_number":"776767777","email_id":"jatin@gmail.com","dop":"2026-01-21","serial_number":"92676777712346","imei1":"92676777712346","imei2":"92676777712346","popurl":"2026-01-21T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T05:03:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162857,"job_number":"JOB_162857","tr_customer_id":162874,"tr_customer_product_id":162864,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T05:00:28.000Z","modified_at":"2026-01-21T05:00:28.000Z","name":"Willa Pfeffer","mobile_number":"295-237-9990","email_id":"Estrella_Pollich@gmail.com","dop":"2025-04-06","serial_number":"14493925578243076","imei1":"14493925578243076","imei2":"14493925578243076","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T05:00:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162856,"job_number":"JOB_162856","tr_customer_id":162873,"tr_customer_product_id":162863,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T05:00:27.000Z","modified_at":"2026-01-21T05:01:04.000Z","name":"Helene Morissette","mobile_number":"384-972-5919","email_id":"Zetta24@yahoo.com","dop":"2025-04-06","serial_number":"14434081241373","imei1":"14434081241373","imei2":"14434081241373","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T05:01:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162855,"job_number":"JOB_162855","tr_customer_id":162872,"tr_customer_product_id":162862,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T05:00:12.000Z","modified_at":"2026-01-21T05:00:12.000Z","name":"Wendell Ernser","mobile_number":"256-853-1894","email_id":"Ken.Schamberger97@hotmail.com","dop":"2025-04-06","serial_number":"12745240162655110","imei1":"12745240162655110","imei2":"12745240162655110","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T05:00:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162854,"job_number":"JOB_162854","tr_customer_id":162871,"tr_customer_product_id":162861,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T05:00:11.000Z","modified_at":"2026-01-21T05:00:48.000Z","name":"Herminio Parisian","mobile_number":"366-477-5062","email_id":"Moses_Jast22@hotmail.com","dop":"2025-04-06","serial_number":"13446758318385","imei1":"13446758318385","imei2":"13446758318385","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T05:00:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162853,"job_number":"JOB_162853","tr_customer_id":162870,"tr_customer_product_id":162860,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:57:12.000Z","modified_at":"2026-01-21T04:57:12.000Z","name":"Chetan Geddappanavar","mobile_number":"673-872-6513","email_id":"Meggie_Gislason85@hotmail.com","dop":"2025-08-24","serial_number":"12244764292989","imei1":"12244764292989","imei2":"12244764292989","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T04:57:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162852,"job_number":"JOB_162852","tr_customer_id":162869,"tr_customer_product_id":162859,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:57:09.000Z","modified_at":"2026-01-21T04:57:09.000Z","name":"Brooke Crooks","mobile_number":"595-830-0724","email_id":"Presley_Franecki@yahoo.com","dop":"2025-04-06","serial_number":"19050963534227388","imei1":"19050963534227388","imei2":"19050963534227388","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T04:57:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162851,"job_number":"JOB_162851","tr_customer_id":162868,"tr_customer_product_id":162858,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:57:07.000Z","modified_at":"2026-01-21T04:57:46.000Z","name":"Jeffrey Renner","mobile_number":"315-920-0749","email_id":"Jailyn71@hotmail.com","dop":"2025-04-06","serial_number":"19995083948725","imei1":"19995083948725","imei2":"19995083948725","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T04:57:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162850,"job_number":"JOB_162850","tr_customer_id":162867,"tr_customer_product_id":162857,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:56:23.000Z","modified_at":"2026-01-21T04:56:23.000Z","name":"Ahmad Kihn","mobile_number":"519-380-4195","email_id":"Rachael.Boyle@hotmail.com","dop":"2025-04-06","serial_number":"17642121278585800","imei1":"17642121278585800","imei2":"17642121278585800","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T04:56:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162849,"job_number":"JOB_162849","tr_customer_id":162866,"tr_customer_product_id":162856,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:56:21.000Z","modified_at":"2026-01-21T04:57:00.000Z","name":"Karine Tromp","mobile_number":"912-269-0209","email_id":"Maya66@hotmail.com","dop":"2025-04-06","serial_number":"16297752827894","imei1":"16297752827894","imei2":"16297752827894","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T04:57:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162848,"job_number":"JOB_162848","tr_customer_id":162865,"tr_customer_product_id":162855,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:55:36.000Z","modified_at":"2026-01-21T04:55:36.000Z","name":"Montana Reynolds","mobile_number":"587-763-9433","email_id":"Alexanne.Koch80@gmail.com","dop":"2025-04-06","serial_number":"19847587915432416","imei1":"19847587915432416","imei2":"19847587915432416","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T04:55:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162847,"job_number":"JOB_162847","tr_customer_id":162864,"tr_customer_product_id":162854,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:55:35.000Z","modified_at":"2026-01-21T04:56:14.000Z","name":"Kaylie Deckow","mobile_number":"221-666-3278","email_id":"Nelda_Fadel7@hotmail.com","dop":"2025-04-06","serial_number":"19406400506696","imei1":"19406400506696","imei2":"19406400506696","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T04:56:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162846,"job_number":"JOB_162846","tr_customer_id":162863,"tr_customer_product_id":162853,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:50:32.000Z","modified_at":"2026-01-21T04:50:43.000Z","name":"Anibal Swift","mobile_number":"459-411-5035","email_id":"Alta_Raynor@yahoo.com","dop":"2025-07-01","serial_number":"107524683713839","imei1":"107524683713839","imei2":"107524683713839","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T04:50:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162845,"job_number":"JOB_162845","tr_customer_id":162862,"tr_customer_product_id":162852,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:50:31.000Z","modified_at":"2026-01-21T04:50:31.000Z","name":"priyanka daurby","mobile_number":"8898776542","email_id":"pd@gmail.com","dop":"2025-07-01","serial_number":"100995434656144","imei1":"100995434656144","imei2":"100995434656144","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T04:50:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162844,"job_number":"JOB_162844","tr_customer_id":162861,"tr_customer_product_id":162851,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:50:17.000Z","modified_at":"2026-01-21T04:50:29.000Z","name":"Leta Dicki","mobile_number":"887-388-9895","email_id":"Angeline21@gmail.com","dop":"2025-07-01","serial_number":"109769010337732","imei1":"109769010337732","imei2":"109769010337732","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T04:50:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162843,"job_number":"JOB_162843","tr_customer_id":162860,"tr_customer_product_id":162850,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:50:17.000Z","modified_at":"2026-01-21T04:50:17.000Z","name":"yogita daurby","mobile_number":"8898776543","email_id":"yd@gmail.com","dop":"2025-07-01","serial_number":"101167349114917","imei1":"101167349114917","imei2":"101167349114917","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T04:50:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162838,"job_number":"JOB_162838","tr_customer_id":162855,"tr_customer_product_id":162845,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:41:18.000Z","modified_at":"2026-01-21T04:41:18.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-11","serial_number":"13635578883544","imei1":"13635578883544","imei2":"13635578883544","popurl":"2026-01-11T04:41:18.035988230Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T04:41:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162837,"job_number":"JOB_162837","tr_customer_id":162854,"tr_customer_product_id":162844,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:40:29.000Z","modified_at":"2026-01-21T04:40:29.000Z","name":"Brannon Marks","mobile_number":"235-942-1041","email_id":"Westley.Goodwin40@gmail.com","dop":"2025-04-06","serial_number":"18073471637033556","imei1":"18073471637033556","imei2":"18073471637033556","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T04:40:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162836,"job_number":"JOB_162836","tr_customer_id":162853,"tr_customer_product_id":162843,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:40:28.000Z","modified_at":"2026-01-21T04:41:05.000Z","name":"Rogelio Abshire","mobile_number":"792-630-5066","email_id":"Alexie81@yahoo.com","dop":"2025-04-06","serial_number":"15659293544667","imei1":"15659293544667","imei2":"15659293544667","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T04:41:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162835,"job_number":"JOB_162835","tr_customer_id":162852,"tr_customer_product_id":162842,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:40:28.000Z","modified_at":"2026-01-21T04:40:28.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16942499500974","imei1":"16942499500974","imei2":"16942499500974","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T04:40:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162834,"job_number":"JOB_162834","tr_customer_id":162851,"tr_customer_product_id":162841,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:40:15.000Z","modified_at":"2026-01-21T04:40:15.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-11","serial_number":"60772735252404","imei1":"60772735252404","imei2":"60772735252404","popurl":"2026-01-11T04:40:15.084466934Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T04:40:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162833,"job_number":"JOB_162833","tr_customer_id":162850,"tr_customer_product_id":162840,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:39:46.000Z","modified_at":"2026-01-21T04:39:46.000Z","name":"Foster Schmidt","mobile_number":"775-835-5986","email_id":"Maureen48@hotmail.com","dop":"2025-04-06","serial_number":"11994992878266368","imei1":"11994992878266368","imei2":"11994992878266368","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T04:39:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162832,"job_number":"JOB_162832","tr_customer_id":162849,"tr_customer_product_id":162839,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:39:44.000Z","modified_at":"2026-01-21T04:40:21.000Z","name":"Shad Schumm","mobile_number":"899-328-5727","email_id":"Cheyanne.West@gmail.com","dop":"2025-04-06","serial_number":"13084459444306","imei1":"13084459444306","imei2":"13084459444306","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T04:40:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162831,"job_number":"JOB_162831","tr_customer_id":162848,"tr_customer_product_id":162838,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:39:44.000Z","modified_at":"2026-01-21T04:39:44.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10993856536502","imei1":"10993856536502","imei2":"10993856536502","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T04:39:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162830,"job_number":"JOB_162830","tr_customer_id":162847,"tr_customer_product_id":162837,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:39:02.000Z","modified_at":"2026-01-21T04:39:02.000Z","name":"Alivia Emmerich","mobile_number":"563-603-1734","email_id":"Wilbert_Cormier57@hotmail.com","dop":"2025-04-06","serial_number":"15778016753437388","imei1":"15778016753437388","imei2":"15778016753437388","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T04:39:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162829,"job_number":"JOB_162829","tr_customer_id":162846,"tr_customer_product_id":162836,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:39:00.000Z","modified_at":"2026-01-21T04:39:37.000Z","name":"Willy Treutel","mobile_number":"835-476-0629","email_id":"Ambrose_Brekke@gmail.com","dop":"2025-04-06","serial_number":"17719668847451","imei1":"17719668847451","imei2":"17719668847451","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T04:39:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162828,"job_number":"JOB_162828","tr_customer_id":162845,"tr_customer_product_id":162835,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:39:00.000Z","modified_at":"2026-01-21T04:39:00.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17316550199141","imei1":"17316550199141","imei2":"17316550199141","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T04:39:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162827,"job_number":"JOB_162827","tr_customer_id":162844,"tr_customer_product_id":162834,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:08:00.000Z","modified_at":"2026-01-21T04:08:00.000Z","name":"Stanton Sauer","mobile_number":"337-579-7312","email_id":"Dorthy.Zieme1@gmail.com","dop":"2025-04-06","serial_number":"16577893783068204","imei1":"16577893783068204","imei2":"16577893783068204","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T04:08:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162826,"job_number":"JOB_162826","tr_customer_id":162843,"tr_customer_product_id":162833,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:07:59.000Z","modified_at":"2026-01-21T04:08:35.000Z","name":"Elenor Goldner","mobile_number":"943-788-1744","email_id":"Derick.Bode30@hotmail.com","dop":"2025-04-06","serial_number":"13101353441914","imei1":"13101353441914","imei2":"13101353441914","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T04:08:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162825,"job_number":"JOB_162825","tr_customer_id":162842,"tr_customer_product_id":162832,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:07:58.000Z","modified_at":"2026-01-21T04:07:58.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19064947813475","imei1":"19064947813475","imei2":"19064947813475","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T04:07:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162824,"job_number":"JOB_162824","tr_customer_id":162841,"tr_customer_product_id":162831,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:07:16.000Z","modified_at":"2026-01-21T04:07:16.000Z","name":"Charlotte Dooley","mobile_number":"983-851-3035","email_id":"Rhoda.Torp@yahoo.com","dop":"2025-04-06","serial_number":"11012622729466892","imei1":"11012622729466892","imei2":"11012622729466892","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T04:07:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162823,"job_number":"JOB_162823","tr_customer_id":162840,"tr_customer_product_id":162830,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:07:15.000Z","modified_at":"2026-01-21T04:07:52.000Z","name":"Ezra Schaden","mobile_number":"842-210-0777","email_id":"Quincy_Stoltenberg@yahoo.com","dop":"2025-04-06","serial_number":"13419121368688","imei1":"13419121368688","imei2":"13419121368688","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T04:07:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162822,"job_number":"JOB_162822","tr_customer_id":162839,"tr_customer_product_id":162829,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:07:15.000Z","modified_at":"2026-01-21T04:07:15.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18424217280638","imei1":"18424217280638","imei2":"18424217280638","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T04:07:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162821,"job_number":"JOB_162821","tr_customer_id":162838,"tr_customer_product_id":162828,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:06:33.000Z","modified_at":"2026-01-21T04:06:33.000Z","name":"Mckayla Oberbrunner","mobile_number":"620-322-6848","email_id":"Dave_Vandervort@gmail.com","dop":"2025-04-06","serial_number":"11036850279112522","imei1":"11036850279112522","imei2":"11036850279112522","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T04:06:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162820,"job_number":"JOB_162820","tr_customer_id":162837,"tr_customer_product_id":162827,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:06:31.000Z","modified_at":"2026-01-21T04:07:08.000Z","name":"Savannah Barton","mobile_number":"762-285-4244","email_id":"Luz_Bauch@yahoo.com","dop":"2025-04-06","serial_number":"16431544841382","imei1":"16431544841382","imei2":"16431544841382","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T04:07:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162819,"job_number":"JOB_162819","tr_customer_id":162836,"tr_customer_product_id":162826,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:06:31.000Z","modified_at":"2026-01-21T04:06:31.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12550241698009","imei1":"12550241698009","imei2":"12550241698009","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T04:06:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162794,"job_number":"JOB_162794","tr_customer_id":162811,"tr_customer_product_id":162801,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:56:47.000Z","modified_at":"2026-01-21T03:56:47.000Z","name":"Jacklyn Stoltenberg","mobile_number":"634-352-8934","email_id":"Clinton.Spinka27@yahoo.com","dop":"2025-04-06","serial_number":"13277021174872950","imei1":"13277021174872950","imei2":"13277021174872950","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:56:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162793,"job_number":"JOB_162793","tr_customer_id":162810,"tr_customer_product_id":162800,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:56:45.000Z","modified_at":"2026-01-21T03:57:22.000Z","name":"Daija Osinski","mobile_number":"477-559-8075","email_id":"Elian_Mohr@gmail.com","dop":"2025-04-06","serial_number":"18665664223340","imei1":"18665664223340","imei2":"18665664223340","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:57:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162792,"job_number":"JOB_162792","tr_customer_id":162809,"tr_customer_product_id":162799,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:56:45.000Z","modified_at":"2026-01-21T03:56:45.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16606243786958","imei1":"16606243786958","imei2":"16606243786958","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:56:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162791,"job_number":"JOB_162791","tr_customer_id":162808,"tr_customer_product_id":162798,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:56:19.000Z","modified_at":"2026-01-21T03:56:19.000Z","name":"Jeffry Bogisich","mobile_number":"829-281-8830","email_id":"Reece84@yahoo.com","dop":"2025-04-06","serial_number":"15965484185781696","imei1":"15965484185781696","imei2":"15965484185781696","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:56:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162790,"job_number":"JOB_162790","tr_customer_id":162807,"tr_customer_product_id":162797,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:56:18.000Z","modified_at":"2026-01-21T03:56:54.000Z","name":"Blaze Shanahan","mobile_number":"674-452-7759","email_id":"Leila.Oberbrunner61@gmail.com","dop":"2025-04-06","serial_number":"16678211497943","imei1":"16678211497943","imei2":"16678211497943","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:56:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162789,"job_number":"JOB_162789","tr_customer_id":162806,"tr_customer_product_id":162796,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:56:17.000Z","modified_at":"2026-01-21T03:56:17.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19599990776764","imei1":"19599990776764","imei2":"19599990776764","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:56:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162784,"job_number":"JOB_162784","tr_customer_id":162801,"tr_customer_product_id":162791,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:56:10.000Z","modified_at":"2026-01-21T03:56:10.000Z","name":"Kyler Roberts","mobile_number":"340-271-7936","email_id":"Grant_Koepp99@yahoo.com","dop":"2025-04-06","serial_number":"17750172796145496","imei1":"17750172796145496","imei2":"17750172796145496","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:56:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162780,"job_number":"JOB_162780","tr_customer_id":162797,"tr_customer_product_id":162787,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:56:09.000Z","modified_at":"2026-01-21T03:56:46.000Z","name":"Tyra Abshire","mobile_number":"438-381-1054","email_id":"Lulu26@hotmail.com","dop":"2025-04-06","serial_number":"13048748776953","imei1":"13048748776953","imei2":"13048748776953","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:56:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162779,"job_number":"JOB_162779","tr_customer_id":162796,"tr_customer_product_id":162786,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:56:09.000Z","modified_at":"2026-01-21T03:56:09.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12066783186229","imei1":"12066783186229","imei2":"12066783186229","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:56:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162778,"job_number":"JOB_162778","tr_customer_id":162795,"tr_customer_product_id":162785,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:56:08.000Z","modified_at":"2026-01-21T03:56:08.000Z","name":"Lucius Kuhn","mobile_number":"774-412-4439","email_id":"Cali.Turner@yahoo.com","dop":"2025-04-06","serial_number":"14328470819751264","imei1":"14328470819751264","imei2":"14328470819751264","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:56:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162777,"job_number":"JOB_162777","tr_customer_id":162794,"tr_customer_product_id":162784,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:56:07.000Z","modified_at":"2026-01-21T03:56:43.000Z","name":"Leif Reilly","mobile_number":"737-540-3233","email_id":"Coty52@gmail.com","dop":"2025-04-06","serial_number":"19835682176129","imei1":"19835682176129","imei2":"19835682176129","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:56:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162776,"job_number":"JOB_162776","tr_customer_id":162793,"tr_customer_product_id":162783,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:56:06.000Z","modified_at":"2026-01-21T03:56:06.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10479763847921","imei1":"10479763847921","imei2":"10479763847921","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:56:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162775,"job_number":"JOB_162775","tr_customer_id":162792,"tr_customer_product_id":162782,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:56:02.000Z","modified_at":"2026-01-21T03:56:02.000Z","name":"Abigale Carter","mobile_number":"354-937-5316","email_id":"Carmela12@gmail.com","dop":"2025-04-06","serial_number":"13516610622865430","imei1":"13516610622865430","imei2":"13516610622865430","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:56:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162774,"job_number":"JOB_162774","tr_customer_id":162791,"tr_customer_product_id":162781,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:56:02.000Z","modified_at":"2026-01-21T03:56:02.000Z","name":"Krystal Heller","mobile_number":"528-957-7180","email_id":"Milan54@hotmail.com","dop":"2025-04-06","serial_number":"12537508866891718","imei1":"12537508866891718","imei2":"12537508866891718","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:56:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162773,"job_number":"JOB_162773","tr_customer_id":162790,"tr_customer_product_id":162780,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:56:02.000Z","modified_at":"2026-01-21T03:56:02.000Z","name":"Juliana Okuneva","mobile_number":"628-729-8150","email_id":"Amparo_Weimann10@gmail.com","dop":"2025-04-06","serial_number":"17903724294886804","imei1":"17903724294886804","imei2":"17903724294886804","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:56:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162772,"job_number":"JOB_162772","tr_customer_id":162789,"tr_customer_product_id":162779,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:56:01.000Z","modified_at":"2026-01-21T03:56:38.000Z","name":"Domingo Gorczany","mobile_number":"326-710-2540","email_id":"Marjolaine.Beatty@gmail.com","dop":"2025-04-06","serial_number":"18288382644165","imei1":"18288382644165","imei2":"18288382644165","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:56:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162771,"job_number":"JOB_162771","tr_customer_id":162788,"tr_customer_product_id":162778,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:56:01.000Z","modified_at":"2026-01-21T03:56:01.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17374076242404","imei1":"17374076242404","imei2":"17374076242404","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:56:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162770,"job_number":"JOB_162770","tr_customer_id":162787,"tr_customer_product_id":162777,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:56:01.000Z","modified_at":"2026-01-21T03:56:01.000Z","name":"Edwin Goodwin","mobile_number":"760-412-4452","email_id":"Julianne_Wyman64@yahoo.com","dop":"2025-04-06","serial_number":"12699502674176330","imei1":"12699502674176330","imei2":"12699502674176330","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:56:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162769,"job_number":"JOB_162769","tr_customer_id":162786,"tr_customer_product_id":162776,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:56:00.000Z","modified_at":"2026-01-21T03:56:39.000Z","name":"Emmett Fisher","mobile_number":"905-927-3077","email_id":"Destiny70@gmail.com","dop":"2025-04-06","serial_number":"12355022513967","imei1":"12355022513967","imei2":"12355022513967","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:56:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162768,"job_number":"JOB_162768","tr_customer_id":162785,"tr_customer_product_id":162775,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:56:00.000Z","modified_at":"2026-01-21T03:56:35.000Z","name":"Sabrina Stokes","mobile_number":"624-963-2021","email_id":"Elwin30@gmail.com","dop":"2025-04-06","serial_number":"16318570667067","imei1":"16318570667067","imei2":"16318570667067","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:56:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162767,"job_number":"JOB_162767","tr_customer_id":162784,"tr_customer_product_id":162774,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:56:00.000Z","modified_at":"2026-01-21T03:56:00.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14779615738914","imei1":"14779615738914","imei2":"14779615738914","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:56:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162766,"job_number":"JOB_162766","tr_customer_id":162783,"tr_customer_product_id":162773,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:56:00.000Z","modified_at":"2026-01-21T03:56:00.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14453385923313","imei1":"14453385923313","imei2":"14453385923313","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:56:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162765,"job_number":"JOB_162765","tr_customer_id":162782,"tr_customer_product_id":162772,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:59.000Z","modified_at":"2026-01-21T03:55:59.000Z","name":"Giuseppe Fisher","mobile_number":"530-379-4979","email_id":"Modesto50@hotmail.com","dop":"2025-04-06","serial_number":"16544458269880684","imei1":"16544458269880684","imei2":"16544458269880684","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:55:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162764,"job_number":"JOB_162764","tr_customer_id":162781,"tr_customer_product_id":162771,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:59.000Z","modified_at":"2026-01-21T03:56:35.000Z","name":"Maurine Kshlerin","mobile_number":"424-405-7015","email_id":"Norwood_Hills25@yahoo.com","dop":"2025-04-06","serial_number":"15203200953838","imei1":"15203200953838","imei2":"15203200953838","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:56:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162763,"job_number":"JOB_162763","tr_customer_id":162780,"tr_customer_product_id":162770,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:59.000Z","modified_at":"2026-01-21T03:55:59.000Z","name":"kajal t","mobile_number":"7045663551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17283779099052","imei1":"17283779099052","imei2":"17283779099052","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:55:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162762,"job_number":"JOB_162762","tr_customer_id":162779,"tr_customer_product_id":162769,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:58.000Z","modified_at":"2026-01-21T03:56:38.000Z","name":"Alfredo Botsford","mobile_number":"504-530-0265","email_id":"Katherine_DAmore@yahoo.com","dop":"2025-04-06","serial_number":"13966168632848","imei1":"13966168632848","imei2":"13966168632848","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:56:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162761,"job_number":"JOB_162761","tr_customer_id":162778,"tr_customer_product_id":162768,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:58.000Z","modified_at":"2026-01-21T03:55:58.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19326406579411","imei1":"19326406579411","imei2":"19326406579411","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:55:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162757,"job_number":"JOB_162757","tr_customer_id":162774,"tr_customer_product_id":162764,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:53.000Z","modified_at":"2026-01-21T03:55:53.000Z","name":"Vinnie Brakus","mobile_number":"635-370-2185","email_id":"Haven60@yahoo.com","dop":"2025-04-06","serial_number":"17452921656048246","imei1":"17452921656048246","imei2":"17452921656048246","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:55:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162756,"job_number":"JOB_162756","tr_customer_id":162773,"tr_customer_product_id":162763,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:52.000Z","modified_at":"2026-01-21T03:56:29.000Z","name":"Jaden Wintheiser","mobile_number":"953-339-8860","email_id":"Yasmine.Collier@hotmail.com","dop":"2025-04-06","serial_number":"19457451897614","imei1":"19457451897614","imei2":"19457451897614","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:56:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162755,"job_number":"JOB_162755","tr_customer_id":162772,"tr_customer_product_id":162762,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:52.000Z","modified_at":"2026-01-21T03:55:52.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18260412890490","imei1":"18260412890490","imei2":"18260412890490","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:55:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162754,"job_number":"JOB_162754","tr_customer_id":162771,"tr_customer_product_id":162761,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:47.000Z","modified_at":"2026-01-21T03:55:47.000Z","name":"Myah Walsh","mobile_number":"960-976-4458","email_id":"Dameon.Kulas35@gmail.com","dop":"2025-04-06","serial_number":"15578533259914248","imei1":"15578533259914248","imei2":"15578533259914248","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:55:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162753,"job_number":"JOB_162753","tr_customer_id":162770,"tr_customer_product_id":162760,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:45.000Z","modified_at":"2026-01-21T03:56:24.000Z","name":"Damaris Kautzer","mobile_number":"509-765-9199","email_id":"Murphy_Rolfson@gmail.com","dop":"2025-04-06","serial_number":"15221853954662","imei1":"15221853954662","imei2":"15221853954662","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:56:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162752,"job_number":"JOB_162752","tr_customer_id":162769,"tr_customer_product_id":162759,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:45.000Z","modified_at":"2026-01-21T03:55:45.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16744290961185","imei1":"16744290961185","imei2":"16744290961185","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:55:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162748,"job_number":"JOB_162748","tr_customer_id":162765,"tr_customer_product_id":162755,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:35.000Z","modified_at":"2026-01-21T03:55:35.000Z","name":"Ashleigh Nitzsche","mobile_number":"675-280-9374","email_id":"Leonel82@hotmail.com","dop":"2025-04-06","serial_number":"10058957527885084","imei1":"10058957527885084","imei2":"10058957527885084","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:55:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162747,"job_number":"JOB_162747","tr_customer_id":162764,"tr_customer_product_id":162754,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:33.000Z","modified_at":"2026-01-21T03:56:10.000Z","name":"Sandrine Konopelski","mobile_number":"592-993-5479","email_id":"Garret61@gmail.com","dop":"2025-04-06","serial_number":"16612816751742","imei1":"16612816751742","imei2":"16612816751742","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:56:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162746,"job_number":"JOB_162746","tr_customer_id":162763,"tr_customer_product_id":162753,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:33.000Z","modified_at":"2026-01-21T03:55:33.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13310685423157","imei1":"13310685423157","imei2":"13310685423157","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:55:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162745,"job_number":"JOB_162745","tr_customer_id":162762,"tr_customer_product_id":162752,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:30.000Z","modified_at":"2026-01-21T03:55:30.000Z","name":"Idella Zemlak","mobile_number":"491-752-7466","email_id":"Hassie_Mueller@yahoo.com","dop":"2025-04-06","serial_number":"17542975757967354","imei1":"17542975757967354","imei2":"17542975757967354","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:55:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162744,"job_number":"JOB_162744","tr_customer_id":162761,"tr_customer_product_id":162751,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:29.000Z","modified_at":"2026-01-21T03:56:06.000Z","name":"Jarret Schuster","mobile_number":"848-815-5376","email_id":"Kristin92@yahoo.com","dop":"2025-04-06","serial_number":"15859157635134","imei1":"15859157635134","imei2":"15859157635134","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:56:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162743,"job_number":"JOB_162743","tr_customer_id":162760,"tr_customer_product_id":162750,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:29.000Z","modified_at":"2026-01-21T03:55:29.000Z","name":"Radha Jain","mobile_number":"12345678979","email_id":"test@2","dop":"2025-04-06","serial_number":"16605871831746","imei1":"16605871831746","imei2":"16605871831746","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:55:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162739,"job_number":"JOB_162739","tr_customer_id":162756,"tr_customer_product_id":162746,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:25.000Z","modified_at":"2026-01-21T03:55:25.000Z","name":"Alysa Ankunding","mobile_number":"555-633-6084","email_id":"Marvin.Mitchell2@gmail.com","dop":"2025-04-06","serial_number":"11954194196572000","imei1":"11954194196572000","imei2":"11954194196572000","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:55:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162738,"job_number":"JOB_162738","tr_customer_id":162755,"tr_customer_product_id":162745,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:24.000Z","modified_at":"2026-01-21T03:55:24.000Z","name":"Horace Conn","mobile_number":"524-394-5808","email_id":"Olga50@yahoo.com","dop":"2025-04-06","serial_number":"12338394019060760","imei1":"12338394019060760","imei2":"12338394019060760","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:55:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162737,"job_number":"JOB_162737","tr_customer_id":162754,"tr_customer_product_id":162744,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:24.000Z","modified_at":"2026-01-21T03:56:01.000Z","name":"Roosevelt Feil","mobile_number":"779-526-0907","email_id":"Korey_Gerlach80@hotmail.com","dop":"2025-04-06","serial_number":"15642000329460","imei1":"15642000329460","imei2":"15642000329460","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:56:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162736,"job_number":"JOB_162736","tr_customer_id":162753,"tr_customer_product_id":162743,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:23.000Z","modified_at":"2026-01-21T03:55:23.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14105833084369","imei1":"14105833084369","imei2":"14105833084369","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:55:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162735,"job_number":"JOB_162735","tr_customer_id":162752,"tr_customer_product_id":162742,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:22.000Z","modified_at":"2026-01-21T03:55:59.000Z","name":"Anne Labadie","mobile_number":"281-721-6825","email_id":"Martin_Cole@yahoo.com","dop":"2025-04-06","serial_number":"10584542602368","imei1":"10584542602368","imei2":"10584542602368","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:55:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162734,"job_number":"JOB_162734","tr_customer_id":162751,"tr_customer_product_id":162741,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:22.000Z","modified_at":"2026-01-21T03:55:22.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12474517585034","imei1":"12474517585034","imei2":"12474517585034","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:55:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162733,"job_number":"JOB_162733","tr_customer_id":162750,"tr_customer_product_id":162740,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:20.000Z","modified_at":"2026-01-21T03:55:20.000Z","name":"Kariane Waelchi","mobile_number":"731-722-6457","email_id":"Kobe.Schuppe@gmail.com","dop":"2025-04-06","serial_number":"17205118757755736","imei1":"17205118757755736","imei2":"17205118757755736","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:55:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162732,"job_number":"JOB_162732","tr_customer_id":162749,"tr_customer_product_id":162739,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:20.000Z","modified_at":"2026-01-21T03:55:20.000Z","name":"Gail Collins","mobile_number":"364-438-0262","email_id":"Jermain_Roob43@yahoo.com","dop":"2025-04-06","serial_number":"14914142965215024","imei1":"14914142965215024","imei2":"14914142965215024","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:55:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162731,"job_number":"JOB_162731","tr_customer_id":162748,"tr_customer_product_id":162738,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:19.000Z","modified_at":"2026-01-21T03:55:53.000Z","name":"Isabelle Braun","mobile_number":"270-582-3385","email_id":"Luna_Kiehn33@gmail.com","dop":"2025-04-06","serial_number":"14645338406941","imei1":"14645338406941","imei2":"14645338406941","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:55:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162730,"job_number":"JOB_162730","tr_customer_id":162747,"tr_customer_product_id":162737,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:19.000Z","modified_at":"2026-01-21T03:55:54.000Z","name":"Deondre Robel","mobile_number":"807-441-5171","email_id":"Fritz.Weimann@gmail.com","dop":"2025-04-06","serial_number":"12044646026468","imei1":"12044646026468","imei2":"12044646026468","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:55:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162729,"job_number":"JOB_162729","tr_customer_id":162746,"tr_customer_product_id":162736,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:19.000Z","modified_at":"2026-01-21T03:55:19.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11465123849035","imei1":"11465123849035","imei2":"11465123849035","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:55:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162728,"job_number":"JOB_162728","tr_customer_id":162745,"tr_customer_product_id":162735,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:19.000Z","modified_at":"2026-01-21T03:55:19.000Z","name":"Brooke Olson","mobile_number":"630-497-7590","email_id":"Lou_Wisozk@yahoo.com","dop":"2025-04-06","serial_number":"11184939878167142","imei1":"11184939878167142","imei2":"11184939878167142","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:55:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162727,"job_number":"JOB_162727","tr_customer_id":162744,"tr_customer_product_id":162734,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:18.000Z","modified_at":"2026-01-21T03:55:18.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19285335277024","imei1":"19285335277024","imei2":"19285335277024","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:55:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162726,"job_number":"JOB_162726","tr_customer_id":162743,"tr_customer_product_id":162733,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:18.000Z","modified_at":"2026-01-21T03:55:18.000Z","name":"Theresa Orn","mobile_number":"854-615-0275","email_id":"Annette54@yahoo.com","dop":"2025-04-06","serial_number":"12047082356178284","imei1":"12047082356178284","imei2":"12047082356178284","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:55:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162725,"job_number":"JOB_162725","tr_customer_id":162742,"tr_customer_product_id":162732,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:17.000Z","modified_at":"2026-01-21T03:55:52.000Z","name":"Arielle Weber","mobile_number":"934-857-5231","email_id":"Marcellus_Marquardt91@yahoo.com","dop":"2025-04-06","serial_number":"10305875214283","imei1":"10305875214283","imei2":"10305875214283","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:55:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162724,"job_number":"JOB_162724","tr_customer_id":162741,"tr_customer_product_id":162731,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:17.000Z","modified_at":"2026-01-21T03:55:17.000Z","name":"uday p","mobile_number":"9321453112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17954307958064","imei1":"17954307958064","imei2":"17954307958064","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:55:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162723,"job_number":"JOB_162723","tr_customer_id":162740,"tr_customer_product_id":162730,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:17.000Z","modified_at":"2026-01-21T03:55:54.000Z","name":"Blake Hahn","mobile_number":"724-881-6914","email_id":"Pamela.Jerde@gmail.com","dop":"2025-04-06","serial_number":"15513768219737","imei1":"15513768219737","imei2":"15513768219737","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:55:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162722,"job_number":"JOB_162722","tr_customer_id":162739,"tr_customer_product_id":162729,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:17.000Z","modified_at":"2026-01-21T03:55:17.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10431646362720","imei1":"10431646362720","imei2":"10431646362720","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:55:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162721,"job_number":"JOB_162721","tr_customer_id":162738,"tr_customer_product_id":162728,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:16.000Z","modified_at":"2026-01-21T03:55:16.000Z","name":"Lourdes Nitzsche","mobile_number":"381-377-0924","email_id":"Rosa_Beahan0@hotmail.com","dop":"2025-04-06","serial_number":"14459349065420912","imei1":"14459349065420912","imei2":"14459349065420912","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:55:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162720,"job_number":"JOB_162720","tr_customer_id":162737,"tr_customer_product_id":162727,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:14.000Z","modified_at":"2026-01-21T03:55:53.000Z","name":"Nona Bernhard","mobile_number":"961-213-4399","email_id":"Reilly_Schumm94@yahoo.com","dop":"2025-04-06","serial_number":"11064625716026","imei1":"11064625716026","imei2":"11064625716026","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:55:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162719,"job_number":"JOB_162719","tr_customer_id":162736,"tr_customer_product_id":162726,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:14.000Z","modified_at":"2026-01-21T03:55:14.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12215665241206","imei1":"12215665241206","imei2":"12215665241206","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:55:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162718,"job_number":"JOB_162718","tr_customer_id":162735,"tr_customer_product_id":162725,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:13.000Z","modified_at":"2026-01-21T03:55:13.000Z","name":"Eli Sauer","mobile_number":"579-477-4482","email_id":"Evangeline.Pfeffer@yahoo.com","dop":"2025-04-06","serial_number":"17459648709512868","imei1":"17459648709512868","imei2":"17459648709512868","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:55:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162717,"job_number":"JOB_162717","tr_customer_id":162734,"tr_customer_product_id":162724,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:12.000Z","modified_at":"2026-01-21T03:55:12.000Z","name":"Marian Lesch","mobile_number":"820-909-5565","email_id":"Antonette69@yahoo.com","dop":"2025-04-06","serial_number":"15974529322278268","imei1":"15974529322278268","imei2":"15974529322278268","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:55:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162716,"job_number":"JOB_162716","tr_customer_id":162733,"tr_customer_product_id":162723,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:12.000Z","modified_at":"2026-01-21T03:55:50.000Z","name":"Lolita Gleason","mobile_number":"219-445-2155","email_id":"Paris.Pouros40@gmail.com","dop":"2025-04-06","serial_number":"12666730763924","imei1":"12666730763924","imei2":"12666730763924","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:55:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162715,"job_number":"JOB_162715","tr_customer_id":162732,"tr_customer_product_id":162722,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:11.000Z","modified_at":"2026-01-21T03:55:11.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18104718223469","imei1":"18104718223469","imei2":"18104718223469","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:55:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162714,"job_number":"JOB_162714","tr_customer_id":162731,"tr_customer_product_id":162721,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:10.000Z","modified_at":"2026-01-21T03:55:49.000Z","name":"Zechariah Fay","mobile_number":"834-754-6441","email_id":"Jayce.Fadel@gmail.com","dop":"2025-04-06","serial_number":"18367506703739","imei1":"18367506703739","imei2":"18367506703739","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:55:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162713,"job_number":"JOB_162713","tr_customer_id":162730,"tr_customer_product_id":162720,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:10.000Z","modified_at":"2026-01-21T03:55:10.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18612558739407","imei1":"18612558739407","imei2":"18612558739407","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:55:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162712,"job_number":"JOB_162712","tr_customer_id":162729,"tr_customer_product_id":162719,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:10.000Z","modified_at":"2026-01-21T03:55:10.000Z","name":"Rick Monahan","mobile_number":"270-337-8951","email_id":"Robb_Kuvalis10@gmail.com","dop":"2025-04-06","serial_number":"19404147400035508","imei1":"19404147400035508","imei2":"19404147400035508","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:55:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162711,"job_number":"JOB_162711","tr_customer_id":162728,"tr_customer_product_id":162718,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:08.000Z","modified_at":"2026-01-21T03:55:45.000Z","name":"Samson Jenkins","mobile_number":"468-897-3166","email_id":"Rick.Jacobi53@hotmail.com","dop":"2025-04-06","serial_number":"13669836359349","imei1":"13669836359349","imei2":"13669836359349","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:55:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162710,"job_number":"JOB_162710","tr_customer_id":162727,"tr_customer_product_id":162717,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:08.000Z","modified_at":"2026-01-21T03:55:08.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19693571304256","imei1":"19693571304256","imei2":"19693571304256","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:55:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162709,"job_number":"JOB_162709","tr_customer_id":162726,"tr_customer_product_id":162716,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:00.000Z","modified_at":"2026-01-21T03:55:00.000Z","name":"Mazie Towne","mobile_number":"411-358-1066","email_id":"Thomas77@gmail.com","dop":"2025-04-06","serial_number":"10660904358040404","imei1":"10660904358040404","imei2":"10660904358040404","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:55:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162708,"job_number":"JOB_162708","tr_customer_id":162725,"tr_customer_product_id":162715,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:59.000Z","modified_at":"2026-01-21T03:55:37.000Z","name":"Chanel Torp","mobile_number":"971-597-8476","email_id":"Cora.Little83@yahoo.com","dop":"2025-04-06","serial_number":"14266294146586","imei1":"14266294146586","imei2":"14266294146586","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:55:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162707,"job_number":"JOB_162707","tr_customer_id":162724,"tr_customer_product_id":162714,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:59.000Z","modified_at":"2026-01-21T03:54:59.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12819376050191","imei1":"12819376050191","imei2":"12819376050191","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162706,"job_number":"JOB_162706","tr_customer_id":162723,"tr_customer_product_id":162713,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:51.000Z","modified_at":"2026-01-21T03:54:51.000Z","name":"Hassan West","mobile_number":"663-898-0888","email_id":"Lavada82@yahoo.com","dop":"2025-04-06","serial_number":"14433541135182342","imei1":"14433541135182342","imei2":"14433541135182342","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162702,"job_number":"JOB_162702","tr_customer_id":162719,"tr_customer_product_id":162709,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:50.000Z","modified_at":"2026-01-21T03:55:26.000Z","name":"Shawna Conroy","mobile_number":"706-235-8255","email_id":"Willie_Bins@hotmail.com","dop":"2025-04-06","serial_number":"18566860494821","imei1":"18566860494821","imei2":"18566860494821","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:55:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162700,"job_number":"JOB_162700","tr_customer_id":162717,"tr_customer_product_id":162707,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:50.000Z","modified_at":"2026-01-21T03:54:50.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11598172322500","imei1":"11598172322500","imei2":"11598172322500","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162699,"job_number":"JOB_162699","tr_customer_id":162716,"tr_customer_product_id":162706,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:47.000Z","modified_at":"2026-01-21T03:54:47.000Z","name":"Betty Durgan","mobile_number":"297-879-6183","email_id":"Kasandra63@gmail.com","dop":"2025-04-06","serial_number":"11961754946158752","imei1":"11961754946158752","imei2":"11961754946158752","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162698,"job_number":"JOB_162698","tr_customer_id":162715,"tr_customer_product_id":162705,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:45.000Z","modified_at":"2026-01-21T03:55:22.000Z","name":"Brandyn Ryan","mobile_number":"342-836-0789","email_id":"Derek_Waelchi91@hotmail.com","dop":"2025-04-06","serial_number":"14380441275526","imei1":"14380441275526","imei2":"14380441275526","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:55:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162697,"job_number":"JOB_162697","tr_customer_id":162714,"tr_customer_product_id":162704,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:45.000Z","modified_at":"2026-01-21T03:54:45.000Z","name":"Rita Gupta","mobile_number":"12345678978","email_id":"test@1","dop":"2025-04-06","serial_number":"14617980334931","imei1":"14617980334931","imei2":"14617980334931","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162695,"job_number":"JOB_162695","tr_customer_id":162712,"tr_customer_product_id":162702,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:43.000Z","modified_at":"2026-01-21T03:54:43.000Z","name":"Zane Wunsch","mobile_number":"480-306-9599","email_id":"Carmine_Swift@hotmail.com","dop":"2025-04-06","serial_number":"13005074319123836","imei1":"13005074319123836","imei2":"13005074319123836","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162694,"job_number":"JOB_162694","tr_customer_id":162711,"tr_customer_product_id":162701,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:41.000Z","modified_at":"2026-01-21T03:55:17.000Z","name":"Ollie Kilback","mobile_number":"911-252-0985","email_id":"Clare_Oberbrunner@yahoo.com","dop":"2025-04-06","serial_number":"12869432379823","imei1":"12869432379823","imei2":"12869432379823","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:55:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162693,"job_number":"JOB_162693","tr_customer_id":162710,"tr_customer_product_id":162700,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:41.000Z","modified_at":"2026-01-21T03:54:41.000Z","name":"Uday D","mobile_number":"9405167371","email_id":"dmandlik923454@gmail.com","dop":"2025-04-06","serial_number":"10472085389825","imei1":"10472085389825","imei2":"10472085389825","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162691,"job_number":"JOB_162691","tr_customer_id":162708,"tr_customer_product_id":162698,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:40.000Z","modified_at":"2026-01-21T03:54:40.000Z","name":"Jaycee Wiegand","mobile_number":"277-726-4638","email_id":"Rickey.McCullough@hotmail.com","dop":"2025-04-06","serial_number":"17949274473728028","imei1":"17949274473728028","imei2":"17949274473728028","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162690,"job_number":"JOB_162690","tr_customer_id":162707,"tr_customer_product_id":162697,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:40.000Z","modified_at":"2026-01-21T03:54:40.000Z","name":"Imelda Schumm","mobile_number":"295-804-4689","email_id":"Jacquelyn.Breitenberg17@gmail.com","dop":"2025-04-06","serial_number":"11654181013335758","imei1":"11654181013335758","imei2":"11654181013335758","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162686,"job_number":"JOB_162686","tr_customer_id":162703,"tr_customer_product_id":162693,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:39.000Z","modified_at":"2026-01-21T03:55:15.000Z","name":"Cathryn Hagenes","mobile_number":"909-455-5091","email_id":"Orval_Lindgren79@yahoo.com","dop":"2025-04-06","serial_number":"19488924562643","imei1":"19488924562643","imei2":"19488924562643","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:55:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162685,"job_number":"JOB_162685","tr_customer_id":162702,"tr_customer_product_id":162692,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:39.000Z","modified_at":"2026-01-21T03:54:39.000Z","name":"Imelda Wunsch","mobile_number":"835-671-9329","email_id":"Rosamond83@hotmail.com","dop":"2025-04-06","serial_number":"17183608022188176","imei1":"17183608022188176","imei2":"17183608022188176","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162682,"job_number":"JOB_162682","tr_customer_id":162699,"tr_customer_product_id":162689,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:38.000Z","modified_at":"2026-01-21T03:54:38.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12062986808027","imei1":"12062986808027","imei2":"12062986808027","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162681,"job_number":"JOB_162681","tr_customer_id":162698,"tr_customer_product_id":162688,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:38.000Z","modified_at":"2026-01-21T03:55:16.000Z","name":"Tina Williamson","mobile_number":"773-544-1621","email_id":"Maximo39@yahoo.com","dop":"2025-04-06","serial_number":"16118687829239","imei1":"16118687829239","imei2":"16118687829239","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:55:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162679,"job_number":"JOB_162679","tr_customer_id":162696,"tr_customer_product_id":162686,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:38.000Z","modified_at":"2026-01-21T03:54:38.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17591036684314","imei1":"17591036684314","imei2":"17591036684314","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162678,"job_number":"JOB_162678","tr_customer_id":162695,"tr_customer_product_id":162685,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:37.000Z","modified_at":"2026-01-21T03:55:12.000Z","name":"Charles Kautzer","mobile_number":"214-939-5625","email_id":"Candace.Abernathy50@hotmail.com","dop":"2025-04-06","serial_number":"15870016967143","imei1":"15870016967143","imei2":"15870016967143","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:55:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162677,"job_number":"JOB_162677","tr_customer_id":162694,"tr_customer_product_id":162684,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:37.000Z","modified_at":"2026-01-21T03:54:37.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16159543790134","imei1":"16159543790134","imei2":"16159543790134","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162676,"job_number":"JOB_162676","tr_customer_id":162693,"tr_customer_product_id":162683,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:37.000Z","modified_at":"2026-01-21T03:54:37.000Z","name":"Sidney Gulgowski","mobile_number":"594-699-2192","email_id":"Scottie.Mertz@hotmail.com","dop":"2025-04-06","serial_number":"10585079893058744","imei1":"10585079893058744","imei2":"10585079893058744","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162675,"job_number":"JOB_162675","tr_customer_id":162692,"tr_customer_product_id":162682,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:36.000Z","modified_at":"2026-01-21T03:54:36.000Z","name":"Nathaniel Christiansen","mobile_number":"931-509-6360","email_id":"Kennedy_Roob22@gmail.com","dop":"2025-04-06","serial_number":"18531806963616636","imei1":"18531806963616636","imei2":"18531806963616636","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162673,"job_number":"JOB_162673","tr_customer_id":162690,"tr_customer_product_id":162680,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:35.000Z","modified_at":"2026-01-21T03:55:11.000Z","name":"Jordon Fahey","mobile_number":"675-986-4348","email_id":"Jermain_Schaden@yahoo.com","dop":"2025-04-06","serial_number":"16600416989378","imei1":"16600416989378","imei2":"16600416989378","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:55:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162672,"job_number":"JOB_162672","tr_customer_id":162689,"tr_customer_product_id":162679,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:35.000Z","modified_at":"2026-01-21T03:55:10.000Z","name":"Jake Champlin","mobile_number":"632-459-8880","email_id":"Tito73@hotmail.com","dop":"2025-04-06","serial_number":"13753611570726","imei1":"13753611570726","imei2":"13753611570726","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:55:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162671,"job_number":"JOB_162671","tr_customer_id":162688,"tr_customer_product_id":162678,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:35.000Z","modified_at":"2026-01-21T03:54:35.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19473862542889","imei1":"19473862542889","imei2":"19473862542889","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162670,"job_number":"JOB_162670","tr_customer_id":162687,"tr_customer_product_id":162677,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:35.000Z","modified_at":"2026-01-21T03:54:35.000Z","name":"jatin sharma","mobile_number":"7045663552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14331917249370","imei1":"14331917249370","imei2":"14331917249370","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162665,"job_number":"JOB_162665","tr_customer_id":162682,"tr_customer_product_id":162672,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:30.000Z","modified_at":"2026-01-21T03:54:30.000Z","name":"Arlo Kris","mobile_number":"277-449-1565","email_id":"Romaine.Wuckert93@yahoo.com","dop":"2025-04-06","serial_number":"11693425988122226","imei1":"11693425988122226","imei2":"11693425988122226","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162664,"job_number":"JOB_162664","tr_customer_id":162681,"tr_customer_product_id":162671,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:28.000Z","modified_at":"2026-01-21T03:55:07.000Z","name":"Mikel Gislason","mobile_number":"317-822-0971","email_id":"Flavio_Sipes75@gmail.com","dop":"2025-04-06","serial_number":"11905602048084","imei1":"11905602048084","imei2":"11905602048084","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:55:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162663,"job_number":"JOB_162663","tr_customer_id":162680,"tr_customer_product_id":162670,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:28.000Z","modified_at":"2026-01-21T03:54:28.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12251968929478","imei1":"12251968929478","imei2":"12251968929478","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162662,"job_number":"JOB_162662","tr_customer_id":162679,"tr_customer_product_id":162669,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:27.000Z","modified_at":"2026-01-21T03:54:27.000Z","name":"Pablo DuBuque","mobile_number":"793-312-8727","email_id":"Maya16@yahoo.com","dop":"2025-04-06","serial_number":"14683523743272888","imei1":"14683523743272888","imei2":"14683523743272888","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162661,"job_number":"JOB_162661","tr_customer_id":162678,"tr_customer_product_id":162668,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:26.000Z","modified_at":"2026-01-21T03:54:26.000Z","name":"Beaulah Simonis","mobile_number":"204-656-2894","email_id":"Domingo8@hotmail.com","dop":"2025-04-06","serial_number":"17432839441483412","imei1":"17432839441483412","imei2":"17432839441483412","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162660,"job_number":"JOB_162660","tr_customer_id":162677,"tr_customer_product_id":162667,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:26.000Z","modified_at":"2026-01-21T03:54:26.000Z","name":"Katrina Roberts","mobile_number":"822-859-7295","email_id":"Asia_Bins@hotmail.com","dop":"2025-04-06","serial_number":"10631193522869558","imei1":"10631193522869558","imei2":"10631193522869558","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162658,"job_number":"JOB_162658","tr_customer_id":162675,"tr_customer_product_id":162665,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:25.000Z","modified_at":"2026-01-21T03:55:04.000Z","name":"Luisa Daugherty","mobile_number":"680-877-8714","email_id":"Wyman.Rowe@yahoo.com","dop":"2025-04-06","serial_number":"10238734404027","imei1":"10238734404027","imei2":"10238734404027","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:55:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162657,"job_number":"JOB_162657","tr_customer_id":162674,"tr_customer_product_id":162664,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:25.000Z","modified_at":"2026-01-21T03:54:25.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14750896796796","imei1":"14750896796796","imei2":"14750896796796","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162656,"job_number":"JOB_162656","tr_customer_id":162673,"tr_customer_product_id":162663,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:25.000Z","modified_at":"2026-01-21T03:55:01.000Z","name":"Alexandre Adams","mobile_number":"757-520-6558","email_id":"Nathan_Volkman29@hotmail.com","dop":"2025-04-06","serial_number":"17119721365153","imei1":"17119721365153","imei2":"17119721365153","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:55:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162655,"job_number":"JOB_162655","tr_customer_id":162672,"tr_customer_product_id":162662,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:25.000Z","modified_at":"2026-01-21T03:55:03.000Z","name":"Lora O'Reilly","mobile_number":"831-350-1137","email_id":"Devin3@hotmail.com","dop":"2025-04-06","serial_number":"14642630053185","imei1":"14642630053185","imei2":"14642630053185","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:55:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162654,"job_number":"JOB_162654","tr_customer_id":162671,"tr_customer_product_id":162661,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:25.000Z","modified_at":"2026-01-21T03:54:25.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19435443486077","imei1":"19435443486077","imei2":"19435443486077","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162653,"job_number":"JOB_162653","tr_customer_id":162670,"tr_customer_product_id":162660,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:24.000Z","modified_at":"2026-01-21T03:54:24.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19728822802727","imei1":"19728822802727","imei2":"19728822802727","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162651,"job_number":"JOB_162651","tr_customer_id":162668,"tr_customer_product_id":162658,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:22.000Z","modified_at":"2026-01-21T03:54:22.000Z","name":"Ottilie Schumm","mobile_number":"556-225-3098","email_id":"Eve_Mayert@yahoo.com","dop":"2025-04-06","serial_number":"10043714224930806","imei1":"10043714224930806","imei2":"10043714224930806","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162650,"job_number":"JOB_162650","tr_customer_id":162667,"tr_customer_product_id":162657,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:21.000Z","modified_at":"2026-01-21T03:54:21.000Z","name":"Judah Sanford","mobile_number":"884-293-2118","email_id":"Hettie.Cormier36@hotmail.com","dop":"2025-06-18","serial_number":"1027025340922719","imei1":"1027025340922719","imei2":"1027025340922719","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162649,"job_number":"JOB_162649","tr_customer_id":162666,"tr_customer_product_id":162656,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:21.000Z","modified_at":"2026-01-21T03:54:58.000Z","name":"Demond Hansen","mobile_number":"229-898-2513","email_id":"Eino38@yahoo.com","dop":"2025-04-06","serial_number":"19971897015472","imei1":"19971897015472","imei2":"19971897015472","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:54:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162648,"job_number":"JOB_162648","tr_customer_id":162665,"tr_customer_product_id":162655,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:21.000Z","modified_at":"2026-01-21T03:54:57.000Z","name":"Maximillian Wisoky","mobile_number":"481-210-9867","email_id":"Guiseppe88@hotmail.com","dop":"2025-06-18","serial_number":"10234349578596","imei1":"10234349578596","imei2":"10234349578596","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:54:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162647,"job_number":"JOB_162647","tr_customer_id":162664,"tr_customer_product_id":162654,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:20.000Z","modified_at":"2026-01-21T03:54:20.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10752618983109","imei1":"10752618983109","imei2":"10752618983109","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162646,"job_number":"JOB_162646","tr_customer_id":162663,"tr_customer_product_id":162653,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:15.000Z","modified_at":"2026-01-21T03:54:15.000Z","name":"Eda Pagac","mobile_number":"934-720-6863","email_id":"Rafaela.Haag34@yahoo.com","dop":"2025-04-06","serial_number":"15390323679788892","imei1":"15390323679788892","imei2":"15390323679788892","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162645,"job_number":"JOB_162645","tr_customer_id":162662,"tr_customer_product_id":162652,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:13.000Z","modified_at":"2026-01-21T03:54:51.000Z","name":"Emerson Shanahan","mobile_number":"652-872-2180","email_id":"Kristy8@hotmail.com","dop":"2025-04-06","serial_number":"10947156777713","imei1":"10947156777713","imei2":"10947156777713","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:54:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162644,"job_number":"JOB_162644","tr_customer_id":162661,"tr_customer_product_id":162651,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:13.000Z","modified_at":"2026-01-21T03:54:13.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15397658553317","imei1":"15397658553317","imei2":"15397658553317","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162641,"job_number":"JOB_162641","tr_customer_id":162658,"tr_customer_product_id":162648,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:08.000Z","modified_at":"2026-01-21T03:54:08.000Z","name":"Issac Luettgen","mobile_number":"745-358-5630","email_id":"Bernita_Beahan45@hotmail.com","dop":"2025-04-06","serial_number":"19306903525320280","imei1":"19306903525320280","imei2":"19306903525320280","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162640,"job_number":"JOB_162640","tr_customer_id":162657,"tr_customer_product_id":162647,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:07.000Z","modified_at":"2026-01-21T03:54:43.000Z","name":"Shane Kub","mobile_number":"932-517-6766","email_id":"Flavie_Okuneva59@gmail.com","dop":"2025-04-06","serial_number":"19008913160366","imei1":"19008913160366","imei2":"19008913160366","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:54:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162639,"job_number":"JOB_162639","tr_customer_id":162656,"tr_customer_product_id":162646,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:00.000Z","modified_at":"2026-01-21T03:54:00.000Z","name":"Buddy Botsford","mobile_number":"282-524-7506","email_id":"Jesse43@gmail.com","dop":"2025-04-06","serial_number":"17518805026091808","imei1":"17518805026091808","imei2":"17518805026091808","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162638,"job_number":"JOB_162638","tr_customer_id":162655,"tr_customer_product_id":162645,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:53:59.000Z","modified_at":"2026-01-21T03:54:34.000Z","name":"Dexter Crooks","mobile_number":"212-681-2925","email_id":"Luther.Conn36@yahoo.com","dop":"2025-04-06","serial_number":"12814704807136","imei1":"12814704807136","imei2":"12814704807136","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:54:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162637,"job_number":"JOB_162637","tr_customer_id":162654,"tr_customer_product_id":162644,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:53:59.000Z","modified_at":"2026-01-21T03:53:59.000Z","name":"D M","mobile_number":"9405167371","email_id":"dmandlik92345@gmail.com","dop":"2025-04-06","serial_number":"16959601556511","imei1":"16959601556511","imei2":"16959601556511","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:53:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162636,"job_number":"JOB_162636","tr_customer_id":162653,"tr_customer_product_id":162643,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:53:54.000Z","modified_at":"2026-01-21T03:53:54.000Z","name":"Edd Bailey","mobile_number":"754-571-6777","email_id":"Uriel_OReilly@gmail.com","dop":"2025-04-06","serial_number":"12138392590815666","imei1":"12138392590815666","imei2":"12138392590815666","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:53:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162635,"job_number":"JOB_162635","tr_customer_id":162652,"tr_customer_product_id":162642,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:53:53.000Z","modified_at":"2026-01-21T03:54:28.000Z","name":"Princess Bayer","mobile_number":"544-904-1316","email_id":"Sarina_Lynch@yahoo.com","dop":"2025-04-06","serial_number":"18864871061443","imei1":"18864871061443","imei2":"18864871061443","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:54:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162634,"job_number":"JOB_162634","tr_customer_id":162651,"tr_customer_product_id":162641,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:53:52.000Z","modified_at":"2026-01-21T03:53:52.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18349304720762","imei1":"18349304720762","imei2":"18349304720762","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:53:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162633,"job_number":"JOB_162633","tr_customer_id":162650,"tr_customer_product_id":162640,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:53:48.000Z","modified_at":"2026-01-21T03:53:48.000Z","name":"Leland Mitchell","mobile_number":"610-411-4350","email_id":"Shayna.Kuvalis@hotmail.com","dop":"2025-04-06","serial_number":"16534113069734780","imei1":"16534113069734780","imei2":"16534113069734780","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:53:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162632,"job_number":"JOB_162632","tr_customer_id":162649,"tr_customer_product_id":162639,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:53:47.000Z","modified_at":"2026-01-21T03:54:23.000Z","name":"Hobart Ruecker","mobile_number":"556-738-3578","email_id":"Carmela.Hyatt23@yahoo.com","dop":"2025-04-06","serial_number":"17238586412775","imei1":"17238586412775","imei2":"17238586412775","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:54:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162631,"job_number":"JOB_162631","tr_customer_id":162648,"tr_customer_product_id":162638,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:53:41.000Z","modified_at":"2026-01-21T03:53:41.000Z","name":"Dennis McClure","mobile_number":"473-518-3893","email_id":"Favian.Baumbach@yahoo.com","dop":"2025-04-06","serial_number":"11672018648706232","imei1":"11672018648706232","imei2":"11672018648706232","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:53:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162630,"job_number":"JOB_162630","tr_customer_id":162647,"tr_customer_product_id":162637,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:53:39.000Z","modified_at":"2026-01-21T03:54:17.000Z","name":"Micah Yundt","mobile_number":"790-766-8992","email_id":"Gus_Cummings16@hotmail.com","dop":"2025-04-06","serial_number":"19795840133136","imei1":"19795840133136","imei2":"19795840133136","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:54:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162629,"job_number":"JOB_162629","tr_customer_id":162646,"tr_customer_product_id":162636,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:53:39.000Z","modified_at":"2026-01-21T03:53:39.000Z","name":"Arlie Treutel","mobile_number":"604-903-8259","email_id":"Kenya.Swaniawski74@gmail.com","dop":"2025-06-18","serial_number":"1080106078253185","imei1":"1080106078253185","imei2":"1080106078253185","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:53:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162628,"job_number":"JOB_162628","tr_customer_id":162645,"tr_customer_product_id":162635,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:53:39.000Z","modified_at":"2026-01-21T03:53:39.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14399582480480","imei1":"14399582480480","imei2":"14399582480480","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:53:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162627,"job_number":"JOB_162627","tr_customer_id":162644,"tr_customer_product_id":162634,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:53:38.000Z","modified_at":"2026-01-21T03:54:14.000Z","name":"Jillian Willms","mobile_number":"603-525-3968","email_id":"Theo_Ziemann@hotmail.com","dop":"2025-06-18","serial_number":"10490481658436","imei1":"10490481658436","imei2":"10490481658436","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:54:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162626,"job_number":"JOB_162626","tr_customer_id":162643,"tr_customer_product_id":162633,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:53:38.000Z","modified_at":"2026-01-21T03:53:38.000Z","name":"Marian West","mobile_number":"660-828-7789","email_id":"Osvaldo.Nolan28@yahoo.com","dop":"2025-04-06","serial_number":"16451017225734406","imei1":"16451017225734406","imei2":"16451017225734406","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:53:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162625,"job_number":"JOB_162625","tr_customer_id":162642,"tr_customer_product_id":162632,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:53:38.000Z","modified_at":"2026-01-21T03:53:38.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10788517097240","imei1":"10788517097240","imei2":"10788517097240","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:53:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162624,"job_number":"JOB_162624","tr_customer_id":162641,"tr_customer_product_id":162631,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:53:37.000Z","modified_at":"2026-01-21T03:54:14.000Z","name":"Trisha Johns","mobile_number":"333-581-5263","email_id":"Vallie72@gmail.com","dop":"2025-04-06","serial_number":"15864999580411","imei1":"15864999580411","imei2":"15864999580411","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:54:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162623,"job_number":"JOB_162623","tr_customer_id":162640,"tr_customer_product_id":162630,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:53:29.000Z","modified_at":"2026-01-21T03:53:29.000Z","name":"Alice Shields","mobile_number":"797-885-8513","email_id":"Kenneth.Abbott@hotmail.com","dop":"2025-04-06","serial_number":"12193303622992512","imei1":"12193303622992512","imei2":"12193303622992512","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:53:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162622,"job_number":"JOB_162622","tr_customer_id":162639,"tr_customer_product_id":162629,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:53:28.000Z","modified_at":"2026-01-21T03:54:03.000Z","name":"Sylvan Will","mobile_number":"962-389-6969","email_id":"Chyna_Satterfield@hotmail.com","dop":"2025-04-06","serial_number":"12423343791114","imei1":"12423343791114","imei2":"12423343791114","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:54:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162621,"job_number":"JOB_162621","tr_customer_id":162638,"tr_customer_product_id":162628,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:53:27.000Z","modified_at":"2026-01-21T03:53:35.000Z","name":"Karthik Duruvasula","mobile_number":"7897897890","email_id":"krthiksantosh@gmail.com","dop":"2025-05-07","serial_number":"29776641992789","imei1":"29776641992789","imei2":"29776641992789","popurl":"2025-05-07T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:53:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162620,"job_number":"JOB_162620","tr_customer_id":162637,"tr_customer_product_id":162627,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:53:22.000Z","modified_at":"2026-01-21T03:53:22.000Z","name":"Donnell Hilll","mobile_number":"425-402-9199","email_id":"Elissa23@gmail.com","dop":"2025-04-06","serial_number":"12546921181361340","imei1":"12546921181361340","imei2":"12546921181361340","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:53:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162619,"job_number":"JOB_162619","tr_customer_id":162636,"tr_customer_product_id":162626,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:53:20.000Z","modified_at":"2026-01-21T03:53:56.000Z","name":"Ray Turner","mobile_number":"579-685-7693","email_id":"Fernando_McDermott@hotmail.com","dop":"2025-04-06","serial_number":"12038532373941","imei1":"12038532373941","imei2":"12038532373941","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:53:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162618,"job_number":"JOB_162618","tr_customer_id":162635,"tr_customer_product_id":162625,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:53:18.000Z","modified_at":"2026-01-21T03:53:18.000Z","name":"Marshall Koss","mobile_number":"501-318-7028","email_id":"Marvin37@hotmail.com","dop":"2025-04-06","serial_number":"15012338366390536","imei1":"15012338366390536","imei2":"15012338366390536","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:53:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162617,"job_number":"JOB_162617","tr_customer_id":162634,"tr_customer_product_id":162624,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:53:17.000Z","modified_at":"2026-01-21T03:53:52.000Z","name":"Edyth Grimes","mobile_number":"421-871-8030","email_id":"Chadrick.Leffler60@hotmail.com","dop":"2025-04-06","serial_number":"16318141513793","imei1":"16318141513793","imei2":"16318141513793","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:53:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162616,"job_number":"JOB_162616","tr_customer_id":162633,"tr_customer_product_id":162623,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:53:17.000Z","modified_at":"2026-01-21T03:53:17.000Z","name":"Dhananjay Mandlik","mobile_number":"9405167371","email_id":"dmandlik92@gmail.com","dop":"2025-04-06","serial_number":"18290475511432","imei1":"18290475511432","imei2":"18290475511432","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:53:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162615,"job_number":"JOB_162615","tr_customer_id":162632,"tr_customer_product_id":162622,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:53:16.000Z","modified_at":"2026-01-21T03:53:25.000Z","name":"Karthik Duruvasula","mobile_number":"7897897890","email_id":"krthiksantosh@gmail.com","dop":"2025-05-07","serial_number":"60839021241927","imei1":"60839021241927","imei2":"60839021241927","popurl":"2025-05-07T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:53:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162614,"job_number":"JOB_162614","tr_customer_id":162631,"tr_customer_product_id":162621,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:48:34.000Z","modified_at":"2026-01-21T03:48:34.000Z","name":"Esther Parker","mobile_number":"834-642-0901","email_id":"Jules.Schinner19@hotmail.com","dop":"2025-04-06","serial_number":"16313148066048748","imei1":"16313148066048748","imei2":"16313148066048748","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:48:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162613,"job_number":"JOB_162613","tr_customer_id":162630,"tr_customer_product_id":162620,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:48:33.000Z","modified_at":"2026-01-21T03:49:05.000Z","name":"Geovanni Bartell","mobile_number":"264-283-5154","email_id":"Davon_Maggio50@gmail.com","dop":"2025-04-06","serial_number":"16769524572060","imei1":"16769524572060","imei2":"16769524572060","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:49:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162612,"job_number":"JOB_162612","tr_customer_id":162629,"tr_customer_product_id":162619,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:48:32.000Z","modified_at":"2026-01-21T03:48:32.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17848277089381","imei1":"17848277089381","imei2":"17848277089381","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:48:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162611,"job_number":"JOB_162611","tr_customer_id":162628,"tr_customer_product_id":162618,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:47:54.000Z","modified_at":"2026-01-21T03:47:54.000Z","name":"Bertha Bins","mobile_number":"880-586-2742","email_id":"Althea85@gmail.com","dop":"2025-04-06","serial_number":"19804275476949320","imei1":"19804275476949320","imei2":"19804275476949320","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:47:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162610,"job_number":"JOB_162610","tr_customer_id":162627,"tr_customer_product_id":162617,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:47:53.000Z","modified_at":"2026-01-21T03:48:26.000Z","name":"Larissa Schaden","mobile_number":"790-530-1039","email_id":"Eden.Krajcik@gmail.com","dop":"2025-04-06","serial_number":"12018204227382","imei1":"12018204227382","imei2":"12018204227382","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:48:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162609,"job_number":"JOB_162609","tr_customer_id":162626,"tr_customer_product_id":162616,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:47:52.000Z","modified_at":"2026-01-21T03:47:52.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"15963298373361","imei1":"15963298373361","imei2":"15963298373361","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:47:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162608,"job_number":"JOB_162608","tr_customer_id":162625,"tr_customer_product_id":162615,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:47:14.000Z","modified_at":"2026-01-21T03:47:14.000Z","name":"Madelyn Farrell","mobile_number":"428-445-3992","email_id":"Angus50@hotmail.com","dop":"2025-04-06","serial_number":"16746191132438830","imei1":"16746191132438830","imei2":"16746191132438830","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:47:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162607,"job_number":"JOB_162607","tr_customer_id":162624,"tr_customer_product_id":162614,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:47:12.000Z","modified_at":"2026-01-21T03:47:46.000Z","name":"Ona Jaskolski","mobile_number":"469-282-0317","email_id":"Randi_Greenfelder@gmail.com","dop":"2025-04-06","serial_number":"13470679357318","imei1":"13470679357318","imei2":"13470679357318","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:47:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162606,"job_number":"JOB_162606","tr_customer_id":162623,"tr_customer_product_id":162613,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:47:12.000Z","modified_at":"2026-01-21T03:47:12.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13058901590552","imei1":"13058901590552","imei2":"13058901590552","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:47:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162603,"job_number":"JOB_162603","tr_customer_id":162620,"tr_customer_product_id":162610,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T02:59:54.000Z","modified_at":"2026-01-21T03:44:48.000Z","name":"Fay Jaskolski","mobile_number":"333-876-7079","email_id":"Jaqueline40@hotmail.com","dop":"2025-04-06","serial_number":"17178707346116856","imei1":"17178707346116856","imei2":"17178707346116856","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:44:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162602,"job_number":"JOB_162602","tr_customer_id":162619,"tr_customer_product_id":162609,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T02:59:53.000Z","modified_at":"2026-01-21T03:00:32.000Z","name":"Jade Harris","mobile_number":"750-695-1076","email_id":"Gladyce_Thiel@yahoo.com","dop":"2025-04-06","serial_number":"18018350818538","imei1":"18018350818538","imei2":"18018350818538","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:00:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162601,"job_number":"JOB_162601","tr_customer_id":162618,"tr_customer_product_id":162608,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T02:59:52.000Z","modified_at":"2026-01-21T06:12:37.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14703153286275","imei1":"14703153286275","imei2":"14703153286275","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":3,"assigned_on":"2026-01-21T06:12:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162600,"job_number":"JOB_162600","tr_customer_id":162617,"tr_customer_product_id":162607,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T02:59:07.000Z","modified_at":"2026-01-21T03:34:22.000Z","name":"Alexzander Lowe","mobile_number":"862-640-1470","email_id":"Crawford.Kerluke@hotmail.com","dop":"2025-04-06","serial_number":"16450239022892226","imei1":"16450239022892226","imei2":"16450239022892226","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-21T03:34:22.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"},{"id":162599,"job_number":"JOB_162599","tr_customer_id":162616,"tr_customer_product_id":162606,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T02:59:05.000Z","modified_at":"2026-01-21T02:59:45.000Z","name":"Vilma Crooks","mobile_number":"521-767-9582","email_id":"Dawn.Tillman70@yahoo.com","dop":"2025-04-06","serial_number":"15539871771051","imei1":"15539871771051","imei2":"15539871771051","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T02:59:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162598,"job_number":"JOB_162598","tr_customer_id":162615,"tr_customer_product_id":162605,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T02:59:05.000Z","modified_at":"2026-01-21T03:34:24.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17604503354539","imei1":"17604503354539","imei2":"17604503354539","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-21T03:34:24.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"},{"id":162597,"job_number":"JOB_162597","tr_customer_id":162614,"tr_customer_product_id":162604,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T02:58:20.000Z","modified_at":"2026-01-21T02:58:20.000Z","name":"Elva Koss","mobile_number":"316-617-1422","email_id":"Delphia_Welch19@yahoo.com","dop":"2025-04-06","serial_number":"16740242445612904","imei1":"16740242445612904","imei2":"16740242445612904","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T02:58:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162596,"job_number":"JOB_162596","tr_customer_id":162613,"tr_customer_product_id":162603,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T02:58:18.000Z","modified_at":"2026-01-21T02:58:57.000Z","name":"Virginia Kunde","mobile_number":"682-553-7790","email_id":"Chester.Murray56@yahoo.com","dop":"2025-04-06","serial_number":"19688787886970","imei1":"19688787886970","imei2":"19688787886970","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T02:58:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162595,"job_number":"JOB_162595","tr_customer_id":162612,"tr_customer_product_id":162602,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T02:58:18.000Z","modified_at":"2026-01-21T02:58:18.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14346605803933","imei1":"14346605803933","imei2":"14346605803933","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T02:58:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162588,"job_number":"JOB_162588","tr_customer_id":162605,"tr_customer_product_id":162595,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T02:24:34.000Z","modified_at":"2026-01-21T02:24:34.000Z","name":"Divya Rai","mobile_number":"7001829202","email_id":"testemail@gmail.com","dop":"2025-12-04","serial_number":"23451113430770109","imei1":"23451113430770109","imei2":"23451113430770109","popurl":"2025-12-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T02:24:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162586,"job_number":"JOB_162586","tr_customer_id":162603,"tr_customer_product_id":162593,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T01:29:13.000Z","modified_at":"2026-01-21T01:29:13.000Z","name":"Dnyan Ubale","mobile_number":"7878787878","email_id":"xyz@gmail.com","dop":"2026-01-11","serial_number":"11794514993682","imei1":"18904414473682","imei2":"130779079163742","popurl":"2026-01-11T01:29:05.036385171Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T01:29:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162585,"job_number":"JOB_162585","tr_customer_id":162602,"tr_customer_product_id":162592,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T01:16:15.000Z","modified_at":"2026-01-21T01:16:15.000Z","name":"Jewell Hammes","mobile_number":"282-657-9437","email_id":"Zita_Haag@yahoo.com","dop":"2025-04-06","serial_number":"15699477022877","imei1":"15699477022877","imei2":"15699477022877","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T01:16:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162960,"job_number":"JOB_162960","tr_customer_id":162977,"tr_customer_product_id":162967,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:38:46.000Z","modified_at":"2026-01-21T06:38:46.000Z","name":"Malika Nitzsche","mobile_number":"866-221-0515","email_id":"Jarod_Kunde@yahoo.com","dop":"2000-01-31","serial_number":"1068615764366569","imei1":"1068615764366569","imei2":"1068615764366569","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:38:46.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":162958,"job_number":"JOB_162958","tr_customer_id":162975,"tr_customer_product_id":162965,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:38:44.000Z","modified_at":"2026-01-21T06:38:44.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10764567921047","imei1":"10764567921047","imei2":"10764567921047","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:38:44.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":162953,"job_number":"JOB_162953","tr_customer_id":162970,"tr_customer_product_id":162960,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:38:01.000Z","modified_at":"2026-01-21T06:38:01.000Z","name":"Chet Dietrich","mobile_number":"803-781-7937","email_id":"Shyanne.Ledner@gmail.com","dop":"2000-01-31","serial_number":"1034922372370101","imei1":"1034922372370101","imei2":"1034922372370101","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:38:01.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":162949,"job_number":"JOB_162949","tr_customer_id":162966,"tr_customer_product_id":162956,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:38:00.000Z","modified_at":"2026-01-21T06:38:00.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10289459723595","imei1":"10289459723595","imei2":"10289459723595","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:38:00.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":162945,"job_number":"JOB_162945","tr_customer_id":162962,"tr_customer_product_id":162952,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:37:17.000Z","modified_at":"2026-01-21T06:37:17.000Z","name":"Elody Crooks","mobile_number":"932-586-1772","email_id":"Kenny_Purdy@yahoo.com","dop":"2000-01-31","serial_number":"1071466473844178","imei1":"1071466473844178","imei2":"1071466473844178","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:37:17.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":162943,"job_number":"JOB_162943","tr_customer_id":162960,"tr_customer_product_id":162950,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:37:15.000Z","modified_at":"2026-01-21T06:37:15.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10308976964436","imei1":"10308976964436","imei2":"10308976964436","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:37:15.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":162939,"job_number":"JOB_162939","tr_customer_id":162956,"tr_customer_product_id":162946,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:36:32.000Z","modified_at":"2026-01-21T06:36:32.000Z","name":"Jules Mills","mobile_number":"969-402-0205","email_id":"Maurine_Cummings@hotmail.com","dop":"2000-01-31","serial_number":"1085093491319299","imei1":"1085093491319299","imei2":"1085093491319299","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:36:32.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":162937,"job_number":"JOB_162937","tr_customer_id":162954,"tr_customer_product_id":162944,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:36:30.000Z","modified_at":"2026-01-21T06:36:30.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10912920959677","imei1":"10912920959677","imei2":"10912920959677","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:36:30.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":162797,"job_number":"JOB_162797","tr_customer_id":162814,"tr_customer_product_id":162804,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:57:01.000Z","modified_at":"2026-01-21T05:54:27.000Z","name":"Ayden Auer","mobile_number":"948-818-4190","email_id":"Jovani64@hotmail.com","dop":"2000-01-31","serial_number":"1075751991721673","imei1":"1075751991721673","imei2":"1075751991721673","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-21T05:54:27.000Z","assigned_to":2,"mst_warrenty_status_code":"OOW"},{"id":162795,"job_number":"JOB_162795","tr_customer_id":162812,"tr_customer_product_id":162802,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:56:59.000Z","modified_at":"2026-01-21T03:56:59.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10889565985024","imei1":"10889565985024","imei2":"10889565985024","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:56:59.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":162788,"job_number":"JOB_162788","tr_customer_id":162805,"tr_customer_product_id":162795,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:56:14.000Z","modified_at":"2026-01-21T03:56:14.000Z","name":"Tyra Walter","mobile_number":"933-641-8231","email_id":"Stevie61@gmail.com","dop":"2000-01-31","serial_number":"1095738584130085","imei1":"1095738584130085","imei2":"1095738584130085","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:56:14.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":162786,"job_number":"JOB_162786","tr_customer_id":162803,"tr_customer_product_id":162793,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:56:12.000Z","modified_at":"2026-01-21T03:56:12.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10159606713709","imei1":"10159606713709","imei2":"10159606713709","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:56:12.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":162742,"job_number":"JOB_162742","tr_customer_id":162759,"tr_customer_product_id":162749,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:27.000Z","modified_at":"2026-01-21T03:55:27.000Z","name":"Larue Trantow","mobile_number":"312-984-8106","email_id":"Jane_Gusikowski@gmail.com","dop":"2000-01-31","serial_number":"1065332436451677","imei1":"1065332436451677","imei2":"1065332436451677","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:55:27.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":162740,"job_number":"JOB_162740","tr_customer_id":162757,"tr_customer_product_id":162747,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:25.000Z","modified_at":"2026-01-21T03:55:25.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10090710724077","imei1":"10090710724077","imei2":"10090710724077","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:55:25.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":162692,"job_number":"JOB_162692","tr_customer_id":162709,"tr_customer_product_id":162699,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:40.000Z","modified_at":"2026-01-21T03:54:40.000Z","name":"Sandra Rodriguez","mobile_number":"640-338-8735","email_id":"Domenic.Barrows@yahoo.com","dop":"2000-01-31","serial_number":"1097630213506101","imei1":"1097630213506101","imei2":"1097630213506101","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:40.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":162684,"job_number":"JOB_162684","tr_customer_id":162701,"tr_customer_product_id":162691,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:38.000Z","modified_at":"2026-01-21T03:54:38.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10591616575842","imei1":"10591616575842","imei2":"10591616575842","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:38.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":162986,"job_number":"JOB_162986","tr_customer_id":163003,"tr_customer_product_id":162993,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:48:08.000Z","modified_at":"2026-01-21T07:33:13.000Z","name":"Karishma Shetkar","mobile_number":"8928885292","email_id":"shetkarshashank@gmail.com","dop":"2026-01-12","serial_number":"32051489201456","imei1":"32051489201456","imei2":"32051489201456","popurl":"2026-01-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-21T07:33:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162959,"job_number":"JOB_162959","tr_customer_id":162976,"tr_customer_product_id":162966,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:38:45.000Z","modified_at":"2026-01-21T06:39:22.000Z","name":"Amaya Hackett","mobile_number":"412-898-5815","email_id":"Alana.Boyle@yahoo.com","dop":"2000-01-31","serial_number":"10320798703621","imei1":"10320798703621","imei2":"10320798703621","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T06:39:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162950,"job_number":"JOB_162950","tr_customer_id":162967,"tr_customer_product_id":162957,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:38:00.000Z","modified_at":"2026-01-21T06:38:37.000Z","name":"Kaitlin Ankunding","mobile_number":"285-536-0022","email_id":"Retta78@hotmail.com","dop":"2000-01-31","serial_number":"10347991978815","imei1":"10347991978815","imei2":"10347991978815","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T06:38:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162944,"job_number":"JOB_162944","tr_customer_id":162961,"tr_customer_product_id":162951,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:37:15.000Z","modified_at":"2026-01-21T06:37:53.000Z","name":"Mittie Shields","mobile_number":"831-454-0210","email_id":"Ernest.Auer@hotmail.com","dop":"2000-01-31","serial_number":"10165519465858","imei1":"10165519465858","imei2":"10165519465858","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T06:37:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162938,"job_number":"JOB_162938","tr_customer_id":162955,"tr_customer_product_id":162945,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:36:30.000Z","modified_at":"2026-01-21T06:37:08.000Z","name":"Jordon Bernhard","mobile_number":"583-901-4046","email_id":"Wilbert98@yahoo.com","dop":"2000-01-31","serial_number":"10576643990621","imei1":"10576643990621","imei2":"10576643990621","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T06:37:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162842,"job_number":"JOB_162842","tr_customer_id":162859,"tr_customer_product_id":162849,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:47:00.000Z","modified_at":"2026-01-21T04:47:00.000Z","name":"Mossie Connelly","mobile_number":"616-407-7815","email_id":"Elisabeth96@gmail.com","dop":"2017-01-31","serial_number":"739678535239887","imei1":"739678535239887","imei2":"739678535239887","popurl":"2017-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T04:47:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162841,"job_number":"JOB_162841","tr_customer_id":162858,"tr_customer_product_id":162848,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:46:59.000Z","modified_at":"2026-01-21T04:47:26.000Z","name":"Jonatan McClure","mobile_number":"653-731-9683","email_id":"Adolfo_Rath63@hotmail.com","dop":"2017-01-31","serial_number":"19146630869963","imei1":"19146630869963","imei2":"19146630869963","popurl":"2017-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T04:47:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162840,"job_number":"JOB_162840","tr_customer_id":162857,"tr_customer_product_id":162847,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:45:08.000Z","modified_at":"2026-01-21T04:45:08.000Z","name":"Nikko Johnston","mobile_number":"804-429-1603","email_id":"Kari.Dickens34@yahoo.com","dop":"2017-01-31","serial_number":"1058254950146316","imei1":"1058254950146316","imei2":"1058254950146316","popurl":"2017-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T04:45:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162839,"job_number":"JOB_162839","tr_customer_id":162856,"tr_customer_product_id":162846,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:45:07.000Z","modified_at":"2026-01-21T04:45:34.000Z","name":"Blanche Torphy","mobile_number":"885-770-0950","email_id":"Abner73@gmail.com","dop":"2017-01-31","serial_number":"10980136329168","imei1":"10980136329168","imei2":"10980136329168","popurl":"2017-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T04:45:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162818,"job_number":"JOB_162818","tr_customer_id":162835,"tr_customer_product_id":162825,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:03:25.000Z","modified_at":"2026-01-21T04:03:49.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"84244608133657","imei1":"84244608133657","imei2":"84244608133657","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T04:03:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162817,"job_number":"JOB_162817","tr_customer_id":162834,"tr_customer_product_id":162824,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:03:24.000Z","modified_at":"2026-01-21T04:03:24.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"92400582442182","imei1":"92400582442182","imei2":"92400582442182","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T04:03:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162816,"job_number":"JOB_162816","tr_customer_id":162833,"tr_customer_product_id":162823,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:03:24.000Z","modified_at":"2026-01-21T04:03:24.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"83076068922229","imei1":"83076068922229","imei2":"83076068922229","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T04:03:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162815,"job_number":"JOB_162815","tr_customer_id":162832,"tr_customer_product_id":162822,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:03:24.000Z","modified_at":"2026-01-21T04:03:24.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"62599705489607","imei1":"62599705489607","imei2":"62599705489607","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T04:03:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162814,"job_number":"JOB_162814","tr_customer_id":162831,"tr_customer_product_id":162821,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:03:24.000Z","modified_at":"2026-01-21T04:03:24.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"23348282558512","imei1":"23348282558512","imei2":"23348282558512","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T04:03:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162813,"job_number":"JOB_162813","tr_customer_id":162830,"tr_customer_product_id":162820,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:03:23.000Z","modified_at":"2026-01-21T04:03:23.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"39105353413892","imei1":"39105353413892","imei2":"39105353413892","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T04:03:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162812,"job_number":"JOB_162812","tr_customer_id":162829,"tr_customer_product_id":162819,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:03:23.000Z","modified_at":"2026-01-21T04:03:23.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"94669280931179","imei1":"94669280931179","imei2":"94669280931179","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T04:03:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162811,"job_number":"JOB_162811","tr_customer_id":162828,"tr_customer_product_id":162818,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:02:53.000Z","modified_at":"2026-01-21T04:03:17.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"84952586843901","imei1":"84952586843901","imei2":"84952586843901","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T04:03:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162810,"job_number":"JOB_162810","tr_customer_id":162827,"tr_customer_product_id":162817,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:02:53.000Z","modified_at":"2026-01-21T04:02:53.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"24788023947892","imei1":"24788023947892","imei2":"24788023947892","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T04:02:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162809,"job_number":"JOB_162809","tr_customer_id":162826,"tr_customer_product_id":162816,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:02:53.000Z","modified_at":"2026-01-21T04:02:53.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"56707534009094","imei1":"56707534009094","imei2":"56707534009094","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T04:02:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162808,"job_number":"JOB_162808","tr_customer_id":162825,"tr_customer_product_id":162815,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:02:52.000Z","modified_at":"2026-01-21T04:02:52.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"95637399653888","imei1":"95637399653888","imei2":"95637399653888","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T04:02:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162807,"job_number":"JOB_162807","tr_customer_id":162824,"tr_customer_product_id":162814,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:02:52.000Z","modified_at":"2026-01-21T04:02:52.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"74989679870675","imei1":"74989679870675","imei2":"74989679870675","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T04:02:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162806,"job_number":"JOB_162806","tr_customer_id":162823,"tr_customer_product_id":162813,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:02:52.000Z","modified_at":"2026-01-21T04:02:52.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"60446853786935","imei1":"60446853786935","imei2":"60446853786935","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T04:02:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162805,"job_number":"JOB_162805","tr_customer_id":162822,"tr_customer_product_id":162812,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:02:51.000Z","modified_at":"2026-01-21T04:02:51.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"50445765328132","imei1":"50445765328132","imei2":"50445765328132","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T04:02:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162804,"job_number":"JOB_162804","tr_customer_id":162821,"tr_customer_product_id":162811,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:02:22.000Z","modified_at":"2026-01-21T04:02:46.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"64648166473004","imei1":"64648166473004","imei2":"64648166473004","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T04:02:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162803,"job_number":"JOB_162803","tr_customer_id":162820,"tr_customer_product_id":162810,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:02:22.000Z","modified_at":"2026-01-21T04:02:22.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"45311273736729","imei1":"45311273736729","imei2":"45311273736729","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T04:02:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162802,"job_number":"JOB_162802","tr_customer_id":162819,"tr_customer_product_id":162809,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:02:21.000Z","modified_at":"2026-01-21T04:02:21.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"73986996826282","imei1":"73986996826282","imei2":"73986996826282","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T04:02:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162801,"job_number":"JOB_162801","tr_customer_id":162818,"tr_customer_product_id":162808,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:02:21.000Z","modified_at":"2026-01-21T04:02:21.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"50068933013358","imei1":"50068933013358","imei2":"50068933013358","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T04:02:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162800,"job_number":"JOB_162800","tr_customer_id":162817,"tr_customer_product_id":162807,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:02:21.000Z","modified_at":"2026-01-21T04:02:21.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"71948363623306","imei1":"71948363623306","imei2":"71948363623306","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T04:02:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162799,"job_number":"JOB_162799","tr_customer_id":162816,"tr_customer_product_id":162806,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:02:20.000Z","modified_at":"2026-01-21T04:02:20.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"55414069264048","imei1":"55414069264048","imei2":"55414069264048","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T04:02:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162798,"job_number":"JOB_162798","tr_customer_id":162815,"tr_customer_product_id":162805,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:02:20.000Z","modified_at":"2026-01-21T04:02:20.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"80838712330307","imei1":"80838712330307","imei2":"80838712330307","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T04:02:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162796,"job_number":"JOB_162796","tr_customer_id":162813,"tr_customer_product_id":162803,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:57:00.000Z","modified_at":"2026-01-21T03:57:39.000Z","name":"Isabel Mills","mobile_number":"406-262-7915","email_id":"Candido.Rowe@gmail.com","dop":"2000-01-31","serial_number":"10729306752076","imei1":"10729306752076","imei2":"10729306752076","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:57:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162787,"job_number":"JOB_162787","tr_customer_id":162804,"tr_customer_product_id":162794,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:56:13.000Z","modified_at":"2026-01-21T03:56:52.000Z","name":"Marjory Hilpert","mobile_number":"466-818-5187","email_id":"Candida.Rutherford@yahoo.com","dop":"2000-01-31","serial_number":"10677982861035","imei1":"10677982861035","imei2":"10677982861035","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:56:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162741,"job_number":"JOB_162741","tr_customer_id":162758,"tr_customer_product_id":162748,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:26.000Z","modified_at":"2026-01-21T03:56:05.000Z","name":"Verona Shields","mobile_number":"530-878-4794","email_id":"Dora.Moen@yahoo.com","dop":"2000-01-31","serial_number":"10804630468228","imei1":"10804630468228","imei2":"10804630468228","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:56:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162688,"job_number":"JOB_162688","tr_customer_id":162705,"tr_customer_product_id":162695,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:39.000Z","modified_at":"2026-01-21T03:55:18.000Z","name":"Lindsey Kreiger","mobile_number":"946-871-5451","email_id":"Dedric0@gmail.com","dop":"2000-01-31","serial_number":"10105368188057","imei1":"10105368188057","imei2":"10105368188057","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:55:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162668,"job_number":"JOB_162668","tr_customer_id":162685,"tr_customer_product_id":162675,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:33.000Z","modified_at":"2026-01-21T03:54:33.000Z","name":"Rahul Greenholt","mobile_number":"935-411-4659","email_id":"Herminio_Kessler64@gmail.com","dop":"2025-05-30","serial_number":"1842208524031168","imei1":"1842208524031168","imei2":"1842208524031168","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162667,"job_number":"JOB_162667","tr_customer_id":162684,"tr_customer_product_id":162674,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:31.000Z","modified_at":"2026-01-21T03:54:31.000Z","name":"Ally Satterfield","mobile_number":"357-510-7177","email_id":"Ford2@yahoo.com","dop":"2025-05-30","serial_number":"15356519984057","imei1":"15356519984057","imei2":"15356519984057","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162666,"job_number":"JOB_162666","tr_customer_id":162683,"tr_customer_product_id":162673,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:30.000Z","modified_at":"2026-01-21T03:54:46.000Z","name":"Verna Hammes","mobile_number":"743-999-3938","email_id":"Assunta.Franecki14@gmail.com","dop":"2025-05-30","serial_number":"15602979380288","imei1":"15602979380288","imei2":"15602979380288","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:54:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162605,"job_number":"JOB_162605","tr_customer_id":162622,"tr_customer_product_id":162612,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":2,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:36:47.000Z","modified_at":"2026-01-21T03:37:29.000Z","name":"vbaedba aevae","mobile_number":"6546198764","email_id":"sdfbd@gn.str","dop":"2026-01-20","serial_number":"11223366554455","imei1":"11223366554455","imei2":"11223366554455","popurl":"2026-01-20T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-21T03:37:29.000Z","assigned_to":2,"mst_warrenty_status_code":"OOW"},{"id":162604,"job_number":"JOB_162604","tr_customer_id":162621,"tr_customer_product_id":162611,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":2,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:32:26.000Z","modified_at":"2026-01-21T03:33:54.000Z","name":"Test 123 Test 123","mobile_number":"1236547890","email_id":"test.qa@test.com","dop":"2026-01-20","serial_number":"96578996549657","imei1":"96578996549657","imei2":"96578996549657","popurl":"2026-01-20T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-21T03:33:54.000Z","assigned_to":17,"mst_warrenty_status_code":"OOW"},{"id":163014,"job_number":"JOB_163014","tr_customer_id":163031,"tr_customer_product_id":163021,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T07:47:49.000Z","modified_at":"2026-01-21T07:47:49.000Z","name":"Felix Weissnat","mobile_number":"829-211-4642","email_id":"Edgar.Windler@yahoo.com","dop":"2025-11-04","serial_number":"11370373346390","imei1":"11370373346390","imei2":"11370373346390","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T07:47:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163013,"job_number":"JOB_163013","tr_customer_id":163030,"tr_customer_product_id":163020,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T07:47:33.000Z","modified_at":"2026-01-21T07:47:45.000Z","name":"Gaetano Bogan","mobile_number":"673-444-4188","email_id":"Lenny67@hotmail.com","dop":"2025-11-04","serial_number":"27001982397134","imei1":"27001982397134","imei2":"27001982397134","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T07:47:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163012,"job_number":"JOB_163012","tr_customer_id":163029,"tr_customer_product_id":163019,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T07:47:17.000Z","modified_at":"2026-01-21T07:47:29.000Z","name":"Octavia Hahn","mobile_number":"950-265-4948","email_id":"Bart95@yahoo.com","dop":"2025-11-04","serial_number":"39713453300546","imei1":"39713453300546","imei2":"39713453300546","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T07:47:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163009,"job_number":"JOB_163009","tr_customer_id":163026,"tr_customer_product_id":163016,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T07:36:56.000Z","modified_at":"2026-01-21T07:36:56.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Brisa_Weissnat99@yahoo.com","dop":"2025-07-02","serial_number":"16207931644445","imei1":"16207931644445","imei2":"16207931644445","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T07:36:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163008,"job_number":"JOB_163008","tr_customer_id":163025,"tr_customer_product_id":163015,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T07:36:37.000Z","modified_at":"2026-01-21T07:36:37.000Z","name":"Rahul goswami","mobile_number":"8767656543","email_id":"Mckenzie_Schoen@hotmail.com","dop":"2025-07-02","serial_number":"13718010959776","imei1":"13718010959776","imei2":"13718010959776","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T07:36:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163007,"job_number":"JOB_163007","tr_customer_id":163024,"tr_customer_product_id":163014,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T07:36:19.000Z","modified_at":"2026-01-21T07:36:19.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Annabell_Bernier@yahoo.com","dop":"2025-07-02","serial_number":"13461850930646","imei1":"13461850930646","imei2":"13461850930646","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T07:36:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163005,"job_number":"JOB_163005","tr_customer_id":163022,"tr_customer_product_id":163012,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T07:28:51.000Z","modified_at":"2026-01-21T07:29:03.000Z","name":"Major Barton","mobile_number":"564-853-2415","email_id":"Norene93@gmail.com","dop":"2025-11-04","serial_number":"12099593377760","imei1":"12099593377760","imei2":"12099593377760","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T07:29:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163004,"job_number":"JOB_163004","tr_customer_id":163021,"tr_customer_product_id":163011,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T07:28:34.000Z","modified_at":"2026-01-21T07:28:46.000Z","name":"Yolanda Schulist","mobile_number":"358-775-2746","email_id":"Vallie.Schuppe48@yahoo.com","dop":"2025-11-04","serial_number":"44518658767589","imei1":"44518658767589","imei2":"44518658767589","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T07:28:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162925,"job_number":"JOB_162925","tr_customer_id":162942,"tr_customer_product_id":162932,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:31:35.000Z","modified_at":"2026-01-21T06:31:46.000Z","name":"jatin sharma","mobile_number":"9191976787","email_id":"jatinvsharma@gmail.com","dop":"2025-12-13","serial_number":"57309058486599","imei1":"57309058486599","imei2":"57309058486599","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T06:31:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162924,"job_number":"JOB_162924","tr_customer_id":162941,"tr_customer_product_id":162931,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:31:20.000Z","modified_at":"2026-01-21T06:31:31.000Z","name":"uday p","mobile_number":"9191922787","email_id":"udap@gmail.com","dop":"2025-12-13","serial_number":"17154744459382","imei1":"17154744459382","imei2":"17154744459382","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T06:31:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162920,"job_number":"JOB_162920","tr_customer_id":162937,"tr_customer_product_id":162927,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:31:05.000Z","modified_at":"2026-01-21T06:31:16.000Z","name":"shoaib shaikh","mobile_number":"9191987787","email_id":"shaikhshoaib@gmail.com","dop":"2025-12-13","serial_number":"55918937670242","imei1":"55918937670242","imei2":"55918937670242","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T06:31:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162893,"job_number":"JOB_162893","tr_customer_id":162910,"tr_customer_product_id":162900,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:23:21.000Z","modified_at":"2026-01-21T06:23:33.000Z","name":"jatin sharma","mobile_number":"9191976787","email_id":"jatinvsharma@gmail.com","dop":"2025-12-13","serial_number":"64282419611892","imei1":"64282419611892","imei2":"64282419611892","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T06:23:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162892,"job_number":"JOB_162892","tr_customer_id":162909,"tr_customer_product_id":162899,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:23:06.000Z","modified_at":"2026-01-21T06:23:17.000Z","name":"uday p","mobile_number":"9191922787","email_id":"udap@gmail.com","dop":"2025-12-13","serial_number":"43066776680063","imei1":"43066776680063","imei2":"43066776680063","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T06:23:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162891,"job_number":"JOB_162891","tr_customer_id":162908,"tr_customer_product_id":162898,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:22:50.000Z","modified_at":"2026-01-21T06:23:01.000Z","name":"shoaib shaikh","mobile_number":"9191987787","email_id":"shaikhshoaib@gmail.com","dop":"2025-12-13","serial_number":"69761891639848","imei1":"69761891639848","imei2":"69761891639848","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T06:23:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162890,"job_number":"JOB_162890","tr_customer_id":162907,"tr_customer_product_id":162897,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:21:40.000Z","modified_at":"2026-01-21T06:21:40.000Z","name":"Jerrell Lockman","mobile_number":"278-903-8564","email_id":"Sierra.Beatty@gmail.com","dop":"2025-06-09","serial_number":"105344703874637","imei1":"105344703874637","imei2":"105344703874637","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:21:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162889,"job_number":"JOB_162889","tr_customer_id":162906,"tr_customer_product_id":162896,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:21:40.000Z","modified_at":"2026-01-21T06:21:51.000Z","name":"Roger Welch","mobile_number":"729-253-2332","email_id":"Liza_Collins@hotmail.com","dop":"2025-06-09","serial_number":"104316782562222","imei1":"104316782562222","imei2":"104316782562222","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T06:21:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162888,"job_number":"JOB_162888","tr_customer_id":162905,"tr_customer_product_id":162895,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:21:39.000Z","modified_at":"2026-01-21T06:21:39.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"107127302673431","imei1":"107127302673431","imei2":"107127302673431","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:21:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162887,"job_number":"JOB_162887","tr_customer_id":162904,"tr_customer_product_id":162894,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:21:23.000Z","modified_at":"2026-01-21T06:21:23.000Z","name":"Warren Denesik","mobile_number":"823-826-4267","email_id":"Hudson.Pollich@yahoo.com","dop":"2025-06-09","serial_number":"102168053565125","imei1":"102168053565125","imei2":"102168053565125","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:21:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162886,"job_number":"JOB_162886","tr_customer_id":162903,"tr_customer_product_id":162893,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:21:23.000Z","modified_at":"2026-01-21T06:21:35.000Z","name":"Rupert Sauer","mobile_number":"446-881-2133","email_id":"Larue.Berge25@gmail.com","dop":"2025-06-09","serial_number":"103764698010272","imei1":"103764698010272","imei2":"103764698010272","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T06:21:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162885,"job_number":"JOB_162885","tr_customer_id":162902,"tr_customer_product_id":162892,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:21:22.000Z","modified_at":"2026-01-21T06:21:22.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"104688652951223","imei1":"104688652951223","imei2":"104688652951223","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:21:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162884,"job_number":"JOB_162884","tr_customer_id":162901,"tr_customer_product_id":162891,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:21:06.000Z","modified_at":"2026-01-21T06:21:06.000Z","name":"Prince Boyle","mobile_number":"990-943-1747","email_id":"Llewellyn51@hotmail.com","dop":"2025-06-09","serial_number":"109140298705333","imei1":"109140298705333","imei2":"109140298705333","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:21:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162883,"job_number":"JOB_162883","tr_customer_id":162900,"tr_customer_product_id":162890,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:21:06.000Z","modified_at":"2026-01-21T06:21:18.000Z","name":"Leslie Donnelly","mobile_number":"940-318-3171","email_id":"Aida_Rosenbaum21@hotmail.com","dop":"2025-06-09","serial_number":"100120630446228","imei1":"100120630446228","imei2":"100120630446228","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T06:21:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162882,"job_number":"JOB_162882","tr_customer_id":162899,"tr_customer_product_id":162889,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:21:05.000Z","modified_at":"2026-01-21T06:21:05.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"109737898423974","imei1":"109737898423974","imei2":"109737898423974","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:21:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162881,"job_number":"JOB_162881","tr_customer_id":162898,"tr_customer_product_id":162888,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:18:53.000Z","modified_at":"2026-01-21T06:19:03.000Z","name":"Erich Schuster","mobile_number":"812-494-7586","email_id":"Luella4@hotmail.com","dop":"2025-11-04","serial_number":"67525805198858","imei1":"67525805198858","imei2":"67525805198858","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T06:19:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162880,"job_number":"JOB_162880","tr_customer_id":162897,"tr_customer_product_id":162887,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:18:38.000Z","modified_at":"2026-01-21T06:18:49.000Z","name":"Marcellus Predovic","mobile_number":"626-935-4538","email_id":"Monica.Rippin15@hotmail.com","dop":"2025-11-04","serial_number":"39590447961371","imei1":"39590447961371","imei2":"39590447961371","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T06:18:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162879,"job_number":"JOB_162879","tr_customer_id":162896,"tr_customer_product_id":162886,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:18:34.000Z","modified_at":"2026-01-21T06:18:58.000Z","name":"Alexzander Farrell","mobile_number":"306-292-3286","email_id":"Autumn_Windler63@hotmail.com","dop":"2025-10-01","serial_number":"17177231230133","imei1":"17177231230133","imei2":"17177231230133","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T06:18:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162878,"job_number":"JOB_162878","tr_customer_id":162895,"tr_customer_product_id":162885,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:18:23.000Z","modified_at":"2026-01-21T06:18:34.000Z","name":"Lavern Ortiz","mobile_number":"637-625-1508","email_id":"Vanessa.MacGyver@gmail.com","dop":"2025-11-04","serial_number":"29531245978093","imei1":"29531245978093","imei2":"29531245978093","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T06:18:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162785,"job_number":"JOB_162785","tr_customer_id":162802,"tr_customer_product_id":162792,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:56:11.000Z","modified_at":"2026-01-21T03:56:11.000Z","name":"Donald Willms","mobile_number":"643-452-0773","email_id":"Uriel62@hotmail.com","dop":"2025-06-09","serial_number":"59794321296063000","imei1":"59794321296063000","imei2":"59794321296063000","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:56:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162783,"job_number":"JOB_162783","tr_customer_id":162800,"tr_customer_product_id":162790,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:56:10.000Z","modified_at":"2026-01-21T03:56:10.000Z","name":"Cyril Hand","mobile_number":"506-960-6445","email_id":"Alexandrea_Bogan@yahoo.com","dop":"2025-06-09","serial_number":"101067246533383","imei1":"101067246533383","imei2":"101067246533383","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:56:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162782,"job_number":"JOB_162782","tr_customer_id":162799,"tr_customer_product_id":162789,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:56:10.000Z","modified_at":"2026-01-21T03:56:21.000Z","name":"Jessyca Kuphal","mobile_number":"402-662-4161","email_id":"Helene_Cartwright@yahoo.com","dop":"2025-06-09","serial_number":"106377618699027","imei1":"106377618699027","imei2":"106377618699027","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:56:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162781,"job_number":"JOB_162781","tr_customer_id":162798,"tr_customer_product_id":162788,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:56:09.000Z","modified_at":"2026-01-21T03:56:09.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"106649949824326","imei1":"106649949824326","imei2":"106649949824326","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:56:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162760,"job_number":"JOB_162760","tr_customer_id":162777,"tr_customer_product_id":162767,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:54.000Z","modified_at":"2026-01-21T03:55:54.000Z","name":"Jay Ratke","mobile_number":"326-344-5245","email_id":"Jazlyn_Steuber93@yahoo.com","dop":"2025-06-09","serial_number":"104976294618097","imei1":"104976294618097","imei2":"104976294618097","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:55:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162759,"job_number":"JOB_162759","tr_customer_id":162776,"tr_customer_product_id":162766,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:54.000Z","modified_at":"2026-01-21T03:56:05.000Z","name":"Connie Weimann","mobile_number":"720-603-7741","email_id":"Heloise.Cruickshank@yahoo.com","dop":"2025-06-09","serial_number":"105303194087258","imei1":"105303194087258","imei2":"105303194087258","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:56:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162758,"job_number":"JOB_162758","tr_customer_id":162775,"tr_customer_product_id":162765,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:53.000Z","modified_at":"2026-01-21T03:55:53.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"102346409261757","imei1":"102346409261757","imei2":"102346409261757","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:55:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162751,"job_number":"JOB_162751","tr_customer_id":162768,"tr_customer_product_id":162758,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:38.000Z","modified_at":"2026-01-21T03:55:38.000Z","name":"Freddy Smith","mobile_number":"314-335-0178","email_id":"Leone_Hudson90@yahoo.com","dop":"2025-06-09","serial_number":"103533220943496","imei1":"103533220943496","imei2":"103533220943496","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:55:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162750,"job_number":"JOB_162750","tr_customer_id":162767,"tr_customer_product_id":162757,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:38.000Z","modified_at":"2026-01-21T03:55:49.000Z","name":"Joannie Erdman","mobile_number":"470-489-1392","email_id":"Leland.Beatty@gmail.com","dop":"2025-06-09","serial_number":"103357694426149","imei1":"103357694426149","imei2":"103357694426149","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:55:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162749,"job_number":"JOB_162749","tr_customer_id":162766,"tr_customer_product_id":162756,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:37.000Z","modified_at":"2026-01-21T03:55:37.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"105754362426879","imei1":"105754362426879","imei2":"105754362426879","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:55:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162705,"job_number":"JOB_162705","tr_customer_id":162722,"tr_customer_product_id":162712,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:51.000Z","modified_at":"2026-01-21T03:54:51.000Z","name":"Jazmyne Labadie","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"113474739057636","imei1":"113474739057636","imei2":"113474739057636","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162704,"job_number":"JOB_162704","tr_customer_id":162721,"tr_customer_product_id":162711,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:51.000Z","modified_at":"2026-01-21T03:54:51.000Z","name":"Declan Gislason","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"172467207146546","imei1":"172467207146546","imei2":"172467207146546","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162703,"job_number":"JOB_162703","tr_customer_id":162720,"tr_customer_product_id":162710,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:50.000Z","modified_at":"2026-01-21T03:54:50.000Z","name":"Lelia Erdman","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"167686566068558","imei1":"167686566068558","imei2":"167686566068558","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162701,"job_number":"JOB_162701","tr_customer_id":162718,"tr_customer_product_id":162708,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:50.000Z","modified_at":"2026-01-21T03:54:50.000Z","name":"Amol Tambe","mobile_number":"3445554332","email_id":"amoltambe@gmail.com","dop":"2025-07-31","serial_number":"177357670445069","imei1":"177357670445069","imei2":"177357670445069","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162696,"job_number":"JOB_162696","tr_customer_id":162713,"tr_customer_product_id":162703,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:43.000Z","modified_at":"2026-01-21T03:54:43.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Rafael.Price@yahoo.com","dop":"2025-07-02","serial_number":"18672561915929","imei1":"18672561915929","imei2":"18672561915929","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162689,"job_number":"JOB_162689","tr_customer_id":162706,"tr_customer_product_id":162696,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:39.000Z","modified_at":"2026-01-21T03:54:39.000Z","name":"Isabel Schmidt","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"163462732467881","imei1":"163462732467881","imei2":"163462732467881","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162687,"job_number":"JOB_162687","tr_customer_id":162704,"tr_customer_product_id":162694,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:39.000Z","modified_at":"2026-01-21T03:54:39.000Z","name":"Reba Monahan","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"193376791926451","imei1":"193376791926451","imei2":"193376791926451","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162683,"job_number":"JOB_162683","tr_customer_id":162700,"tr_customer_product_id":162690,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:38.000Z","modified_at":"2026-01-21T03:54:38.000Z","name":"Mekhi Keeling","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"140865985322621","imei1":"140865985322621","imei2":"140865985322621","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162680,"job_number":"JOB_162680","tr_customer_id":162697,"tr_customer_product_id":162687,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:38.000Z","modified_at":"2026-01-21T03:54:38.000Z","name":"vrushali vru1234","mobile_number":"3445554332","email_id":"vrushali@gmail.com","dop":"2025-07-31","serial_number":"126283712056005","imei1":"126283712056005","imei2":"126283712056005","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162674,"job_number":"JOB_162674","tr_customer_id":162691,"tr_customer_product_id":162681,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:36.000Z","modified_at":"2026-01-21T03:54:59.000Z","name":"Dwight Dibbert","mobile_number":"517-634-5742","email_id":"Tyrese.Padberg@hotmail.com","dop":"2025-10-01","serial_number":"19665562248680","imei1":"19665562248680","imei2":"19665562248680","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:54:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162669,"job_number":"JOB_162669","tr_customer_id":162686,"tr_customer_product_id":162676,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:34.000Z","modified_at":"2026-01-21T03:54:44.000Z","name":"giyu tomiaka","mobile_number":"800-346-6638","email_id":"giyu@g.com","dop":"2026-01-10","serial_number":"854234284339935","imei1":"854234284339935","imei2":"854234284339935","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:54:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162659,"job_number":"JOB_162659","tr_customer_id":162676,"tr_customer_product_id":162666,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:26.000Z","modified_at":"2026-01-21T03:54:26.000Z","name":"Rahul goswami","mobile_number":"8767656543","email_id":"Trystan_Pacocha94@hotmail.com","dop":"2025-07-02","serial_number":"10684146989468","imei1":"10684146989468","imei2":"10684146989468","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162652,"job_number":"JOB_162652","tr_customer_id":162669,"tr_customer_product_id":162659,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:23.000Z","modified_at":"2026-01-21T03:54:32.000Z","name":"tanjiro kamado","mobile_number":"318-325-0081","email_id":"tanjiro@g.com","dop":"2026-01-10","serial_number":"667734374869607","imei1":"667734374869607","imei2":"667734374869607","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:54:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162643,"job_number":"JOB_162643","tr_customer_id":162660,"tr_customer_product_id":162650,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:12.000Z","modified_at":"2026-01-21T03:54:21.000Z","name":"saitama sensei","mobile_number":"847-932-2922","email_id":"saitama@yopmail.com","dop":"2026-01-10","serial_number":"438314888936517","imei1":"438314888936517","imei2":"438314888936517","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:54:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162642,"job_number":"JOB_162642","tr_customer_id":162659,"tr_customer_product_id":162649,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:09.000Z","modified_at":"2026-01-21T03:54:09.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Friedrich_Jacobs69@gmail.com","dop":"2025-07-02","serial_number":"15121400755880","imei1":"15121400755880","imei2":"15121400755880","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162594,"job_number":"JOB_162594","tr_customer_id":162611,"tr_customer_product_id":162601,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T02:38:37.000Z","modified_at":"2026-01-21T02:38:37.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"12022430175094","imei1":"12022430175094","imei2":"12022430175094","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T02:38:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162593,"job_number":"JOB_162593","tr_customer_id":162610,"tr_customer_product_id":162600,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T02:38:37.000Z","modified_at":"2026-01-21T02:38:43.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"14534149519631","imei1":"14534149519631","imei2":"14534149519631","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T02:38:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162592,"job_number":"JOB_162592","tr_customer_id":162609,"tr_customer_product_id":162599,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T02:38:23.000Z","modified_at":"2026-01-21T02:38:23.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"19394883773285","imei1":"19394883773285","imei2":"19394883773285","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T02:38:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162591,"job_number":"JOB_162591","tr_customer_id":162608,"tr_customer_product_id":162598,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T02:38:23.000Z","modified_at":"2026-01-21T02:38:29.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"19877363349496","imei1":"19877363349496","imei2":"19877363349496","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T02:38:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162590,"job_number":"JOB_162590","tr_customer_id":162607,"tr_customer_product_id":162597,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T02:38:01.000Z","modified_at":"2026-01-21T02:38:01.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"19661204443887","imei1":"19661204443887","imei2":"19661204443887","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T02:38:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162589,"job_number":"JOB_162589","tr_customer_id":162606,"tr_customer_product_id":162596,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T02:38:00.000Z","modified_at":"2026-01-21T02:38:06.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"10816113408542","imei1":"10816113408542","imei2":"10816113408542","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T02:38:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162587,"job_number":"JOB_162587","tr_customer_id":162604,"tr_customer_product_id":162594,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T02:21:47.000Z","modified_at":"2026-01-21T02:21:47.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"17563096152336","imei1":"17563096152336","imei2":"17563096152336","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T02:21:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/search' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"searchText":"JOB_99821"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/search
Response Information
Response Code: 200 - OK
Mean time per request: 277ms
Mean size per request: 31B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg5ODE2NjZ9.4ODuA-xRPFnmHP9tI4dMcDE-bd3NEdJ81NjasraaSbk
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 2b007fb4-c9da-41bc-9ccf-6eb41a9f0d43
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 36
Request Body
{
            "searchText": "JOB_104254"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 31
ETag W/"1f-XHSNhKvrk3aAE4wN//TuJSkDTNM"
Vary Accept-Encoding
Date Wed, 21 Jan 2026 07:47:52 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/details/JOB_99821' \ -X 'POST' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Length: 0' \ -H 'Content-Type: text/plain' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/details/163014
Response Information
Response Code: 200 - OK
Mean time per request: 279ms
Mean size per request: 33B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg5ODE2NjZ9.4ODuA-xRPFnmHP9tI4dMcDE-bd3NEdJ81NjasraaSbk
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 50160f0a-41ed-4f4a-9515-b34be3cf0d91
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 0
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 33
ETag W/"21-a549D1gRd+HW17tYvMzi9u5U1G4"
Vary Accept-Encoding
Date Wed, 21 Jan 2026 07:47:52 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":null}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/login' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"username":"iamsup","password":"password"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 200 - OK
Mean time per request: 251ms
Mean size per request: 698B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 4d4ae874-8013-410e-9da3-d1667564ec4f
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 59
Request Body
{
            "username": "iamsup",
            "password": "password"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 698
ETag W/"2ba-C4vSlEgTL8fKJbiusR7qZYsVj6M"
Vary Accept-Encoding
Date Wed, 21 Jan 2026 07:47:52 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg5ODE2NzJ9.EYSGo7pF3vizn7BzNdOW_epCA5PYsC8jhDNphbcV-pw"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNzI3NDJ9.IEtAMRF9vZn3LlTSasN0Llk5gwReGWkTINNzM8zYe8A' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 200 - OK
Mean time per request: 251ms
Mean size per request: 444B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg5ODE2NzJ9.EYSGo7pF3vizn7BzNdOW_epCA5PYsC8jhDNphbcV-pw
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 50253bdd-41a9-4b0c-939b-63b11d11d40e
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 444
ETag W/"1bc-5jtJRsd0hZILh8Na44eS7Os72ts"
Vary Accept-Encoding
Date Wed, 21 Jan 2026 07:47:53 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"id":1,"first_name":"John","last_name":"Cena","login_id":"iamsup","mobile_number":"9988778899","email_id":"john@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":2,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-12-20T07:42:00.000Z","role_name":"Supervisor","service_location":"Service Center A"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNzI3NDJ9.IEtAMRF9vZn3LlTSasN0Llk5gwReGWkTINNzM8zYe8A' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 319ms
Mean size per request: 248B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg5ODE2NzJ9.EYSGo7pF3vizn7BzNdOW_epCA5PYsC8jhDNphbcV-pw
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 23b252c9-336e-4b23-a290-70ccb7574d45
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 248
ETag W/"f8-mh8FJgrZ2y5Cz5Si08bOMGhud0Q"
Vary Accept-Encoding
Date Wed, 21 Jan 2026 07:47:53 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for assignment","key":"pending_for_assignment","count":280},{"label":"Pending for repair","key":"pending_for_repair","count":5},{"label":"Pending for delivery","key":"pending_for_delivery","count":1}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/pending' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNzI3NDJ9.IEtAMRF9vZn3LlTSasN0Llk5gwReGWkTINNzM8zYe8A' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/job/pending
Response Information
Response Code: 200 - OK
Mean time per request: 298ms
Mean size per request: 272.21KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI5Mzc1MTB9.-O6f2f7yIF827L6J6ejis6RAsTLeJu8tivTqfyx0T-Y
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 1e0585dd-f8b7-4f4d-b857-bb66732fe479
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"440da-nIgyrAVeSOZbmoLgBE3AjcyEFYo"
Vary Accept-Encoding
Content-Encoding gzip
Date Wed, 21 Jan 2026 07:47:53 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":162960,"job_number":"JOB_162960","tr_customer_id":162977,"tr_customer_product_id":162967,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:38:46.000Z","modified_at":"2026-01-21T06:38:46.000Z","name":"Malika Nitzsche","mobile_number":"866-221-0515","email_id":"Jarod_Kunde@yahoo.com","dop":"2000-01-31","serial_number":"1068615764366569","imei1":"1068615764366569","imei2":"1068615764366569","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:38:46.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":162958,"job_number":"JOB_162958","tr_customer_id":162975,"tr_customer_product_id":162965,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:38:44.000Z","modified_at":"2026-01-21T06:38:44.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10764567921047","imei1":"10764567921047","imei2":"10764567921047","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:38:44.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":162953,"job_number":"JOB_162953","tr_customer_id":162970,"tr_customer_product_id":162960,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:38:01.000Z","modified_at":"2026-01-21T06:38:01.000Z","name":"Chet Dietrich","mobile_number":"803-781-7937","email_id":"Shyanne.Ledner@gmail.com","dop":"2000-01-31","serial_number":"1034922372370101","imei1":"1034922372370101","imei2":"1034922372370101","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:38:01.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":162949,"job_number":"JOB_162949","tr_customer_id":162966,"tr_customer_product_id":162956,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:38:00.000Z","modified_at":"2026-01-21T06:38:00.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10289459723595","imei1":"10289459723595","imei2":"10289459723595","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:38:00.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":162945,"job_number":"JOB_162945","tr_customer_id":162962,"tr_customer_product_id":162952,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:37:17.000Z","modified_at":"2026-01-21T06:37:17.000Z","name":"Elody Crooks","mobile_number":"932-586-1772","email_id":"Kenny_Purdy@yahoo.com","dop":"2000-01-31","serial_number":"1071466473844178","imei1":"1071466473844178","imei2":"1071466473844178","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:37:17.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":162943,"job_number":"JOB_162943","tr_customer_id":162960,"tr_customer_product_id":162950,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:37:15.000Z","modified_at":"2026-01-21T06:37:15.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10308976964436","imei1":"10308976964436","imei2":"10308976964436","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:37:15.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":162939,"job_number":"JOB_162939","tr_customer_id":162956,"tr_customer_product_id":162946,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:36:32.000Z","modified_at":"2026-01-21T06:36:32.000Z","name":"Jules Mills","mobile_number":"969-402-0205","email_id":"Maurine_Cummings@hotmail.com","dop":"2000-01-31","serial_number":"1085093491319299","imei1":"1085093491319299","imei2":"1085093491319299","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:36:32.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":162937,"job_number":"JOB_162937","tr_customer_id":162954,"tr_customer_product_id":162944,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:36:30.000Z","modified_at":"2026-01-21T06:36:30.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10912920959677","imei1":"10912920959677","imei2":"10912920959677","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:36:30.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":162795,"job_number":"JOB_162795","tr_customer_id":162812,"tr_customer_product_id":162802,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:56:59.000Z","modified_at":"2026-01-21T03:56:59.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10889565985024","imei1":"10889565985024","imei2":"10889565985024","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:56:59.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":162788,"job_number":"JOB_162788","tr_customer_id":162805,"tr_customer_product_id":162795,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:56:14.000Z","modified_at":"2026-01-21T03:56:14.000Z","name":"Tyra Walter","mobile_number":"933-641-8231","email_id":"Stevie61@gmail.com","dop":"2000-01-31","serial_number":"1095738584130085","imei1":"1095738584130085","imei2":"1095738584130085","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:56:14.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":162786,"job_number":"JOB_162786","tr_customer_id":162803,"tr_customer_product_id":162793,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:56:12.000Z","modified_at":"2026-01-21T03:56:12.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10159606713709","imei1":"10159606713709","imei2":"10159606713709","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:56:12.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":162742,"job_number":"JOB_162742","tr_customer_id":162759,"tr_customer_product_id":162749,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:27.000Z","modified_at":"2026-01-21T03:55:27.000Z","name":"Larue Trantow","mobile_number":"312-984-8106","email_id":"Jane_Gusikowski@gmail.com","dop":"2000-01-31","serial_number":"1065332436451677","imei1":"1065332436451677","imei2":"1065332436451677","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:55:27.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":162740,"job_number":"JOB_162740","tr_customer_id":162757,"tr_customer_product_id":162747,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:25.000Z","modified_at":"2026-01-21T03:55:25.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10090710724077","imei1":"10090710724077","imei2":"10090710724077","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:55:25.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":162692,"job_number":"JOB_162692","tr_customer_id":162709,"tr_customer_product_id":162699,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:40.000Z","modified_at":"2026-01-21T03:54:40.000Z","name":"Sandra Rodriguez","mobile_number":"640-338-8735","email_id":"Domenic.Barrows@yahoo.com","dop":"2000-01-31","serial_number":"1097630213506101","imei1":"1097630213506101","imei2":"1097630213506101","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:40.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":162684,"job_number":"JOB_162684","tr_customer_id":162701,"tr_customer_product_id":162691,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:38.000Z","modified_at":"2026-01-21T03:54:38.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10591616575842","imei1":"10591616575842","imei2":"10591616575842","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:38.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":163011,"job_number":"JOB_163011","tr_customer_id":163028,"tr_customer_product_id":163018,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T07:46:58.000Z","modified_at":"2026-01-21T07:46:58.000Z","name":"Emelia Reilly","mobile_number":"878-462-1830","email_id":"Ryleigh_Pacocha81@hotmail.com","dop":"2025-04-06","serial_number":"13405225925384970","imei1":"13405225925384970","imei2":"13405225925384970","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T07:46:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163006,"job_number":"JOB_163006","tr_customer_id":163023,"tr_customer_product_id":163013,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T07:31:11.000Z","modified_at":"2026-01-21T07:31:11.000Z","name":"Brock Corwin","mobile_number":"704-319-8274","email_id":"Wade_Metz@gmail.com","dop":"2025-02-01","serial_number":"17574691804591","imei1":"17574691804591","imei2":"17574691804591","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T07:31:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163003,"job_number":"JOB_163003","tr_customer_id":163020,"tr_customer_product_id":163010,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T07:07:06.000Z","modified_at":"2026-01-21T07:07:07.000Z","name":"Audra Gerlach","mobile_number":"721-468-8663","email_id":"Chance_Dare@hotmail.com","dop":"2025-04-06","serial_number":"12108449345271150","imei1":"12108449345271150","imei2":"12108449345271150","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T07:07:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163001,"job_number":"JOB_163001","tr_customer_id":163018,"tr_customer_product_id":163008,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T07:06:20.000Z","modified_at":"2026-01-21T07:06:20.000Z","name":"Ahmad Schroeder","mobile_number":"696-649-0378","email_id":"Lukas.Ullrich@gmail.com","dop":"2025-04-06","serial_number":"18275037441241292","imei1":"18275037441241292","imei2":"18275037441241292","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T07:06:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162999,"job_number":"JOB_162999","tr_customer_id":163016,"tr_customer_product_id":163006,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T07:05:33.000Z","modified_at":"2026-01-21T07:05:33.000Z","name":"Zora Zieme","mobile_number":"201-537-8314","email_id":"Cathy_Metz@yahoo.com","dop":"2025-04-06","serial_number":"15839260041705420","imei1":"15839260041705420","imei2":"15839260041705420","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T07:05:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162997,"job_number":"JOB_162997","tr_customer_id":163014,"tr_customer_product_id":163004,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:51:28.000Z","modified_at":"2026-01-21T06:51:28.000Z","name":"Erling Runolfsson","mobile_number":"550-413-2718","email_id":"Maryjane.Gaylord@hotmail.com","dop":"2025-04-06","serial_number":"10651424904204296","imei1":"10651424904204296","imei2":"10651424904204296","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:51:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162995,"job_number":"JOB_162995","tr_customer_id":163012,"tr_customer_product_id":163002,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:51:27.000Z","modified_at":"2026-01-21T06:51:27.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19031953731203","imei1":"19031953731203","imei2":"19031953731203","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:51:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162994,"job_number":"JOB_162994","tr_customer_id":163011,"tr_customer_product_id":163001,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:50:44.000Z","modified_at":"2026-01-21T06:50:44.000Z","name":"Teresa Ruecker","mobile_number":"593-612-7187","email_id":"Shirley_Franecki16@hotmail.com","dop":"2025-04-06","serial_number":"11583192275518710","imei1":"11583192275518710","imei2":"11583192275518710","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:50:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162992,"job_number":"JOB_162992","tr_customer_id":163009,"tr_customer_product_id":162999,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:50:42.000Z","modified_at":"2026-01-21T06:50:42.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13466066800980","imei1":"13466066800980","imei2":"13466066800980","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:50:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162991,"job_number":"JOB_162991","tr_customer_id":163008,"tr_customer_product_id":162998,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:50:05.000Z","modified_at":"2026-01-21T06:50:05.000Z","name":"Zoie Ledner","mobile_number":"937-452-3205","email_id":"Era80@gmail.com","dop":"2025-04-06","serial_number":"18533118216254004","imei1":"18533118216254004","imei2":"18533118216254004","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:50:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162989,"job_number":"JOB_162989","tr_customer_id":163006,"tr_customer_product_id":162996,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:49:59.000Z","modified_at":"2026-01-21T06:49:59.000Z","name":"Carolanne Oberbrunner","mobile_number":"995-750-9639","email_id":"Blanca.Fisher@yahoo.com","dop":"2025-04-06","serial_number":"19149653196501548","imei1":"19149653196501548","imei2":"19149653196501548","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:49:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162987,"job_number":"JOB_162987","tr_customer_id":163004,"tr_customer_product_id":162994,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:49:57.000Z","modified_at":"2026-01-21T06:49:57.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10689216915682","imei1":"10689216915682","imei2":"10689216915682","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:49:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162985,"job_number":"JOB_162985","tr_customer_id":163002,"tr_customer_product_id":162992,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:46:09.000Z","modified_at":"2026-01-21T06:46:09.000Z","name":"Dayana Hirthe","mobile_number":"979-360-0862","email_id":"Monte.Herzog72@hotmail.com","dop":"2025-04-06","serial_number":"11779876850918244","imei1":"11779876850918244","imei2":"11779876850918244","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:46:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162983,"job_number":"JOB_162983","tr_customer_id":163000,"tr_customer_product_id":162990,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:46:07.000Z","modified_at":"2026-01-21T06:46:07.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16876819889364","imei1":"16876819889364","imei2":"16876819889364","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:46:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162982,"job_number":"JOB_162982","tr_customer_id":162999,"tr_customer_product_id":162989,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:45:47.000Z","modified_at":"2026-01-21T06:45:47.000Z","name":"Micah Bahringer","mobile_number":"469-748-7891","email_id":"Francesca.Moen@gmail.com","dop":"2025-04-06","serial_number":"13220055565904698","imei1":"13220055565904698","imei2":"13220055565904698","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:45:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162980,"job_number":"JOB_162980","tr_customer_id":162997,"tr_customer_product_id":162987,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:45:42.000Z","modified_at":"2026-01-21T06:45:42.000Z","name":"Alexandro Vandervort","mobile_number":"330-730-8147","email_id":"Reese_Bins@yahoo.com","dop":"2025-04-06","serial_number":"16989820793386468","imei1":"16989820793386468","imei2":"16989820793386468","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:45:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162978,"job_number":"JOB_162978","tr_customer_id":162995,"tr_customer_product_id":162985,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:45:24.000Z","modified_at":"2026-01-21T06:45:24.000Z","name":"Demetris Koepp","mobile_number":"345-409-6430","email_id":"Louisa_Gutmann88@hotmail.com","dop":"2025-04-06","serial_number":"12683925262283816","imei1":"12683925262283816","imei2":"12683925262283816","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:45:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162976,"job_number":"JOB_162976","tr_customer_id":162993,"tr_customer_product_id":162983,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:45:22.000Z","modified_at":"2026-01-21T06:45:22.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10659736117977","imei1":"10659736117977","imei2":"10659736117977","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:45:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162975,"job_number":"JOB_162975","tr_customer_id":162992,"tr_customer_product_id":162982,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:44:39.000Z","modified_at":"2026-01-21T06:44:39.000Z","name":"Kattie Heidenreich","mobile_number":"464-968-6598","email_id":"Annabel1@gmail.com","dop":"2025-04-06","serial_number":"13558155131499656","imei1":"13558155131499656","imei2":"13558155131499656","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:44:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162974,"job_number":"JOB_162974","tr_customer_id":162991,"tr_customer_product_id":162981,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:44:39.000Z","modified_at":"2026-01-21T06:44:39.000Z","name":"Erick Bernhard","mobile_number":"268-365-9672","email_id":"Jaylen.Lind55@gmail.com","dop":"2025-04-06","serial_number":"18292600819471056","imei1":"18292600819471056","imei2":"18292600819471056","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:44:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162972,"job_number":"JOB_162972","tr_customer_id":162989,"tr_customer_product_id":162979,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:44:38.000Z","modified_at":"2026-01-21T06:44:38.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15289972766732","imei1":"15289972766732","imei2":"15289972766732","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:44:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162970,"job_number":"JOB_162970","tr_customer_id":162987,"tr_customer_product_id":162977,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:44:37.000Z","modified_at":"2026-01-21T06:44:37.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15657772357777","imei1":"15657772357777","imei2":"15657772357777","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:44:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162969,"job_number":"JOB_162969","tr_customer_id":162986,"tr_customer_product_id":162976,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:43:55.000Z","modified_at":"2026-01-21T06:43:55.000Z","name":"Rory Brekke","mobile_number":"318-608-9132","email_id":"Dangelo.Beahan@yahoo.com","dop":"2025-04-06","serial_number":"18756102189059096","imei1":"18756102189059096","imei2":"18756102189059096","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:43:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162967,"job_number":"JOB_162967","tr_customer_id":162984,"tr_customer_product_id":162974,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:43:53.000Z","modified_at":"2026-01-21T06:43:53.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14949429811281","imei1":"14949429811281","imei2":"14949429811281","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:43:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162966,"job_number":"JOB_162966","tr_customer_id":162983,"tr_customer_product_id":162973,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:43:10.000Z","modified_at":"2026-01-21T06:43:10.000Z","name":"Norene Hintz","mobile_number":"382-277-1132","email_id":"Trystan_Lemke18@gmail.com","dop":"2025-04-06","serial_number":"15673482482469460","imei1":"15673482482469460","imei2":"15673482482469460","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:43:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162964,"job_number":"JOB_162964","tr_customer_id":162981,"tr_customer_product_id":162971,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:43:08.000Z","modified_at":"2026-01-21T06:43:08.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13723298881951","imei1":"13723298881951","imei2":"13723298881951","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:43:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162963,"job_number":"JOB_162963","tr_customer_id":162980,"tr_customer_product_id":162970,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:39:31.000Z","modified_at":"2026-01-21T06:39:31.000Z","name":"Lavinia Haley","mobile_number":"826-742-1054","email_id":"Dayne18@yahoo.com","dop":"2025-04-06","serial_number":"12580884778192742","imei1":"12580884778192742","imei2":"12580884778192742","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:39:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162961,"job_number":"JOB_162961","tr_customer_id":162978,"tr_customer_product_id":162968,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:39:29.000Z","modified_at":"2026-01-21T06:39:29.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13633203627956","imei1":"13633203627956","imei2":"13633203627956","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:39:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162957,"job_number":"JOB_162957","tr_customer_id":162974,"tr_customer_product_id":162964,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:38:42.000Z","modified_at":"2026-01-21T06:38:42.000Z","name":"Maynard Reilly","mobile_number":"808-341-2514","email_id":"Gunner_Kuhlman@gmail.com","dop":"2025-04-06","serial_number":"13180943820679828","imei1":"13180943820679828","imei2":"13180943820679828","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:38:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162955,"job_number":"JOB_162955","tr_customer_id":162972,"tr_customer_product_id":162962,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:38:40.000Z","modified_at":"2026-01-21T06:38:40.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19928005857481","imei1":"19928005857481","imei2":"19928005857481","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:38:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162954,"job_number":"JOB_162954","tr_customer_id":162971,"tr_customer_product_id":162961,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:38:03.000Z","modified_at":"2026-01-21T06:38:03.000Z","name":"Hal Hammes","mobile_number":"590-877-0668","email_id":"Kenya.OConnell41@hotmail.com","dop":"2025-04-06","serial_number":"19540469328140736","imei1":"19540469328140736","imei2":"19540469328140736","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:38:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162951,"job_number":"JOB_162951","tr_customer_id":162968,"tr_customer_product_id":162958,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:38:01.000Z","modified_at":"2026-01-21T06:38:01.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14935627631418","imei1":"14935627631418","imei2":"14935627631418","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:38:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162948,"job_number":"JOB_162948","tr_customer_id":162965,"tr_customer_product_id":162955,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:37:52.000Z","modified_at":"2026-01-21T06:37:52.000Z","name":"Ricardo Cassin","mobile_number":"293-433-7431","email_id":"Raven.Flatley18@gmail.com","dop":"2025-04-06","serial_number":"17998245056033220","imei1":"17998245056033220","imei2":"17998245056033220","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:37:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162946,"job_number":"JOB_162946","tr_customer_id":162963,"tr_customer_product_id":162953,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:37:51.000Z","modified_at":"2026-01-21T06:37:51.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14207110431383","imei1":"14207110431383","imei2":"14207110431383","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:37:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162942,"job_number":"JOB_162942","tr_customer_id":162959,"tr_customer_product_id":162949,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:37:14.000Z","modified_at":"2026-01-21T06:37:14.000Z","name":"Malachi Witting","mobile_number":"577-388-6595","email_id":"Talia_Padberg48@gmail.com","dop":"2025-04-06","serial_number":"19405530755503990","imei1":"19405530755503990","imei2":"19405530755503990","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:37:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162940,"job_number":"JOB_162940","tr_customer_id":162957,"tr_customer_product_id":162947,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:37:12.000Z","modified_at":"2026-01-21T06:37:12.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13322178288064","imei1":"13322178288064","imei2":"13322178288064","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:37:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162936,"job_number":"JOB_162936","tr_customer_id":162953,"tr_customer_product_id":162943,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:36:25.000Z","modified_at":"2026-01-21T06:36:25.000Z","name":"Fanny Hoeger","mobile_number":"282-398-6588","email_id":"Nikko_Kertzmann@hotmail.com","dop":"2025-04-06","serial_number":"18884649322202076","imei1":"18884649322202076","imei2":"18884649322202076","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:36:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162934,"job_number":"JOB_162934","tr_customer_id":162951,"tr_customer_product_id":162941,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:36:23.000Z","modified_at":"2026-01-21T06:36:23.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16925021534393","imei1":"16925021534393","imei2":"16925021534393","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:36:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162933,"job_number":"JOB_162933","tr_customer_id":162950,"tr_customer_product_id":162940,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:36:01.000Z","modified_at":"2026-01-21T06:36:01.000Z","name":"Willa Nolan","mobile_number":"369-843-6476","email_id":"Waldo54@yahoo.com","dop":"2025-04-06","serial_number":"11274221474489864","imei1":"11274221474489864","imei2":"11274221474489864","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:36:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162931,"job_number":"JOB_162931","tr_customer_id":162948,"tr_customer_product_id":162938,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:32:49.000Z","modified_at":"2026-01-21T06:32:49.000Z","name":"Willa McClure","mobile_number":"303-531-6812","email_id":"Wilfred.Lockman@yahoo.com","dop":"2025-04-06","serial_number":"15679794119179152","imei1":"15679794119179152","imei2":"15679794119179152","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:32:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162929,"job_number":"JOB_162929","tr_customer_id":162946,"tr_customer_product_id":162936,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:32:48.000Z","modified_at":"2026-01-21T06:32:48.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13214831955730","imei1":"13214831955730","imei2":"13214831955730","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:32:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162928,"job_number":"JOB_162928","tr_customer_id":162945,"tr_customer_product_id":162935,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:32:05.000Z","modified_at":"2026-01-21T06:32:05.000Z","name":"Edison Leffler","mobile_number":"924-836-1099","email_id":"Harold2@gmail.com","dop":"2025-04-06","serial_number":"15570380534434244","imei1":"15570380534434244","imei2":"15570380534434244","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:32:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162926,"job_number":"JOB_162926","tr_customer_id":162943,"tr_customer_product_id":162933,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:32:03.000Z","modified_at":"2026-01-21T06:32:03.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14401946625375","imei1":"14401946625375","imei2":"14401946625375","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:32:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162923,"job_number":"JOB_162923","tr_customer_id":162940,"tr_customer_product_id":162930,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:31:20.000Z","modified_at":"2026-01-21T06:31:20.000Z","name":"Brant Friesen","mobile_number":"311-507-9641","email_id":"Jonathon_Monahan@gmail.com","dop":"2025-04-06","serial_number":"14967765540814140","imei1":"14967765540814140","imei2":"14967765540814140","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:31:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162921,"job_number":"JOB_162921","tr_customer_id":162938,"tr_customer_product_id":162928,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:31:18.000Z","modified_at":"2026-01-21T06:31:18.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18474584541183","imei1":"18474584541183","imei2":"18474584541183","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:31:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162919,"job_number":"JOB_162919","tr_customer_id":162936,"tr_customer_product_id":162926,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:29:48.000Z","modified_at":"2026-01-21T06:29:48.000Z","name":"Benedict Stamm","mobile_number":"674-834-0829","email_id":"Abe_Erdman@gmail.com","dop":"2025-04-06","serial_number":"16330093553060152","imei1":"16330093553060152","imei2":"16330093553060152","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:29:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162917,"job_number":"JOB_162917","tr_customer_id":162934,"tr_customer_product_id":162924,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:29:47.000Z","modified_at":"2026-01-21T06:29:47.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17786532546150","imei1":"17786532546150","imei2":"17786532546150","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:29:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162916,"job_number":"JOB_162916","tr_customer_id":162933,"tr_customer_product_id":162923,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:29:05.000Z","modified_at":"2026-01-21T06:29:05.000Z","name":"Mason Renner","mobile_number":"726-233-7389","email_id":"Ward.Wisoky22@gmail.com","dop":"2025-04-06","serial_number":"14458032780167956","imei1":"14458032780167956","imei2":"14458032780167956","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:29:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162914,"job_number":"JOB_162914","tr_customer_id":162931,"tr_customer_product_id":162921,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:29:03.000Z","modified_at":"2026-01-21T06:29:03.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12508469859581","imei1":"12508469859581","imei2":"12508469859581","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:29:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162913,"job_number":"JOB_162913","tr_customer_id":162930,"tr_customer_product_id":162920,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:28:21.000Z","modified_at":"2026-01-21T06:28:21.000Z","name":"Giovanni Koelpin","mobile_number":"897-897-0541","email_id":"Verner.Ritchie@yahoo.com","dop":"2025-04-06","serial_number":"13142155136854658","imei1":"13142155136854658","imei2":"13142155136854658","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:28:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162911,"job_number":"JOB_162911","tr_customer_id":162928,"tr_customer_product_id":162918,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:28:20.000Z","modified_at":"2026-01-21T06:28:20.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13841462764030","imei1":"13841462764030","imei2":"13841462764030","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:28:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162910,"job_number":"JOB_162910","tr_customer_id":162927,"tr_customer_product_id":162917,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:27:09.000Z","modified_at":"2026-01-21T06:27:09.000Z","name":"Felix Hackett","mobile_number":"521-514-3135","email_id":"Samanta_Powlowski@yahoo.com","dop":"2025-04-06","serial_number":"17898099325596856","imei1":"17898099325596856","imei2":"17898099325596856","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:27:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162908,"job_number":"JOB_162908","tr_customer_id":162925,"tr_customer_product_id":162915,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:27:07.000Z","modified_at":"2026-01-21T06:27:07.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17857123491074","imei1":"17857123491074","imei2":"17857123491074","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:27:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162907,"job_number":"JOB_162907","tr_customer_id":162924,"tr_customer_product_id":162914,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:26:25.000Z","modified_at":"2026-01-21T06:26:25.000Z","name":"Colten Treutel","mobile_number":"719-847-9537","email_id":"Julius_Emard18@gmail.com","dop":"2025-04-06","serial_number":"13206539527250764","imei1":"13206539527250764","imei2":"13206539527250764","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:26:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162905,"job_number":"JOB_162905","tr_customer_id":162922,"tr_customer_product_id":162912,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:26:23.000Z","modified_at":"2026-01-21T06:26:23.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"15185228078622","imei1":"15185228078622","imei2":"15185228078622","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:26:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162904,"job_number":"JOB_162904","tr_customer_id":162921,"tr_customer_product_id":162911,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:25:40.000Z","modified_at":"2026-01-21T06:25:40.000Z","name":"Jamel Toy","mobile_number":"221-319-2936","email_id":"Alverta60@yahoo.com","dop":"2025-04-06","serial_number":"19817104833675344","imei1":"19817104833675344","imei2":"19817104833675344","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:25:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162902,"job_number":"JOB_162902","tr_customer_id":162919,"tr_customer_product_id":162909,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:25:38.000Z","modified_at":"2026-01-21T06:25:38.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16960123851476","imei1":"16960123851476","imei2":"16960123851476","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:25:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162901,"job_number":"JOB_162901","tr_customer_id":162918,"tr_customer_product_id":162908,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:24:40.000Z","modified_at":"2026-01-21T06:24:40.000Z","name":"Enola Kautzer","mobile_number":"777-877-3925","email_id":"Hayley71@gmail.com","dop":"2025-06-18","serial_number":"1088271486565016","imei1":"1088271486565016","imei2":"1088271486565016","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:24:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162899,"job_number":"JOB_162899","tr_customer_id":162916,"tr_customer_product_id":162906,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:24:40.000Z","modified_at":"2026-01-21T06:24:40.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10303360622515","imei1":"10303360622515","imei2":"10303360622515","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:24:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162898,"job_number":"JOB_162898","tr_customer_id":162915,"tr_customer_product_id":162905,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:24:11.000Z","modified_at":"2026-01-21T06:24:11.000Z","name":"Amanda Romaguera","mobile_number":"632-701-5295","email_id":"Greta.Deckow@gmail.com","dop":"2025-04-06","serial_number":"18369311992665940","imei1":"18369311992665940","imei2":"18369311992665940","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:24:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162896,"job_number":"JOB_162896","tr_customer_id":162913,"tr_customer_product_id":162903,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:23:53.000Z","modified_at":"2026-01-21T06:23:53.000Z","name":"Justus Hand","mobile_number":"458-957-6139","email_id":"Rex.Rau57@yahoo.com","dop":"2025-06-18","serial_number":"1067077697497449","imei1":"1067077697497449","imei2":"1067077697497449","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:23:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162894,"job_number":"JOB_162894","tr_customer_id":162911,"tr_customer_product_id":162901,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:23:52.000Z","modified_at":"2026-01-21T06:23:52.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10287444893593","imei1":"10287444893593","imei2":"10287444893593","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:23:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162877,"job_number":"JOB_162877","tr_customer_id":162894,"tr_customer_product_id":162884,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T05:58:05.000Z","modified_at":"2026-01-21T05:58:05.000Z","name":"Jarrell Wintheiser","mobile_number":"479-920-3459","email_id":"Jules58@hotmail.com","dop":"2025-04-06","serial_number":"10788070414555038","imei1":"10788070414555038","imei2":"10788070414555038","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T05:58:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162875,"job_number":"JOB_162875","tr_customer_id":162892,"tr_customer_product_id":162882,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T05:58:03.000Z","modified_at":"2026-01-21T05:58:03.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10026383914254","imei1":"10026383914254","imei2":"10026383914254","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T05:58:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162874,"job_number":"JOB_162874","tr_customer_id":162891,"tr_customer_product_id":162881,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T05:57:15.000Z","modified_at":"2026-01-21T05:57:15.000Z","name":"Velda Becker","mobile_number":"335-982-6404","email_id":"Edgardo.Jacobs89@yahoo.com","dop":"2025-04-06","serial_number":"11707781849366398","imei1":"11707781849366398","imei2":"11707781849366398","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T05:57:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162872,"job_number":"JOB_162872","tr_customer_id":162889,"tr_customer_product_id":162879,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T05:57:13.000Z","modified_at":"2026-01-21T05:57:13.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17347962741528","imei1":"17347962741528","imei2":"17347962741528","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T05:57:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162871,"job_number":"JOB_162871","tr_customer_id":162888,"tr_customer_product_id":162878,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T05:56:25.000Z","modified_at":"2026-01-21T05:56:25.000Z","name":"Amya Hudson","mobile_number":"517-201-7980","email_id":"Rahsaan_Deckow@hotmail.com","dop":"2025-04-06","serial_number":"16106210569865402","imei1":"16106210569865402","imei2":"16106210569865402","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T05:56:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162869,"job_number":"JOB_162869","tr_customer_id":162886,"tr_customer_product_id":162876,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T05:56:23.000Z","modified_at":"2026-01-21T05:56:23.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15749124098280","imei1":"15749124098280","imei2":"15749124098280","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T05:56:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162868,"job_number":"JOB_162868","tr_customer_id":162885,"tr_customer_product_id":162875,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T05:44:59.000Z","modified_at":"2026-01-21T05:44:59.000Z","name":"Chetan AG","mobile_number":"7090191744","email_id":"agchetan18@gmail.com","dop":"2026-01-11","serial_number":"78920576984787","imei1":"78920576984787","imei2":"78920576984787","popurl":"2026-01-11T05:44:53.815977800Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T05:44:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162867,"job_number":"JOB_162867","tr_customer_id":162884,"tr_customer_product_id":162874,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T05:21:13.000Z","modified_at":"2026-01-21T05:21:13.000Z","name":"Augusta Paucek","mobile_number":"689-962-3812","email_id":"Natalia.Rath@yahoo.com","dop":"2025-04-06","serial_number":"15476359630960446","imei1":"15476359630960446","imei2":"15476359630960446","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T05:21:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162865,"job_number":"JOB_162865","tr_customer_id":162882,"tr_customer_product_id":162872,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T05:21:11.000Z","modified_at":"2026-01-21T05:21:11.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13868298772248","imei1":"13868298772248","imei2":"13868298772248","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T05:21:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162864,"job_number":"JOB_162864","tr_customer_id":162881,"tr_customer_product_id":162871,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T05:20:26.000Z","modified_at":"2026-01-21T05:20:26.000Z","name":"Triston Osinski","mobile_number":"595-848-9196","email_id":"Eliseo_Hickle71@gmail.com","dop":"2025-04-06","serial_number":"11755708241821630","imei1":"11755708241821630","imei2":"11755708241821630","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T05:20:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162862,"job_number":"JOB_162862","tr_customer_id":162879,"tr_customer_product_id":162869,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T05:20:24.000Z","modified_at":"2026-01-21T05:20:24.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10059306646076","imei1":"10059306646076","imei2":"10059306646076","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T05:20:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162861,"job_number":"JOB_162861","tr_customer_id":162878,"tr_customer_product_id":162868,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T05:19:39.000Z","modified_at":"2026-01-21T05:19:39.000Z","name":"Garland Hand","mobile_number":"347-658-0732","email_id":"Carlos_Wiza77@yahoo.com","dop":"2025-04-06","serial_number":"13849560380824524","imei1":"13849560380824524","imei2":"13849560380824524","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T05:19:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162859,"job_number":"JOB_162859","tr_customer_id":162876,"tr_customer_product_id":162866,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T05:19:37.000Z","modified_at":"2026-01-21T05:19:37.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14761460006971","imei1":"14761460006971","imei2":"14761460006971","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T05:19:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162858,"job_number":"JOB_162858","tr_customer_id":162875,"tr_customer_product_id":162865,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T05:03:20.000Z","modified_at":"2026-01-21T05:03:20.000Z","name":"Jatin Sharma","mobile_number":"776767777","email_id":"jatin@gmail.com","dop":"2026-01-21","serial_number":"92676777712346","imei1":"92676777712346","imei2":"92676777712346","popurl":"2026-01-21T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T05:03:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162857,"job_number":"JOB_162857","tr_customer_id":162874,"tr_customer_product_id":162864,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T05:00:28.000Z","modified_at":"2026-01-21T05:00:28.000Z","name":"Willa Pfeffer","mobile_number":"295-237-9990","email_id":"Estrella_Pollich@gmail.com","dop":"2025-04-06","serial_number":"14493925578243076","imei1":"14493925578243076","imei2":"14493925578243076","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T05:00:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162855,"job_number":"JOB_162855","tr_customer_id":162872,"tr_customer_product_id":162862,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T05:00:12.000Z","modified_at":"2026-01-21T05:00:12.000Z","name":"Wendell Ernser","mobile_number":"256-853-1894","email_id":"Ken.Schamberger97@hotmail.com","dop":"2025-04-06","serial_number":"12745240162655110","imei1":"12745240162655110","imei2":"12745240162655110","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T05:00:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162853,"job_number":"JOB_162853","tr_customer_id":162870,"tr_customer_product_id":162860,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:57:12.000Z","modified_at":"2026-01-21T04:57:12.000Z","name":"Chetan Geddappanavar","mobile_number":"673-872-6513","email_id":"Meggie_Gislason85@hotmail.com","dop":"2025-08-24","serial_number":"12244764292989","imei1":"12244764292989","imei2":"12244764292989","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T04:57:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162852,"job_number":"JOB_162852","tr_customer_id":162869,"tr_customer_product_id":162859,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:57:09.000Z","modified_at":"2026-01-21T04:57:09.000Z","name":"Brooke Crooks","mobile_number":"595-830-0724","email_id":"Presley_Franecki@yahoo.com","dop":"2025-04-06","serial_number":"19050963534227388","imei1":"19050963534227388","imei2":"19050963534227388","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T04:57:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162850,"job_number":"JOB_162850","tr_customer_id":162867,"tr_customer_product_id":162857,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:56:23.000Z","modified_at":"2026-01-21T04:56:23.000Z","name":"Ahmad Kihn","mobile_number":"519-380-4195","email_id":"Rachael.Boyle@hotmail.com","dop":"2025-04-06","serial_number":"17642121278585800","imei1":"17642121278585800","imei2":"17642121278585800","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T04:56:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162848,"job_number":"JOB_162848","tr_customer_id":162865,"tr_customer_product_id":162855,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:55:36.000Z","modified_at":"2026-01-21T04:55:36.000Z","name":"Montana Reynolds","mobile_number":"587-763-9433","email_id":"Alexanne.Koch80@gmail.com","dop":"2025-04-06","serial_number":"19847587915432416","imei1":"19847587915432416","imei2":"19847587915432416","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T04:55:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162845,"job_number":"JOB_162845","tr_customer_id":162862,"tr_customer_product_id":162852,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:50:31.000Z","modified_at":"2026-01-21T04:50:31.000Z","name":"priyanka daurby","mobile_number":"8898776542","email_id":"pd@gmail.com","dop":"2025-07-01","serial_number":"100995434656144","imei1":"100995434656144","imei2":"100995434656144","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T04:50:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162843,"job_number":"JOB_162843","tr_customer_id":162860,"tr_customer_product_id":162850,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:50:17.000Z","modified_at":"2026-01-21T04:50:17.000Z","name":"yogita daurby","mobile_number":"8898776543","email_id":"yd@gmail.com","dop":"2025-07-01","serial_number":"101167349114917","imei1":"101167349114917","imei2":"101167349114917","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T04:50:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162842,"job_number":"JOB_162842","tr_customer_id":162859,"tr_customer_product_id":162849,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:47:00.000Z","modified_at":"2026-01-21T04:47:00.000Z","name":"Mossie Connelly","mobile_number":"616-407-7815","email_id":"Elisabeth96@gmail.com","dop":"2017-01-31","serial_number":"739678535239887","imei1":"739678535239887","imei2":"739678535239887","popurl":"2017-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T04:47:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162840,"job_number":"JOB_162840","tr_customer_id":162857,"tr_customer_product_id":162847,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:45:08.000Z","modified_at":"2026-01-21T04:45:08.000Z","name":"Nikko Johnston","mobile_number":"804-429-1603","email_id":"Kari.Dickens34@yahoo.com","dop":"2017-01-31","serial_number":"1058254950146316","imei1":"1058254950146316","imei2":"1058254950146316","popurl":"2017-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T04:45:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162838,"job_number":"JOB_162838","tr_customer_id":162855,"tr_customer_product_id":162845,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:41:18.000Z","modified_at":"2026-01-21T04:41:18.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-11","serial_number":"13635578883544","imei1":"13635578883544","imei2":"13635578883544","popurl":"2026-01-11T04:41:18.035988230Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T04:41:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162837,"job_number":"JOB_162837","tr_customer_id":162854,"tr_customer_product_id":162844,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:40:29.000Z","modified_at":"2026-01-21T04:40:29.000Z","name":"Brannon Marks","mobile_number":"235-942-1041","email_id":"Westley.Goodwin40@gmail.com","dop":"2025-04-06","serial_number":"18073471637033556","imei1":"18073471637033556","imei2":"18073471637033556","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T04:40:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162835,"job_number":"JOB_162835","tr_customer_id":162852,"tr_customer_product_id":162842,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:40:28.000Z","modified_at":"2026-01-21T04:40:28.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16942499500974","imei1":"16942499500974","imei2":"16942499500974","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T04:40:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162834,"job_number":"JOB_162834","tr_customer_id":162851,"tr_customer_product_id":162841,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:40:15.000Z","modified_at":"2026-01-21T04:40:15.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-11","serial_number":"60772735252404","imei1":"60772735252404","imei2":"60772735252404","popurl":"2026-01-11T04:40:15.084466934Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T04:40:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162833,"job_number":"JOB_162833","tr_customer_id":162850,"tr_customer_product_id":162840,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:39:46.000Z","modified_at":"2026-01-21T04:39:46.000Z","name":"Foster Schmidt","mobile_number":"775-835-5986","email_id":"Maureen48@hotmail.com","dop":"2025-04-06","serial_number":"11994992878266368","imei1":"11994992878266368","imei2":"11994992878266368","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T04:39:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162831,"job_number":"JOB_162831","tr_customer_id":162848,"tr_customer_product_id":162838,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:39:44.000Z","modified_at":"2026-01-21T04:39:44.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10993856536502","imei1":"10993856536502","imei2":"10993856536502","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T04:39:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162830,"job_number":"JOB_162830","tr_customer_id":162847,"tr_customer_product_id":162837,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:39:02.000Z","modified_at":"2026-01-21T04:39:02.000Z","name":"Alivia Emmerich","mobile_number":"563-603-1734","email_id":"Wilbert_Cormier57@hotmail.com","dop":"2025-04-06","serial_number":"15778016753437388","imei1":"15778016753437388","imei2":"15778016753437388","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T04:39:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162828,"job_number":"JOB_162828","tr_customer_id":162845,"tr_customer_product_id":162835,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:39:00.000Z","modified_at":"2026-01-21T04:39:00.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17316550199141","imei1":"17316550199141","imei2":"17316550199141","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T04:39:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162827,"job_number":"JOB_162827","tr_customer_id":162844,"tr_customer_product_id":162834,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:08:00.000Z","modified_at":"2026-01-21T04:08:00.000Z","name":"Stanton Sauer","mobile_number":"337-579-7312","email_id":"Dorthy.Zieme1@gmail.com","dop":"2025-04-06","serial_number":"16577893783068204","imei1":"16577893783068204","imei2":"16577893783068204","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T04:08:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162825,"job_number":"JOB_162825","tr_customer_id":162842,"tr_customer_product_id":162832,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:07:58.000Z","modified_at":"2026-01-21T04:07:58.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19064947813475","imei1":"19064947813475","imei2":"19064947813475","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T04:07:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162824,"job_number":"JOB_162824","tr_customer_id":162841,"tr_customer_product_id":162831,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:07:16.000Z","modified_at":"2026-01-21T04:07:16.000Z","name":"Charlotte Dooley","mobile_number":"983-851-3035","email_id":"Rhoda.Torp@yahoo.com","dop":"2025-04-06","serial_number":"11012622729466892","imei1":"11012622729466892","imei2":"11012622729466892","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T04:07:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162822,"job_number":"JOB_162822","tr_customer_id":162839,"tr_customer_product_id":162829,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:07:15.000Z","modified_at":"2026-01-21T04:07:15.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18424217280638","imei1":"18424217280638","imei2":"18424217280638","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T04:07:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162821,"job_number":"JOB_162821","tr_customer_id":162838,"tr_customer_product_id":162828,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:06:33.000Z","modified_at":"2026-01-21T04:06:33.000Z","name":"Mckayla Oberbrunner","mobile_number":"620-322-6848","email_id":"Dave_Vandervort@gmail.com","dop":"2025-04-06","serial_number":"11036850279112522","imei1":"11036850279112522","imei2":"11036850279112522","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T04:06:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162819,"job_number":"JOB_162819","tr_customer_id":162836,"tr_customer_product_id":162826,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:06:31.000Z","modified_at":"2026-01-21T04:06:31.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12550241698009","imei1":"12550241698009","imei2":"12550241698009","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T04:06:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162817,"job_number":"JOB_162817","tr_customer_id":162834,"tr_customer_product_id":162824,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:03:24.000Z","modified_at":"2026-01-21T04:03:24.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"92400582442182","imei1":"92400582442182","imei2":"92400582442182","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T04:03:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162816,"job_number":"JOB_162816","tr_customer_id":162833,"tr_customer_product_id":162823,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:03:24.000Z","modified_at":"2026-01-21T04:03:24.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"83076068922229","imei1":"83076068922229","imei2":"83076068922229","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T04:03:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162815,"job_number":"JOB_162815","tr_customer_id":162832,"tr_customer_product_id":162822,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:03:24.000Z","modified_at":"2026-01-21T04:03:24.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"62599705489607","imei1":"62599705489607","imei2":"62599705489607","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T04:03:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162814,"job_number":"JOB_162814","tr_customer_id":162831,"tr_customer_product_id":162821,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:03:24.000Z","modified_at":"2026-01-21T04:03:24.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"23348282558512","imei1":"23348282558512","imei2":"23348282558512","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T04:03:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162813,"job_number":"JOB_162813","tr_customer_id":162830,"tr_customer_product_id":162820,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:03:23.000Z","modified_at":"2026-01-21T04:03:23.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"39105353413892","imei1":"39105353413892","imei2":"39105353413892","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T04:03:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162812,"job_number":"JOB_162812","tr_customer_id":162829,"tr_customer_product_id":162819,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:03:23.000Z","modified_at":"2026-01-21T04:03:23.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"94669280931179","imei1":"94669280931179","imei2":"94669280931179","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T04:03:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162810,"job_number":"JOB_162810","tr_customer_id":162827,"tr_customer_product_id":162817,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:02:53.000Z","modified_at":"2026-01-21T04:02:53.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"24788023947892","imei1":"24788023947892","imei2":"24788023947892","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T04:02:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162809,"job_number":"JOB_162809","tr_customer_id":162826,"tr_customer_product_id":162816,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:02:53.000Z","modified_at":"2026-01-21T04:02:53.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"56707534009094","imei1":"56707534009094","imei2":"56707534009094","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T04:02:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162808,"job_number":"JOB_162808","tr_customer_id":162825,"tr_customer_product_id":162815,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:02:52.000Z","modified_at":"2026-01-21T04:02:52.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"95637399653888","imei1":"95637399653888","imei2":"95637399653888","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T04:02:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162807,"job_number":"JOB_162807","tr_customer_id":162824,"tr_customer_product_id":162814,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:02:52.000Z","modified_at":"2026-01-21T04:02:52.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"74989679870675","imei1":"74989679870675","imei2":"74989679870675","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T04:02:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162806,"job_number":"JOB_162806","tr_customer_id":162823,"tr_customer_product_id":162813,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:02:52.000Z","modified_at":"2026-01-21T04:02:52.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"60446853786935","imei1":"60446853786935","imei2":"60446853786935","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T04:02:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162805,"job_number":"JOB_162805","tr_customer_id":162822,"tr_customer_product_id":162812,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:02:51.000Z","modified_at":"2026-01-21T04:02:51.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"50445765328132","imei1":"50445765328132","imei2":"50445765328132","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T04:02:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162803,"job_number":"JOB_162803","tr_customer_id":162820,"tr_customer_product_id":162810,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:02:22.000Z","modified_at":"2026-01-21T04:02:22.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"45311273736729","imei1":"45311273736729","imei2":"45311273736729","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T04:02:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162802,"job_number":"JOB_162802","tr_customer_id":162819,"tr_customer_product_id":162809,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:02:21.000Z","modified_at":"2026-01-21T04:02:21.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"73986996826282","imei1":"73986996826282","imei2":"73986996826282","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T04:02:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162801,"job_number":"JOB_162801","tr_customer_id":162818,"tr_customer_product_id":162808,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:02:21.000Z","modified_at":"2026-01-21T04:02:21.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"50068933013358","imei1":"50068933013358","imei2":"50068933013358","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T04:02:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162800,"job_number":"JOB_162800","tr_customer_id":162817,"tr_customer_product_id":162807,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:02:21.000Z","modified_at":"2026-01-21T04:02:21.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"71948363623306","imei1":"71948363623306","imei2":"71948363623306","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T04:02:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162799,"job_number":"JOB_162799","tr_customer_id":162816,"tr_customer_product_id":162806,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:02:20.000Z","modified_at":"2026-01-21T04:02:20.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"55414069264048","imei1":"55414069264048","imei2":"55414069264048","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T04:02:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162798,"job_number":"JOB_162798","tr_customer_id":162815,"tr_customer_product_id":162805,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:02:20.000Z","modified_at":"2026-01-21T04:02:20.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"80838712330307","imei1":"80838712330307","imei2":"80838712330307","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T04:02:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162794,"job_number":"JOB_162794","tr_customer_id":162811,"tr_customer_product_id":162801,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:56:47.000Z","modified_at":"2026-01-21T03:56:47.000Z","name":"Jacklyn Stoltenberg","mobile_number":"634-352-8934","email_id":"Clinton.Spinka27@yahoo.com","dop":"2025-04-06","serial_number":"13277021174872950","imei1":"13277021174872950","imei2":"13277021174872950","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:56:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162792,"job_number":"JOB_162792","tr_customer_id":162809,"tr_customer_product_id":162799,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:56:45.000Z","modified_at":"2026-01-21T03:56:45.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16606243786958","imei1":"16606243786958","imei2":"16606243786958","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:56:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162791,"job_number":"JOB_162791","tr_customer_id":162808,"tr_customer_product_id":162798,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:56:19.000Z","modified_at":"2026-01-21T03:56:19.000Z","name":"Jeffry Bogisich","mobile_number":"829-281-8830","email_id":"Reece84@yahoo.com","dop":"2025-04-06","serial_number":"15965484185781696","imei1":"15965484185781696","imei2":"15965484185781696","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:56:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162789,"job_number":"JOB_162789","tr_customer_id":162806,"tr_customer_product_id":162796,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:56:17.000Z","modified_at":"2026-01-21T03:56:17.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19599990776764","imei1":"19599990776764","imei2":"19599990776764","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:56:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162784,"job_number":"JOB_162784","tr_customer_id":162801,"tr_customer_product_id":162791,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:56:10.000Z","modified_at":"2026-01-21T03:56:10.000Z","name":"Kyler Roberts","mobile_number":"340-271-7936","email_id":"Grant_Koepp99@yahoo.com","dop":"2025-04-06","serial_number":"17750172796145496","imei1":"17750172796145496","imei2":"17750172796145496","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:56:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162779,"job_number":"JOB_162779","tr_customer_id":162796,"tr_customer_product_id":162786,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:56:09.000Z","modified_at":"2026-01-21T03:56:09.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12066783186229","imei1":"12066783186229","imei2":"12066783186229","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:56:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162778,"job_number":"JOB_162778","tr_customer_id":162795,"tr_customer_product_id":162785,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:56:08.000Z","modified_at":"2026-01-21T03:56:08.000Z","name":"Lucius Kuhn","mobile_number":"774-412-4439","email_id":"Cali.Turner@yahoo.com","dop":"2025-04-06","serial_number":"14328470819751264","imei1":"14328470819751264","imei2":"14328470819751264","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:56:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162776,"job_number":"JOB_162776","tr_customer_id":162793,"tr_customer_product_id":162783,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:56:06.000Z","modified_at":"2026-01-21T03:56:06.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10479763847921","imei1":"10479763847921","imei2":"10479763847921","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:56:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162775,"job_number":"JOB_162775","tr_customer_id":162792,"tr_customer_product_id":162782,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:56:02.000Z","modified_at":"2026-01-21T03:56:02.000Z","name":"Abigale Carter","mobile_number":"354-937-5316","email_id":"Carmela12@gmail.com","dop":"2025-04-06","serial_number":"13516610622865430","imei1":"13516610622865430","imei2":"13516610622865430","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:56:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162774,"job_number":"JOB_162774","tr_customer_id":162791,"tr_customer_product_id":162781,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:56:02.000Z","modified_at":"2026-01-21T03:56:02.000Z","name":"Krystal Heller","mobile_number":"528-957-7180","email_id":"Milan54@hotmail.com","dop":"2025-04-06","serial_number":"12537508866891718","imei1":"12537508866891718","imei2":"12537508866891718","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:56:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162773,"job_number":"JOB_162773","tr_customer_id":162790,"tr_customer_product_id":162780,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:56:02.000Z","modified_at":"2026-01-21T03:56:02.000Z","name":"Juliana Okuneva","mobile_number":"628-729-8150","email_id":"Amparo_Weimann10@gmail.com","dop":"2025-04-06","serial_number":"17903724294886804","imei1":"17903724294886804","imei2":"17903724294886804","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:56:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162771,"job_number":"JOB_162771","tr_customer_id":162788,"tr_customer_product_id":162778,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:56:01.000Z","modified_at":"2026-01-21T03:56:01.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17374076242404","imei1":"17374076242404","imei2":"17374076242404","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:56:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162770,"job_number":"JOB_162770","tr_customer_id":162787,"tr_customer_product_id":162777,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:56:01.000Z","modified_at":"2026-01-21T03:56:01.000Z","name":"Edwin Goodwin","mobile_number":"760-412-4452","email_id":"Julianne_Wyman64@yahoo.com","dop":"2025-04-06","serial_number":"12699502674176330","imei1":"12699502674176330","imei2":"12699502674176330","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:56:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162767,"job_number":"JOB_162767","tr_customer_id":162784,"tr_customer_product_id":162774,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:56:00.000Z","modified_at":"2026-01-21T03:56:00.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14779615738914","imei1":"14779615738914","imei2":"14779615738914","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:56:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162766,"job_number":"JOB_162766","tr_customer_id":162783,"tr_customer_product_id":162773,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:56:00.000Z","modified_at":"2026-01-21T03:56:00.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14453385923313","imei1":"14453385923313","imei2":"14453385923313","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:56:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162765,"job_number":"JOB_162765","tr_customer_id":162782,"tr_customer_product_id":162772,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:59.000Z","modified_at":"2026-01-21T03:55:59.000Z","name":"Giuseppe Fisher","mobile_number":"530-379-4979","email_id":"Modesto50@hotmail.com","dop":"2025-04-06","serial_number":"16544458269880684","imei1":"16544458269880684","imei2":"16544458269880684","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:55:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162763,"job_number":"JOB_162763","tr_customer_id":162780,"tr_customer_product_id":162770,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:59.000Z","modified_at":"2026-01-21T03:55:59.000Z","name":"kajal t","mobile_number":"7045663551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17283779099052","imei1":"17283779099052","imei2":"17283779099052","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:55:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162761,"job_number":"JOB_162761","tr_customer_id":162778,"tr_customer_product_id":162768,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:58.000Z","modified_at":"2026-01-21T03:55:58.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19326406579411","imei1":"19326406579411","imei2":"19326406579411","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:55:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162757,"job_number":"JOB_162757","tr_customer_id":162774,"tr_customer_product_id":162764,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:53.000Z","modified_at":"2026-01-21T03:55:53.000Z","name":"Vinnie Brakus","mobile_number":"635-370-2185","email_id":"Haven60@yahoo.com","dop":"2025-04-06","serial_number":"17452921656048246","imei1":"17452921656048246","imei2":"17452921656048246","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:55:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162755,"job_number":"JOB_162755","tr_customer_id":162772,"tr_customer_product_id":162762,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:52.000Z","modified_at":"2026-01-21T03:55:52.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18260412890490","imei1":"18260412890490","imei2":"18260412890490","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:55:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162754,"job_number":"JOB_162754","tr_customer_id":162771,"tr_customer_product_id":162761,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:47.000Z","modified_at":"2026-01-21T03:55:47.000Z","name":"Myah Walsh","mobile_number":"960-976-4458","email_id":"Dameon.Kulas35@gmail.com","dop":"2025-04-06","serial_number":"15578533259914248","imei1":"15578533259914248","imei2":"15578533259914248","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:55:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162752,"job_number":"JOB_162752","tr_customer_id":162769,"tr_customer_product_id":162759,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:45.000Z","modified_at":"2026-01-21T03:55:45.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16744290961185","imei1":"16744290961185","imei2":"16744290961185","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:55:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162748,"job_number":"JOB_162748","tr_customer_id":162765,"tr_customer_product_id":162755,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:35.000Z","modified_at":"2026-01-21T03:55:35.000Z","name":"Ashleigh Nitzsche","mobile_number":"675-280-9374","email_id":"Leonel82@hotmail.com","dop":"2025-04-06","serial_number":"10058957527885084","imei1":"10058957527885084","imei2":"10058957527885084","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:55:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162746,"job_number":"JOB_162746","tr_customer_id":162763,"tr_customer_product_id":162753,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:33.000Z","modified_at":"2026-01-21T03:55:33.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13310685423157","imei1":"13310685423157","imei2":"13310685423157","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:55:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162745,"job_number":"JOB_162745","tr_customer_id":162762,"tr_customer_product_id":162752,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:30.000Z","modified_at":"2026-01-21T03:55:30.000Z","name":"Idella Zemlak","mobile_number":"491-752-7466","email_id":"Hassie_Mueller@yahoo.com","dop":"2025-04-06","serial_number":"17542975757967354","imei1":"17542975757967354","imei2":"17542975757967354","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:55:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162743,"job_number":"JOB_162743","tr_customer_id":162760,"tr_customer_product_id":162750,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:29.000Z","modified_at":"2026-01-21T03:55:29.000Z","name":"Radha Jain","mobile_number":"12345678979","email_id":"test@2","dop":"2025-04-06","serial_number":"16605871831746","imei1":"16605871831746","imei2":"16605871831746","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:55:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162739,"job_number":"JOB_162739","tr_customer_id":162756,"tr_customer_product_id":162746,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:25.000Z","modified_at":"2026-01-21T03:55:25.000Z","name":"Alysa Ankunding","mobile_number":"555-633-6084","email_id":"Marvin.Mitchell2@gmail.com","dop":"2025-04-06","serial_number":"11954194196572000","imei1":"11954194196572000","imei2":"11954194196572000","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:55:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162738,"job_number":"JOB_162738","tr_customer_id":162755,"tr_customer_product_id":162745,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:24.000Z","modified_at":"2026-01-21T03:55:24.000Z","name":"Horace Conn","mobile_number":"524-394-5808","email_id":"Olga50@yahoo.com","dop":"2025-04-06","serial_number":"12338394019060760","imei1":"12338394019060760","imei2":"12338394019060760","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:55:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162736,"job_number":"JOB_162736","tr_customer_id":162753,"tr_customer_product_id":162743,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:23.000Z","modified_at":"2026-01-21T03:55:23.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14105833084369","imei1":"14105833084369","imei2":"14105833084369","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:55:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162734,"job_number":"JOB_162734","tr_customer_id":162751,"tr_customer_product_id":162741,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:22.000Z","modified_at":"2026-01-21T03:55:22.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12474517585034","imei1":"12474517585034","imei2":"12474517585034","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:55:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162733,"job_number":"JOB_162733","tr_customer_id":162750,"tr_customer_product_id":162740,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:20.000Z","modified_at":"2026-01-21T03:55:20.000Z","name":"Kariane Waelchi","mobile_number":"731-722-6457","email_id":"Kobe.Schuppe@gmail.com","dop":"2025-04-06","serial_number":"17205118757755736","imei1":"17205118757755736","imei2":"17205118757755736","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:55:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162732,"job_number":"JOB_162732","tr_customer_id":162749,"tr_customer_product_id":162739,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:20.000Z","modified_at":"2026-01-21T03:55:20.000Z","name":"Gail Collins","mobile_number":"364-438-0262","email_id":"Jermain_Roob43@yahoo.com","dop":"2025-04-06","serial_number":"14914142965215024","imei1":"14914142965215024","imei2":"14914142965215024","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:55:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162729,"job_number":"JOB_162729","tr_customer_id":162746,"tr_customer_product_id":162736,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:19.000Z","modified_at":"2026-01-21T03:55:19.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11465123849035","imei1":"11465123849035","imei2":"11465123849035","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:55:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162728,"job_number":"JOB_162728","tr_customer_id":162745,"tr_customer_product_id":162735,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:19.000Z","modified_at":"2026-01-21T03:55:19.000Z","name":"Brooke Olson","mobile_number":"630-497-7590","email_id":"Lou_Wisozk@yahoo.com","dop":"2025-04-06","serial_number":"11184939878167142","imei1":"11184939878167142","imei2":"11184939878167142","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:55:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162727,"job_number":"JOB_162727","tr_customer_id":162744,"tr_customer_product_id":162734,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:18.000Z","modified_at":"2026-01-21T03:55:18.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19285335277024","imei1":"19285335277024","imei2":"19285335277024","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:55:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162726,"job_number":"JOB_162726","tr_customer_id":162743,"tr_customer_product_id":162733,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:18.000Z","modified_at":"2026-01-21T03:55:18.000Z","name":"Theresa Orn","mobile_number":"854-615-0275","email_id":"Annette54@yahoo.com","dop":"2025-04-06","serial_number":"12047082356178284","imei1":"12047082356178284","imei2":"12047082356178284","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:55:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162724,"job_number":"JOB_162724","tr_customer_id":162741,"tr_customer_product_id":162731,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:17.000Z","modified_at":"2026-01-21T03:55:17.000Z","name":"uday p","mobile_number":"9321453112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17954307958064","imei1":"17954307958064","imei2":"17954307958064","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:55:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162722,"job_number":"JOB_162722","tr_customer_id":162739,"tr_customer_product_id":162729,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:17.000Z","modified_at":"2026-01-21T03:55:17.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10431646362720","imei1":"10431646362720","imei2":"10431646362720","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:55:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162721,"job_number":"JOB_162721","tr_customer_id":162738,"tr_customer_product_id":162728,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:16.000Z","modified_at":"2026-01-21T03:55:16.000Z","name":"Lourdes Nitzsche","mobile_number":"381-377-0924","email_id":"Rosa_Beahan0@hotmail.com","dop":"2025-04-06","serial_number":"14459349065420912","imei1":"14459349065420912","imei2":"14459349065420912","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:55:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162719,"job_number":"JOB_162719","tr_customer_id":162736,"tr_customer_product_id":162726,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:14.000Z","modified_at":"2026-01-21T03:55:14.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12215665241206","imei1":"12215665241206","imei2":"12215665241206","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:55:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162718,"job_number":"JOB_162718","tr_customer_id":162735,"tr_customer_product_id":162725,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:13.000Z","modified_at":"2026-01-21T03:55:13.000Z","name":"Eli Sauer","mobile_number":"579-477-4482","email_id":"Evangeline.Pfeffer@yahoo.com","dop":"2025-04-06","serial_number":"17459648709512868","imei1":"17459648709512868","imei2":"17459648709512868","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:55:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162717,"job_number":"JOB_162717","tr_customer_id":162734,"tr_customer_product_id":162724,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:12.000Z","modified_at":"2026-01-21T03:55:12.000Z","name":"Marian Lesch","mobile_number":"820-909-5565","email_id":"Antonette69@yahoo.com","dop":"2025-04-06","serial_number":"15974529322278268","imei1":"15974529322278268","imei2":"15974529322278268","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:55:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162715,"job_number":"JOB_162715","tr_customer_id":162732,"tr_customer_product_id":162722,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:11.000Z","modified_at":"2026-01-21T03:55:11.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18104718223469","imei1":"18104718223469","imei2":"18104718223469","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:55:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162713,"job_number":"JOB_162713","tr_customer_id":162730,"tr_customer_product_id":162720,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:10.000Z","modified_at":"2026-01-21T03:55:10.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18612558739407","imei1":"18612558739407","imei2":"18612558739407","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:55:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162712,"job_number":"JOB_162712","tr_customer_id":162729,"tr_customer_product_id":162719,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:10.000Z","modified_at":"2026-01-21T03:55:10.000Z","name":"Rick Monahan","mobile_number":"270-337-8951","email_id":"Robb_Kuvalis10@gmail.com","dop":"2025-04-06","serial_number":"19404147400035508","imei1":"19404147400035508","imei2":"19404147400035508","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:55:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162710,"job_number":"JOB_162710","tr_customer_id":162727,"tr_customer_product_id":162717,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:08.000Z","modified_at":"2026-01-21T03:55:08.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19693571304256","imei1":"19693571304256","imei2":"19693571304256","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:55:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162709,"job_number":"JOB_162709","tr_customer_id":162726,"tr_customer_product_id":162716,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:00.000Z","modified_at":"2026-01-21T03:55:00.000Z","name":"Mazie Towne","mobile_number":"411-358-1066","email_id":"Thomas77@gmail.com","dop":"2025-04-06","serial_number":"10660904358040404","imei1":"10660904358040404","imei2":"10660904358040404","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:55:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162707,"job_number":"JOB_162707","tr_customer_id":162724,"tr_customer_product_id":162714,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:59.000Z","modified_at":"2026-01-21T03:54:59.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12819376050191","imei1":"12819376050191","imei2":"12819376050191","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162706,"job_number":"JOB_162706","tr_customer_id":162723,"tr_customer_product_id":162713,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:51.000Z","modified_at":"2026-01-21T03:54:51.000Z","name":"Hassan West","mobile_number":"663-898-0888","email_id":"Lavada82@yahoo.com","dop":"2025-04-06","serial_number":"14433541135182342","imei1":"14433541135182342","imei2":"14433541135182342","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162700,"job_number":"JOB_162700","tr_customer_id":162717,"tr_customer_product_id":162707,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:50.000Z","modified_at":"2026-01-21T03:54:50.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11598172322500","imei1":"11598172322500","imei2":"11598172322500","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162699,"job_number":"JOB_162699","tr_customer_id":162716,"tr_customer_product_id":162706,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:47.000Z","modified_at":"2026-01-21T03:54:47.000Z","name":"Betty Durgan","mobile_number":"297-879-6183","email_id":"Kasandra63@gmail.com","dop":"2025-04-06","serial_number":"11961754946158752","imei1":"11961754946158752","imei2":"11961754946158752","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162697,"job_number":"JOB_162697","tr_customer_id":162714,"tr_customer_product_id":162704,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:45.000Z","modified_at":"2026-01-21T03:54:45.000Z","name":"Rita Gupta","mobile_number":"12345678978","email_id":"test@1","dop":"2025-04-06","serial_number":"14617980334931","imei1":"14617980334931","imei2":"14617980334931","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162695,"job_number":"JOB_162695","tr_customer_id":162712,"tr_customer_product_id":162702,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:43.000Z","modified_at":"2026-01-21T03:54:43.000Z","name":"Zane Wunsch","mobile_number":"480-306-9599","email_id":"Carmine_Swift@hotmail.com","dop":"2025-04-06","serial_number":"13005074319123836","imei1":"13005074319123836","imei2":"13005074319123836","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162693,"job_number":"JOB_162693","tr_customer_id":162710,"tr_customer_product_id":162700,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:41.000Z","modified_at":"2026-01-21T03:54:41.000Z","name":"Uday D","mobile_number":"9405167371","email_id":"dmandlik923454@gmail.com","dop":"2025-04-06","serial_number":"10472085389825","imei1":"10472085389825","imei2":"10472085389825","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162691,"job_number":"JOB_162691","tr_customer_id":162708,"tr_customer_product_id":162698,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:40.000Z","modified_at":"2026-01-21T03:54:40.000Z","name":"Jaycee Wiegand","mobile_number":"277-726-4638","email_id":"Rickey.McCullough@hotmail.com","dop":"2025-04-06","serial_number":"17949274473728028","imei1":"17949274473728028","imei2":"17949274473728028","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162690,"job_number":"JOB_162690","tr_customer_id":162707,"tr_customer_product_id":162697,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:40.000Z","modified_at":"2026-01-21T03:54:40.000Z","name":"Imelda Schumm","mobile_number":"295-804-4689","email_id":"Jacquelyn.Breitenberg17@gmail.com","dop":"2025-04-06","serial_number":"11654181013335758","imei1":"11654181013335758","imei2":"11654181013335758","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162685,"job_number":"JOB_162685","tr_customer_id":162702,"tr_customer_product_id":162692,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:39.000Z","modified_at":"2026-01-21T03:54:39.000Z","name":"Imelda Wunsch","mobile_number":"835-671-9329","email_id":"Rosamond83@hotmail.com","dop":"2025-04-06","serial_number":"17183608022188176","imei1":"17183608022188176","imei2":"17183608022188176","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162682,"job_number":"JOB_162682","tr_customer_id":162699,"tr_customer_product_id":162689,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:38.000Z","modified_at":"2026-01-21T03:54:38.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12062986808027","imei1":"12062986808027","imei2":"12062986808027","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162679,"job_number":"JOB_162679","tr_customer_id":162696,"tr_customer_product_id":162686,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:38.000Z","modified_at":"2026-01-21T03:54:38.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17591036684314","imei1":"17591036684314","imei2":"17591036684314","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162677,"job_number":"JOB_162677","tr_customer_id":162694,"tr_customer_product_id":162684,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:37.000Z","modified_at":"2026-01-21T03:54:37.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16159543790134","imei1":"16159543790134","imei2":"16159543790134","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162676,"job_number":"JOB_162676","tr_customer_id":162693,"tr_customer_product_id":162683,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:37.000Z","modified_at":"2026-01-21T03:54:37.000Z","name":"Sidney Gulgowski","mobile_number":"594-699-2192","email_id":"Scottie.Mertz@hotmail.com","dop":"2025-04-06","serial_number":"10585079893058744","imei1":"10585079893058744","imei2":"10585079893058744","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162675,"job_number":"JOB_162675","tr_customer_id":162692,"tr_customer_product_id":162682,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:36.000Z","modified_at":"2026-01-21T03:54:36.000Z","name":"Nathaniel Christiansen","mobile_number":"931-509-6360","email_id":"Kennedy_Roob22@gmail.com","dop":"2025-04-06","serial_number":"18531806963616636","imei1":"18531806963616636","imei2":"18531806963616636","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162671,"job_number":"JOB_162671","tr_customer_id":162688,"tr_customer_product_id":162678,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:35.000Z","modified_at":"2026-01-21T03:54:35.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19473862542889","imei1":"19473862542889","imei2":"19473862542889","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162670,"job_number":"JOB_162670","tr_customer_id":162687,"tr_customer_product_id":162677,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:35.000Z","modified_at":"2026-01-21T03:54:35.000Z","name":"jatin sharma","mobile_number":"7045663552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14331917249370","imei1":"14331917249370","imei2":"14331917249370","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162668,"job_number":"JOB_162668","tr_customer_id":162685,"tr_customer_product_id":162675,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:33.000Z","modified_at":"2026-01-21T03:54:33.000Z","name":"Rahul Greenholt","mobile_number":"935-411-4659","email_id":"Herminio_Kessler64@gmail.com","dop":"2025-05-30","serial_number":"1842208524031168","imei1":"1842208524031168","imei2":"1842208524031168","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162667,"job_number":"JOB_162667","tr_customer_id":162684,"tr_customer_product_id":162674,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:31.000Z","modified_at":"2026-01-21T03:54:31.000Z","name":"Ally Satterfield","mobile_number":"357-510-7177","email_id":"Ford2@yahoo.com","dop":"2025-05-30","serial_number":"15356519984057","imei1":"15356519984057","imei2":"15356519984057","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162665,"job_number":"JOB_162665","tr_customer_id":162682,"tr_customer_product_id":162672,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:30.000Z","modified_at":"2026-01-21T03:54:30.000Z","name":"Arlo Kris","mobile_number":"277-449-1565","email_id":"Romaine.Wuckert93@yahoo.com","dop":"2025-04-06","serial_number":"11693425988122226","imei1":"11693425988122226","imei2":"11693425988122226","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162663,"job_number":"JOB_162663","tr_customer_id":162680,"tr_customer_product_id":162670,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:28.000Z","modified_at":"2026-01-21T03:54:28.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12251968929478","imei1":"12251968929478","imei2":"12251968929478","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162662,"job_number":"JOB_162662","tr_customer_id":162679,"tr_customer_product_id":162669,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:27.000Z","modified_at":"2026-01-21T03:54:27.000Z","name":"Pablo DuBuque","mobile_number":"793-312-8727","email_id":"Maya16@yahoo.com","dop":"2025-04-06","serial_number":"14683523743272888","imei1":"14683523743272888","imei2":"14683523743272888","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162661,"job_number":"JOB_162661","tr_customer_id":162678,"tr_customer_product_id":162668,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:26.000Z","modified_at":"2026-01-21T03:54:26.000Z","name":"Beaulah Simonis","mobile_number":"204-656-2894","email_id":"Domingo8@hotmail.com","dop":"2025-04-06","serial_number":"17432839441483412","imei1":"17432839441483412","imei2":"17432839441483412","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162660,"job_number":"JOB_162660","tr_customer_id":162677,"tr_customer_product_id":162667,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:26.000Z","modified_at":"2026-01-21T03:54:26.000Z","name":"Katrina Roberts","mobile_number":"822-859-7295","email_id":"Asia_Bins@hotmail.com","dop":"2025-04-06","serial_number":"10631193522869558","imei1":"10631193522869558","imei2":"10631193522869558","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162657,"job_number":"JOB_162657","tr_customer_id":162674,"tr_customer_product_id":162664,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:25.000Z","modified_at":"2026-01-21T03:54:25.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14750896796796","imei1":"14750896796796","imei2":"14750896796796","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162654,"job_number":"JOB_162654","tr_customer_id":162671,"tr_customer_product_id":162661,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:25.000Z","modified_at":"2026-01-21T03:54:25.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19435443486077","imei1":"19435443486077","imei2":"19435443486077","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162653,"job_number":"JOB_162653","tr_customer_id":162670,"tr_customer_product_id":162660,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:24.000Z","modified_at":"2026-01-21T03:54:24.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19728822802727","imei1":"19728822802727","imei2":"19728822802727","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162651,"job_number":"JOB_162651","tr_customer_id":162668,"tr_customer_product_id":162658,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:22.000Z","modified_at":"2026-01-21T03:54:22.000Z","name":"Ottilie Schumm","mobile_number":"556-225-3098","email_id":"Eve_Mayert@yahoo.com","dop":"2025-04-06","serial_number":"10043714224930806","imei1":"10043714224930806","imei2":"10043714224930806","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162650,"job_number":"JOB_162650","tr_customer_id":162667,"tr_customer_product_id":162657,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:21.000Z","modified_at":"2026-01-21T03:54:21.000Z","name":"Judah Sanford","mobile_number":"884-293-2118","email_id":"Hettie.Cormier36@hotmail.com","dop":"2025-06-18","serial_number":"1027025340922719","imei1":"1027025340922719","imei2":"1027025340922719","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162647,"job_number":"JOB_162647","tr_customer_id":162664,"tr_customer_product_id":162654,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:20.000Z","modified_at":"2026-01-21T03:54:20.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10752618983109","imei1":"10752618983109","imei2":"10752618983109","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162646,"job_number":"JOB_162646","tr_customer_id":162663,"tr_customer_product_id":162653,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:15.000Z","modified_at":"2026-01-21T03:54:15.000Z","name":"Eda Pagac","mobile_number":"934-720-6863","email_id":"Rafaela.Haag34@yahoo.com","dop":"2025-04-06","serial_number":"15390323679788892","imei1":"15390323679788892","imei2":"15390323679788892","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162644,"job_number":"JOB_162644","tr_customer_id":162661,"tr_customer_product_id":162651,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:13.000Z","modified_at":"2026-01-21T03:54:13.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15397658553317","imei1":"15397658553317","imei2":"15397658553317","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162641,"job_number":"JOB_162641","tr_customer_id":162658,"tr_customer_product_id":162648,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:08.000Z","modified_at":"2026-01-21T03:54:08.000Z","name":"Issac Luettgen","mobile_number":"745-358-5630","email_id":"Bernita_Beahan45@hotmail.com","dop":"2025-04-06","serial_number":"19306903525320280","imei1":"19306903525320280","imei2":"19306903525320280","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162639,"job_number":"JOB_162639","tr_customer_id":162656,"tr_customer_product_id":162646,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:00.000Z","modified_at":"2026-01-21T03:54:00.000Z","name":"Buddy Botsford","mobile_number":"282-524-7506","email_id":"Jesse43@gmail.com","dop":"2025-04-06","serial_number":"17518805026091808","imei1":"17518805026091808","imei2":"17518805026091808","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162637,"job_number":"JOB_162637","tr_customer_id":162654,"tr_customer_product_id":162644,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:53:59.000Z","modified_at":"2026-01-21T03:53:59.000Z","name":"D M","mobile_number":"9405167371","email_id":"dmandlik92345@gmail.com","dop":"2025-04-06","serial_number":"16959601556511","imei1":"16959601556511","imei2":"16959601556511","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:53:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162636,"job_number":"JOB_162636","tr_customer_id":162653,"tr_customer_product_id":162643,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:53:54.000Z","modified_at":"2026-01-21T03:53:54.000Z","name":"Edd Bailey","mobile_number":"754-571-6777","email_id":"Uriel_OReilly@gmail.com","dop":"2025-04-06","serial_number":"12138392590815666","imei1":"12138392590815666","imei2":"12138392590815666","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:53:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162634,"job_number":"JOB_162634","tr_customer_id":162651,"tr_customer_product_id":162641,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:53:52.000Z","modified_at":"2026-01-21T03:53:52.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18349304720762","imei1":"18349304720762","imei2":"18349304720762","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:53:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162633,"job_number":"JOB_162633","tr_customer_id":162650,"tr_customer_product_id":162640,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:53:48.000Z","modified_at":"2026-01-21T03:53:48.000Z","name":"Leland Mitchell","mobile_number":"610-411-4350","email_id":"Shayna.Kuvalis@hotmail.com","dop":"2025-04-06","serial_number":"16534113069734780","imei1":"16534113069734780","imei2":"16534113069734780","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:53:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162631,"job_number":"JOB_162631","tr_customer_id":162648,"tr_customer_product_id":162638,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:53:41.000Z","modified_at":"2026-01-21T03:53:41.000Z","name":"Dennis McClure","mobile_number":"473-518-3893","email_id":"Favian.Baumbach@yahoo.com","dop":"2025-04-06","serial_number":"11672018648706232","imei1":"11672018648706232","imei2":"11672018648706232","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:53:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162629,"job_number":"JOB_162629","tr_customer_id":162646,"tr_customer_product_id":162636,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:53:39.000Z","modified_at":"2026-01-21T03:53:39.000Z","name":"Arlie Treutel","mobile_number":"604-903-8259","email_id":"Kenya.Swaniawski74@gmail.com","dop":"2025-06-18","serial_number":"1080106078253185","imei1":"1080106078253185","imei2":"1080106078253185","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:53:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162628,"job_number":"JOB_162628","tr_customer_id":162645,"tr_customer_product_id":162635,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:53:39.000Z","modified_at":"2026-01-21T03:53:39.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14399582480480","imei1":"14399582480480","imei2":"14399582480480","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:53:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162626,"job_number":"JOB_162626","tr_customer_id":162643,"tr_customer_product_id":162633,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:53:38.000Z","modified_at":"2026-01-21T03:53:38.000Z","name":"Marian West","mobile_number":"660-828-7789","email_id":"Osvaldo.Nolan28@yahoo.com","dop":"2025-04-06","serial_number":"16451017225734406","imei1":"16451017225734406","imei2":"16451017225734406","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:53:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162625,"job_number":"JOB_162625","tr_customer_id":162642,"tr_customer_product_id":162632,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:53:38.000Z","modified_at":"2026-01-21T03:53:38.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10788517097240","imei1":"10788517097240","imei2":"10788517097240","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:53:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162623,"job_number":"JOB_162623","tr_customer_id":162640,"tr_customer_product_id":162630,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:53:29.000Z","modified_at":"2026-01-21T03:53:29.000Z","name":"Alice Shields","mobile_number":"797-885-8513","email_id":"Kenneth.Abbott@hotmail.com","dop":"2025-04-06","serial_number":"12193303622992512","imei1":"12193303622992512","imei2":"12193303622992512","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:53:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162620,"job_number":"JOB_162620","tr_customer_id":162637,"tr_customer_product_id":162627,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:53:22.000Z","modified_at":"2026-01-21T03:53:22.000Z","name":"Donnell Hilll","mobile_number":"425-402-9199","email_id":"Elissa23@gmail.com","dop":"2025-04-06","serial_number":"12546921181361340","imei1":"12546921181361340","imei2":"12546921181361340","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:53:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162618,"job_number":"JOB_162618","tr_customer_id":162635,"tr_customer_product_id":162625,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:53:18.000Z","modified_at":"2026-01-21T03:53:18.000Z","name":"Marshall Koss","mobile_number":"501-318-7028","email_id":"Marvin37@hotmail.com","dop":"2025-04-06","serial_number":"15012338366390536","imei1":"15012338366390536","imei2":"15012338366390536","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:53:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162616,"job_number":"JOB_162616","tr_customer_id":162633,"tr_customer_product_id":162623,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:53:17.000Z","modified_at":"2026-01-21T03:53:17.000Z","name":"Dhananjay Mandlik","mobile_number":"9405167371","email_id":"dmandlik92@gmail.com","dop":"2025-04-06","serial_number":"18290475511432","imei1":"18290475511432","imei2":"18290475511432","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:53:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162614,"job_number":"JOB_162614","tr_customer_id":162631,"tr_customer_product_id":162621,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:48:34.000Z","modified_at":"2026-01-21T03:48:34.000Z","name":"Esther Parker","mobile_number":"834-642-0901","email_id":"Jules.Schinner19@hotmail.com","dop":"2025-04-06","serial_number":"16313148066048748","imei1":"16313148066048748","imei2":"16313148066048748","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:48:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162612,"job_number":"JOB_162612","tr_customer_id":162629,"tr_customer_product_id":162619,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:48:32.000Z","modified_at":"2026-01-21T03:48:32.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17848277089381","imei1":"17848277089381","imei2":"17848277089381","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:48:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162611,"job_number":"JOB_162611","tr_customer_id":162628,"tr_customer_product_id":162618,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:47:54.000Z","modified_at":"2026-01-21T03:47:54.000Z","name":"Bertha Bins","mobile_number":"880-586-2742","email_id":"Althea85@gmail.com","dop":"2025-04-06","serial_number":"19804275476949320","imei1":"19804275476949320","imei2":"19804275476949320","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:47:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162609,"job_number":"JOB_162609","tr_customer_id":162626,"tr_customer_product_id":162616,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:47:52.000Z","modified_at":"2026-01-21T03:47:52.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"15963298373361","imei1":"15963298373361","imei2":"15963298373361","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:47:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162608,"job_number":"JOB_162608","tr_customer_id":162625,"tr_customer_product_id":162615,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:47:14.000Z","modified_at":"2026-01-21T03:47:14.000Z","name":"Madelyn Farrell","mobile_number":"428-445-3992","email_id":"Angus50@hotmail.com","dop":"2025-04-06","serial_number":"16746191132438830","imei1":"16746191132438830","imei2":"16746191132438830","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:47:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162606,"job_number":"JOB_162606","tr_customer_id":162623,"tr_customer_product_id":162613,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:47:12.000Z","modified_at":"2026-01-21T03:47:12.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13058901590552","imei1":"13058901590552","imei2":"13058901590552","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:47:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162601,"job_number":"JOB_162601","tr_customer_id":162618,"tr_customer_product_id":162608,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T02:59:52.000Z","modified_at":"2026-01-21T06:12:37.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14703153286275","imei1":"14703153286275","imei2":"14703153286275","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":3,"assigned_on":"2026-01-21T06:12:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162597,"job_number":"JOB_162597","tr_customer_id":162614,"tr_customer_product_id":162604,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T02:58:20.000Z","modified_at":"2026-01-21T02:58:20.000Z","name":"Elva Koss","mobile_number":"316-617-1422","email_id":"Delphia_Welch19@yahoo.com","dop":"2025-04-06","serial_number":"16740242445612904","imei1":"16740242445612904","imei2":"16740242445612904","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T02:58:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162595,"job_number":"JOB_162595","tr_customer_id":162612,"tr_customer_product_id":162602,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T02:58:18.000Z","modified_at":"2026-01-21T02:58:18.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14346605803933","imei1":"14346605803933","imei2":"14346605803933","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T02:58:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162588,"job_number":"JOB_162588","tr_customer_id":162605,"tr_customer_product_id":162595,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T02:24:34.000Z","modified_at":"2026-01-21T02:24:34.000Z","name":"Divya Rai","mobile_number":"7001829202","email_id":"testemail@gmail.com","dop":"2025-12-04","serial_number":"23451113430770109","imei1":"23451113430770109","imei2":"23451113430770109","popurl":"2025-12-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T02:24:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162586,"job_number":"JOB_162586","tr_customer_id":162603,"tr_customer_product_id":162593,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T01:29:13.000Z","modified_at":"2026-01-21T01:29:13.000Z","name":"Dnyan Ubale","mobile_number":"7878787878","email_id":"xyz@gmail.com","dop":"2026-01-11","serial_number":"11794514993682","imei1":"18904414473682","imei2":"130779079163742","popurl":"2026-01-11T01:29:05.036385171Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T01:29:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162585,"job_number":"JOB_162585","tr_customer_id":162602,"tr_customer_product_id":162592,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T01:16:15.000Z","modified_at":"2026-01-21T01:16:15.000Z","name":"Jewell Hammes","mobile_number":"282-657-9437","email_id":"Zita_Haag@yahoo.com","dop":"2025-04-06","serial_number":"15699477022877","imei1":"15699477022877","imei2":"15699477022877","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T01:16:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162584,"job_number":"JOB_162584","tr_customer_id":162601,"tr_customer_product_id":162591,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T23:43:46.000Z","modified_at":"2026-01-20T23:43:46.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2026-01-10","serial_number":"79946591955889","imei1":"79946591955889","imei2":"79946591955889","popurl":"2026-01-10T23:43:45.940208174Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T23:43:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162583,"job_number":"JOB_162583","tr_customer_id":162600,"tr_customer_product_id":162590,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T23:41:21.000Z","modified_at":"2026-01-20T23:41:21.000Z","name":"Chaturbhuj Mahajan","mobile_number":"7026991834","email_id":"shobhana.dutta@yahoo.co.in","dop":"2026-01-10","serial_number":"224794184197133","imei1":"224794184197133","imei2":"224794184197133","popurl":"www.trilokanath-kakkar.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T23:41:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162582,"job_number":"JOB_162582","tr_customer_id":162599,"tr_customer_product_id":162589,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T23:41:20.000Z","modified_at":"2026-01-20T23:41:20.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2026-01-10","serial_number":"18836592954988","imei1":"18836592954988","imei2":"18836592954988","popurl":"2026-01-10T23:41:19.946927849Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T23:41:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162581,"job_number":"JOB_162581","tr_customer_id":162598,"tr_customer_product_id":162588,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T20:40:30.000Z","modified_at":"2026-01-20T20:40:30.000Z","name":"Princess Miller","mobile_number":"502-632-4620","email_id":"Bettie1@hotmail.com","dop":"2025-04-06","serial_number":"14278450739459654","imei1":"14278450739459654","imei2":"14278450739459654","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T20:40:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162579,"job_number":"JOB_162579","tr_customer_id":162596,"tr_customer_product_id":162586,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T20:40:29.000Z","modified_at":"2026-01-20T20:40:29.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16116783914589","imei1":"16116783914589","imei2":"16116783914589","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T20:40:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162578,"job_number":"JOB_162578","tr_customer_id":162595,"tr_customer_product_id":162585,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T20:39:50.000Z","modified_at":"2026-01-20T20:39:50.000Z","name":"Orville Schuster","mobile_number":"425-446-1916","email_id":"Nakia_DuBuque@gmail.com","dop":"2025-04-06","serial_number":"13476479898069586","imei1":"13476479898069586","imei2":"13476479898069586","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T20:39:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162576,"job_number":"JOB_162576","tr_customer_id":162593,"tr_customer_product_id":162583,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T20:39:48.000Z","modified_at":"2026-01-20T20:39:48.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14242279873716","imei1":"14242279873716","imei2":"14242279873716","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T20:39:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162575,"job_number":"JOB_162575","tr_customer_id":162592,"tr_customer_product_id":162582,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T20:39:10.000Z","modified_at":"2026-01-20T20:39:10.000Z","name":"Nash VonRueden","mobile_number":"616-440-1488","email_id":"Giovani62@hotmail.com","dop":"2025-04-06","serial_number":"14955966540965402","imei1":"14955966540965402","imei2":"14955966540965402","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T20:39:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162573,"job_number":"JOB_162573","tr_customer_id":162590,"tr_customer_product_id":162580,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T20:39:08.000Z","modified_at":"2026-01-20T20:39:08.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12095869755675","imei1":"12095869755675","imei2":"12095869755675","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T20:39:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163014,"job_number":"JOB_163014","tr_customer_id":163031,"tr_customer_product_id":163021,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T07:47:49.000Z","modified_at":"2026-01-21T07:47:49.000Z","name":"Felix Weissnat","mobile_number":"829-211-4642","email_id":"Edgar.Windler@yahoo.com","dop":"2025-11-04","serial_number":"11370373346390","imei1":"11370373346390","imei2":"11370373346390","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T07:47:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163009,"job_number":"JOB_163009","tr_customer_id":163026,"tr_customer_product_id":163016,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T07:36:56.000Z","modified_at":"2026-01-21T07:36:56.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Brisa_Weissnat99@yahoo.com","dop":"2025-07-02","serial_number":"16207931644445","imei1":"16207931644445","imei2":"16207931644445","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T07:36:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163008,"job_number":"JOB_163008","tr_customer_id":163025,"tr_customer_product_id":163015,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T07:36:37.000Z","modified_at":"2026-01-21T07:36:37.000Z","name":"Rahul goswami","mobile_number":"8767656543","email_id":"Mckenzie_Schoen@hotmail.com","dop":"2025-07-02","serial_number":"13718010959776","imei1":"13718010959776","imei2":"13718010959776","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T07:36:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163007,"job_number":"JOB_163007","tr_customer_id":163024,"tr_customer_product_id":163014,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T07:36:19.000Z","modified_at":"2026-01-21T07:36:19.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Annabell_Bernier@yahoo.com","dop":"2025-07-02","serial_number":"13461850930646","imei1":"13461850930646","imei2":"13461850930646","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T07:36:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162890,"job_number":"JOB_162890","tr_customer_id":162907,"tr_customer_product_id":162897,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:21:40.000Z","modified_at":"2026-01-21T06:21:40.000Z","name":"Jerrell Lockman","mobile_number":"278-903-8564","email_id":"Sierra.Beatty@gmail.com","dop":"2025-06-09","serial_number":"105344703874637","imei1":"105344703874637","imei2":"105344703874637","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:21:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162888,"job_number":"JOB_162888","tr_customer_id":162905,"tr_customer_product_id":162895,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:21:39.000Z","modified_at":"2026-01-21T06:21:39.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"107127302673431","imei1":"107127302673431","imei2":"107127302673431","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:21:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162887,"job_number":"JOB_162887","tr_customer_id":162904,"tr_customer_product_id":162894,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:21:23.000Z","modified_at":"2026-01-21T06:21:23.000Z","name":"Warren Denesik","mobile_number":"823-826-4267","email_id":"Hudson.Pollich@yahoo.com","dop":"2025-06-09","serial_number":"102168053565125","imei1":"102168053565125","imei2":"102168053565125","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:21:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162885,"job_number":"JOB_162885","tr_customer_id":162902,"tr_customer_product_id":162892,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:21:22.000Z","modified_at":"2026-01-21T06:21:22.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"104688652951223","imei1":"104688652951223","imei2":"104688652951223","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:21:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162884,"job_number":"JOB_162884","tr_customer_id":162901,"tr_customer_product_id":162891,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:21:06.000Z","modified_at":"2026-01-21T06:21:06.000Z","name":"Prince Boyle","mobile_number":"990-943-1747","email_id":"Llewellyn51@hotmail.com","dop":"2025-06-09","serial_number":"109140298705333","imei1":"109140298705333","imei2":"109140298705333","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:21:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162882,"job_number":"JOB_162882","tr_customer_id":162899,"tr_customer_product_id":162889,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:21:05.000Z","modified_at":"2026-01-21T06:21:05.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"109737898423974","imei1":"109737898423974","imei2":"109737898423974","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:21:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162785,"job_number":"JOB_162785","tr_customer_id":162802,"tr_customer_product_id":162792,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:56:11.000Z","modified_at":"2026-01-21T03:56:11.000Z","name":"Donald Willms","mobile_number":"643-452-0773","email_id":"Uriel62@hotmail.com","dop":"2025-06-09","serial_number":"59794321296063000","imei1":"59794321296063000","imei2":"59794321296063000","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:56:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162783,"job_number":"JOB_162783","tr_customer_id":162800,"tr_customer_product_id":162790,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:56:10.000Z","modified_at":"2026-01-21T03:56:10.000Z","name":"Cyril Hand","mobile_number":"506-960-6445","email_id":"Alexandrea_Bogan@yahoo.com","dop":"2025-06-09","serial_number":"101067246533383","imei1":"101067246533383","imei2":"101067246533383","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:56:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162781,"job_number":"JOB_162781","tr_customer_id":162798,"tr_customer_product_id":162788,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:56:09.000Z","modified_at":"2026-01-21T03:56:09.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"106649949824326","imei1":"106649949824326","imei2":"106649949824326","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:56:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162760,"job_number":"JOB_162760","tr_customer_id":162777,"tr_customer_product_id":162767,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:54.000Z","modified_at":"2026-01-21T03:55:54.000Z","name":"Jay Ratke","mobile_number":"326-344-5245","email_id":"Jazlyn_Steuber93@yahoo.com","dop":"2025-06-09","serial_number":"104976294618097","imei1":"104976294618097","imei2":"104976294618097","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:55:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162758,"job_number":"JOB_162758","tr_customer_id":162775,"tr_customer_product_id":162765,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:53.000Z","modified_at":"2026-01-21T03:55:53.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"102346409261757","imei1":"102346409261757","imei2":"102346409261757","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:55:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162751,"job_number":"JOB_162751","tr_customer_id":162768,"tr_customer_product_id":162758,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:38.000Z","modified_at":"2026-01-21T03:55:38.000Z","name":"Freddy Smith","mobile_number":"314-335-0178","email_id":"Leone_Hudson90@yahoo.com","dop":"2025-06-09","serial_number":"103533220943496","imei1":"103533220943496","imei2":"103533220943496","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:55:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162749,"job_number":"JOB_162749","tr_customer_id":162766,"tr_customer_product_id":162756,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:37.000Z","modified_at":"2026-01-21T03:55:37.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"105754362426879","imei1":"105754362426879","imei2":"105754362426879","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:55:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162705,"job_number":"JOB_162705","tr_customer_id":162722,"tr_customer_product_id":162712,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:51.000Z","modified_at":"2026-01-21T03:54:51.000Z","name":"Jazmyne Labadie","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"113474739057636","imei1":"113474739057636","imei2":"113474739057636","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162704,"job_number":"JOB_162704","tr_customer_id":162721,"tr_customer_product_id":162711,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:51.000Z","modified_at":"2026-01-21T03:54:51.000Z","name":"Declan Gislason","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"172467207146546","imei1":"172467207146546","imei2":"172467207146546","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162703,"job_number":"JOB_162703","tr_customer_id":162720,"tr_customer_product_id":162710,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:50.000Z","modified_at":"2026-01-21T03:54:50.000Z","name":"Lelia Erdman","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"167686566068558","imei1":"167686566068558","imei2":"167686566068558","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162701,"job_number":"JOB_162701","tr_customer_id":162718,"tr_customer_product_id":162708,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:50.000Z","modified_at":"2026-01-21T03:54:50.000Z","name":"Amol Tambe","mobile_number":"3445554332","email_id":"amoltambe@gmail.com","dop":"2025-07-31","serial_number":"177357670445069","imei1":"177357670445069","imei2":"177357670445069","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162696,"job_number":"JOB_162696","tr_customer_id":162713,"tr_customer_product_id":162703,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:43.000Z","modified_at":"2026-01-21T03:54:43.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Rafael.Price@yahoo.com","dop":"2025-07-02","serial_number":"18672561915929","imei1":"18672561915929","imei2":"18672561915929","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162689,"job_number":"JOB_162689","tr_customer_id":162706,"tr_customer_product_id":162696,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:39.000Z","modified_at":"2026-01-21T03:54:39.000Z","name":"Isabel Schmidt","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"163462732467881","imei1":"163462732467881","imei2":"163462732467881","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162687,"job_number":"JOB_162687","tr_customer_id":162704,"tr_customer_product_id":162694,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:39.000Z","modified_at":"2026-01-21T03:54:39.000Z","name":"Reba Monahan","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"193376791926451","imei1":"193376791926451","imei2":"193376791926451","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162683,"job_number":"JOB_162683","tr_customer_id":162700,"tr_customer_product_id":162690,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:38.000Z","modified_at":"2026-01-21T03:54:38.000Z","name":"Mekhi Keeling","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"140865985322621","imei1":"140865985322621","imei2":"140865985322621","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162680,"job_number":"JOB_162680","tr_customer_id":162697,"tr_customer_product_id":162687,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:38.000Z","modified_at":"2026-01-21T03:54:38.000Z","name":"vrushali vru1234","mobile_number":"3445554332","email_id":"vrushali@gmail.com","dop":"2025-07-31","serial_number":"126283712056005","imei1":"126283712056005","imei2":"126283712056005","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162659,"job_number":"JOB_162659","tr_customer_id":162676,"tr_customer_product_id":162666,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:26.000Z","modified_at":"2026-01-21T03:54:26.000Z","name":"Rahul goswami","mobile_number":"8767656543","email_id":"Trystan_Pacocha94@hotmail.com","dop":"2025-07-02","serial_number":"10684146989468","imei1":"10684146989468","imei2":"10684146989468","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162642,"job_number":"JOB_162642","tr_customer_id":162659,"tr_customer_product_id":162649,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:09.000Z","modified_at":"2026-01-21T03:54:09.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Friedrich_Jacobs69@gmail.com","dop":"2025-07-02","serial_number":"15121400755880","imei1":"15121400755880","imei2":"15121400755880","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162594,"job_number":"JOB_162594","tr_customer_id":162611,"tr_customer_product_id":162601,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T02:38:37.000Z","modified_at":"2026-01-21T02:38:37.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"12022430175094","imei1":"12022430175094","imei2":"12022430175094","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T02:38:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162592,"job_number":"JOB_162592","tr_customer_id":162609,"tr_customer_product_id":162599,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T02:38:23.000Z","modified_at":"2026-01-21T02:38:23.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"19394883773285","imei1":"19394883773285","imei2":"19394883773285","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T02:38:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162590,"job_number":"JOB_162590","tr_customer_id":162607,"tr_customer_product_id":162597,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T02:38:01.000Z","modified_at":"2026-01-21T02:38:01.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"19661204443887","imei1":"19661204443887","imei2":"19661204443887","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T02:38:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162587,"job_number":"JOB_162587","tr_customer_id":162604,"tr_customer_product_id":162594,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T02:21:47.000Z","modified_at":"2026-01-21T02:21:47.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"17563096152336","imei1":"17563096152336","imei2":"17563096152336","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T02:21:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/engineer/mapped' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNzI3NDJ9.IEtAMRF9vZn3LlTSasN0Llk5gwReGWkTINNzM8zYe8A' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/engineer/mapped
Response Information
Response Code: 200 - OK
Mean time per request: 252ms
Mean size per request: 866B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg5ODE2NzJ9.EYSGo7pF3vizn7BzNdOW_epCA5PYsC8jhDNphbcV-pw
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 0aa46e19-557e-4c90-a82f-1f1f8518a343
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 866
ETag W/"362-uZ8Ftnx2Af1NjAWrk0wJooRkni0"
Vary Accept-Encoding
Date Wed, 21 Jan 2026 07:47:54 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"id":2,"first_name":"Mark","last_name":"zuk","login_id":"iameng","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":true,"mst_role_id":1,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-12-20T07:42:00.000Z","role_name":"Engineer","service_location":"Service Center A"},{"id":17,"first_name":"Jay ","last_name":"Howard","login_id":"jhoward","mobile_number":"3434524356","email_id":"Jay@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":true,"mst_role_id":1,"mst_service_location_id":1,"created_at":"2022-08-19T13:34:19.000Z","modified_at":"2022-08-19T13:34:19.000Z","role_name":"Engineer","service_location":"Service Center A"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/engineer/assign' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNzI3NDJ9.IEtAMRF9vZn3LlTSasN0Llk5gwReGWkTINNzM8zYe8A' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"job_id":99821,"engineer_id":17}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/engineer/assign
Response Information
Response Code: 200 - OK
Mean time per request: 262ms
Mean size per request: 54B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg5ODE2NzJ9.EYSGo7pF3vizn7BzNdOW_epCA5PYsC8jhDNphbcV-pw
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 1bb0338c-2a82-4f41-ab21-a07083b30446
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 49
Request Body
{
            "job_id": 163014,
            "engineer_id": 2
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 54
ETag W/"36-SJqPGnqoYGAacRPYXRhhHPv8y+E"
Vary Accept-Encoding
Date Wed, 21 Jan 2026 07:47:54 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Engineer assigned successfully","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/pending' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDEzNjh9.ejrA7BJz_H-2keUgA284RVE6WB4vB5-7eYUdu6PhPXI' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/job/pending
Response Information
Response Code: 200 - OK
Mean time per request: 299ms
Mean size per request: 271.24KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg5ODE2NzJ9.EYSGo7pF3vizn7BzNdOW_epCA5PYsC8jhDNphbcV-pw
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 78cecd2f-6ea4-47f2-a3b9-7513a797f317
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"43cf8-wG9UqZ7eYhPU6K2wKM4ExYJ4tBE"
Vary Accept-Encoding
Content-Encoding gzip
Date Wed, 21 Jan 2026 07:47:54 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":162960,"job_number":"JOB_162960","tr_customer_id":162977,"tr_customer_product_id":162967,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:38:46.000Z","modified_at":"2026-01-21T06:38:46.000Z","name":"Malika Nitzsche","mobile_number":"866-221-0515","email_id":"Jarod_Kunde@yahoo.com","dop":"2000-01-31","serial_number":"1068615764366569","imei1":"1068615764366569","imei2":"1068615764366569","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:38:46.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":162958,"job_number":"JOB_162958","tr_customer_id":162975,"tr_customer_product_id":162965,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:38:44.000Z","modified_at":"2026-01-21T06:38:44.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10764567921047","imei1":"10764567921047","imei2":"10764567921047","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:38:44.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":162953,"job_number":"JOB_162953","tr_customer_id":162970,"tr_customer_product_id":162960,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:38:01.000Z","modified_at":"2026-01-21T06:38:01.000Z","name":"Chet Dietrich","mobile_number":"803-781-7937","email_id":"Shyanne.Ledner@gmail.com","dop":"2000-01-31","serial_number":"1034922372370101","imei1":"1034922372370101","imei2":"1034922372370101","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:38:01.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":162949,"job_number":"JOB_162949","tr_customer_id":162966,"tr_customer_product_id":162956,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:38:00.000Z","modified_at":"2026-01-21T06:38:00.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10289459723595","imei1":"10289459723595","imei2":"10289459723595","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:38:00.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":162945,"job_number":"JOB_162945","tr_customer_id":162962,"tr_customer_product_id":162952,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:37:17.000Z","modified_at":"2026-01-21T06:37:17.000Z","name":"Elody Crooks","mobile_number":"932-586-1772","email_id":"Kenny_Purdy@yahoo.com","dop":"2000-01-31","serial_number":"1071466473844178","imei1":"1071466473844178","imei2":"1071466473844178","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:37:17.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":162943,"job_number":"JOB_162943","tr_customer_id":162960,"tr_customer_product_id":162950,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:37:15.000Z","modified_at":"2026-01-21T06:37:15.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10308976964436","imei1":"10308976964436","imei2":"10308976964436","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:37:15.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":162939,"job_number":"JOB_162939","tr_customer_id":162956,"tr_customer_product_id":162946,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:36:32.000Z","modified_at":"2026-01-21T06:36:32.000Z","name":"Jules Mills","mobile_number":"969-402-0205","email_id":"Maurine_Cummings@hotmail.com","dop":"2000-01-31","serial_number":"1085093491319299","imei1":"1085093491319299","imei2":"1085093491319299","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:36:32.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":162937,"job_number":"JOB_162937","tr_customer_id":162954,"tr_customer_product_id":162944,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:36:30.000Z","modified_at":"2026-01-21T06:36:30.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10912920959677","imei1":"10912920959677","imei2":"10912920959677","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:36:30.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":162795,"job_number":"JOB_162795","tr_customer_id":162812,"tr_customer_product_id":162802,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:56:59.000Z","modified_at":"2026-01-21T03:56:59.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10889565985024","imei1":"10889565985024","imei2":"10889565985024","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:56:59.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":162788,"job_number":"JOB_162788","tr_customer_id":162805,"tr_customer_product_id":162795,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:56:14.000Z","modified_at":"2026-01-21T03:56:14.000Z","name":"Tyra Walter","mobile_number":"933-641-8231","email_id":"Stevie61@gmail.com","dop":"2000-01-31","serial_number":"1095738584130085","imei1":"1095738584130085","imei2":"1095738584130085","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:56:14.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":162786,"job_number":"JOB_162786","tr_customer_id":162803,"tr_customer_product_id":162793,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:56:12.000Z","modified_at":"2026-01-21T03:56:12.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10159606713709","imei1":"10159606713709","imei2":"10159606713709","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:56:12.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":162742,"job_number":"JOB_162742","tr_customer_id":162759,"tr_customer_product_id":162749,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:27.000Z","modified_at":"2026-01-21T03:55:27.000Z","name":"Larue Trantow","mobile_number":"312-984-8106","email_id":"Jane_Gusikowski@gmail.com","dop":"2000-01-31","serial_number":"1065332436451677","imei1":"1065332436451677","imei2":"1065332436451677","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:55:27.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":162740,"job_number":"JOB_162740","tr_customer_id":162757,"tr_customer_product_id":162747,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:25.000Z","modified_at":"2026-01-21T03:55:25.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10090710724077","imei1":"10090710724077","imei2":"10090710724077","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:55:25.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":162692,"job_number":"JOB_162692","tr_customer_id":162709,"tr_customer_product_id":162699,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:40.000Z","modified_at":"2026-01-21T03:54:40.000Z","name":"Sandra Rodriguez","mobile_number":"640-338-8735","email_id":"Domenic.Barrows@yahoo.com","dop":"2000-01-31","serial_number":"1097630213506101","imei1":"1097630213506101","imei2":"1097630213506101","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:40.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":162684,"job_number":"JOB_162684","tr_customer_id":162701,"tr_customer_product_id":162691,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:38.000Z","modified_at":"2026-01-21T03:54:38.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10591616575842","imei1":"10591616575842","imei2":"10591616575842","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:38.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":163011,"job_number":"JOB_163011","tr_customer_id":163028,"tr_customer_product_id":163018,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T07:46:58.000Z","modified_at":"2026-01-21T07:46:58.000Z","name":"Emelia Reilly","mobile_number":"878-462-1830","email_id":"Ryleigh_Pacocha81@hotmail.com","dop":"2025-04-06","serial_number":"13405225925384970","imei1":"13405225925384970","imei2":"13405225925384970","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T07:46:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163006,"job_number":"JOB_163006","tr_customer_id":163023,"tr_customer_product_id":163013,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T07:31:11.000Z","modified_at":"2026-01-21T07:31:11.000Z","name":"Brock Corwin","mobile_number":"704-319-8274","email_id":"Wade_Metz@gmail.com","dop":"2025-02-01","serial_number":"17574691804591","imei1":"17574691804591","imei2":"17574691804591","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T07:31:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163003,"job_number":"JOB_163003","tr_customer_id":163020,"tr_customer_product_id":163010,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T07:07:06.000Z","modified_at":"2026-01-21T07:07:07.000Z","name":"Audra Gerlach","mobile_number":"721-468-8663","email_id":"Chance_Dare@hotmail.com","dop":"2025-04-06","serial_number":"12108449345271150","imei1":"12108449345271150","imei2":"12108449345271150","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T07:07:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163001,"job_number":"JOB_163001","tr_customer_id":163018,"tr_customer_product_id":163008,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T07:06:20.000Z","modified_at":"2026-01-21T07:06:20.000Z","name":"Ahmad Schroeder","mobile_number":"696-649-0378","email_id":"Lukas.Ullrich@gmail.com","dop":"2025-04-06","serial_number":"18275037441241292","imei1":"18275037441241292","imei2":"18275037441241292","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T07:06:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162999,"job_number":"JOB_162999","tr_customer_id":163016,"tr_customer_product_id":163006,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T07:05:33.000Z","modified_at":"2026-01-21T07:05:33.000Z","name":"Zora Zieme","mobile_number":"201-537-8314","email_id":"Cathy_Metz@yahoo.com","dop":"2025-04-06","serial_number":"15839260041705420","imei1":"15839260041705420","imei2":"15839260041705420","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T07:05:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162997,"job_number":"JOB_162997","tr_customer_id":163014,"tr_customer_product_id":163004,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:51:28.000Z","modified_at":"2026-01-21T06:51:28.000Z","name":"Erling Runolfsson","mobile_number":"550-413-2718","email_id":"Maryjane.Gaylord@hotmail.com","dop":"2025-04-06","serial_number":"10651424904204296","imei1":"10651424904204296","imei2":"10651424904204296","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:51:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162995,"job_number":"JOB_162995","tr_customer_id":163012,"tr_customer_product_id":163002,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:51:27.000Z","modified_at":"2026-01-21T06:51:27.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19031953731203","imei1":"19031953731203","imei2":"19031953731203","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:51:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162994,"job_number":"JOB_162994","tr_customer_id":163011,"tr_customer_product_id":163001,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:50:44.000Z","modified_at":"2026-01-21T06:50:44.000Z","name":"Teresa Ruecker","mobile_number":"593-612-7187","email_id":"Shirley_Franecki16@hotmail.com","dop":"2025-04-06","serial_number":"11583192275518710","imei1":"11583192275518710","imei2":"11583192275518710","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:50:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162992,"job_number":"JOB_162992","tr_customer_id":163009,"tr_customer_product_id":162999,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:50:42.000Z","modified_at":"2026-01-21T06:50:42.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13466066800980","imei1":"13466066800980","imei2":"13466066800980","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:50:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162991,"job_number":"JOB_162991","tr_customer_id":163008,"tr_customer_product_id":162998,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:50:05.000Z","modified_at":"2026-01-21T06:50:05.000Z","name":"Zoie Ledner","mobile_number":"937-452-3205","email_id":"Era80@gmail.com","dop":"2025-04-06","serial_number":"18533118216254004","imei1":"18533118216254004","imei2":"18533118216254004","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:50:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162989,"job_number":"JOB_162989","tr_customer_id":163006,"tr_customer_product_id":162996,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:49:59.000Z","modified_at":"2026-01-21T06:49:59.000Z","name":"Carolanne Oberbrunner","mobile_number":"995-750-9639","email_id":"Blanca.Fisher@yahoo.com","dop":"2025-04-06","serial_number":"19149653196501548","imei1":"19149653196501548","imei2":"19149653196501548","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:49:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162987,"job_number":"JOB_162987","tr_customer_id":163004,"tr_customer_product_id":162994,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:49:57.000Z","modified_at":"2026-01-21T06:49:57.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10689216915682","imei1":"10689216915682","imei2":"10689216915682","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:49:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162985,"job_number":"JOB_162985","tr_customer_id":163002,"tr_customer_product_id":162992,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:46:09.000Z","modified_at":"2026-01-21T06:46:09.000Z","name":"Dayana Hirthe","mobile_number":"979-360-0862","email_id":"Monte.Herzog72@hotmail.com","dop":"2025-04-06","serial_number":"11779876850918244","imei1":"11779876850918244","imei2":"11779876850918244","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:46:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162983,"job_number":"JOB_162983","tr_customer_id":163000,"tr_customer_product_id":162990,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:46:07.000Z","modified_at":"2026-01-21T06:46:07.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16876819889364","imei1":"16876819889364","imei2":"16876819889364","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:46:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162982,"job_number":"JOB_162982","tr_customer_id":162999,"tr_customer_product_id":162989,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:45:47.000Z","modified_at":"2026-01-21T06:45:47.000Z","name":"Micah Bahringer","mobile_number":"469-748-7891","email_id":"Francesca.Moen@gmail.com","dop":"2025-04-06","serial_number":"13220055565904698","imei1":"13220055565904698","imei2":"13220055565904698","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:45:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162980,"job_number":"JOB_162980","tr_customer_id":162997,"tr_customer_product_id":162987,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:45:42.000Z","modified_at":"2026-01-21T06:45:42.000Z","name":"Alexandro Vandervort","mobile_number":"330-730-8147","email_id":"Reese_Bins@yahoo.com","dop":"2025-04-06","serial_number":"16989820793386468","imei1":"16989820793386468","imei2":"16989820793386468","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:45:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162978,"job_number":"JOB_162978","tr_customer_id":162995,"tr_customer_product_id":162985,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:45:24.000Z","modified_at":"2026-01-21T06:45:24.000Z","name":"Demetris Koepp","mobile_number":"345-409-6430","email_id":"Louisa_Gutmann88@hotmail.com","dop":"2025-04-06","serial_number":"12683925262283816","imei1":"12683925262283816","imei2":"12683925262283816","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:45:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162976,"job_number":"JOB_162976","tr_customer_id":162993,"tr_customer_product_id":162983,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:45:22.000Z","modified_at":"2026-01-21T06:45:22.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10659736117977","imei1":"10659736117977","imei2":"10659736117977","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:45:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162975,"job_number":"JOB_162975","tr_customer_id":162992,"tr_customer_product_id":162982,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:44:39.000Z","modified_at":"2026-01-21T06:44:39.000Z","name":"Kattie Heidenreich","mobile_number":"464-968-6598","email_id":"Annabel1@gmail.com","dop":"2025-04-06","serial_number":"13558155131499656","imei1":"13558155131499656","imei2":"13558155131499656","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:44:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162974,"job_number":"JOB_162974","tr_customer_id":162991,"tr_customer_product_id":162981,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:44:39.000Z","modified_at":"2026-01-21T06:44:39.000Z","name":"Erick Bernhard","mobile_number":"268-365-9672","email_id":"Jaylen.Lind55@gmail.com","dop":"2025-04-06","serial_number":"18292600819471056","imei1":"18292600819471056","imei2":"18292600819471056","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:44:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162972,"job_number":"JOB_162972","tr_customer_id":162989,"tr_customer_product_id":162979,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:44:38.000Z","modified_at":"2026-01-21T06:44:38.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15289972766732","imei1":"15289972766732","imei2":"15289972766732","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:44:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162970,"job_number":"JOB_162970","tr_customer_id":162987,"tr_customer_product_id":162977,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:44:37.000Z","modified_at":"2026-01-21T06:44:37.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15657772357777","imei1":"15657772357777","imei2":"15657772357777","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:44:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162969,"job_number":"JOB_162969","tr_customer_id":162986,"tr_customer_product_id":162976,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:43:55.000Z","modified_at":"2026-01-21T06:43:55.000Z","name":"Rory Brekke","mobile_number":"318-608-9132","email_id":"Dangelo.Beahan@yahoo.com","dop":"2025-04-06","serial_number":"18756102189059096","imei1":"18756102189059096","imei2":"18756102189059096","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:43:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162967,"job_number":"JOB_162967","tr_customer_id":162984,"tr_customer_product_id":162974,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:43:53.000Z","modified_at":"2026-01-21T06:43:53.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14949429811281","imei1":"14949429811281","imei2":"14949429811281","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:43:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162966,"job_number":"JOB_162966","tr_customer_id":162983,"tr_customer_product_id":162973,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:43:10.000Z","modified_at":"2026-01-21T06:43:10.000Z","name":"Norene Hintz","mobile_number":"382-277-1132","email_id":"Trystan_Lemke18@gmail.com","dop":"2025-04-06","serial_number":"15673482482469460","imei1":"15673482482469460","imei2":"15673482482469460","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:43:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162964,"job_number":"JOB_162964","tr_customer_id":162981,"tr_customer_product_id":162971,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:43:08.000Z","modified_at":"2026-01-21T06:43:08.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13723298881951","imei1":"13723298881951","imei2":"13723298881951","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:43:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162963,"job_number":"JOB_162963","tr_customer_id":162980,"tr_customer_product_id":162970,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:39:31.000Z","modified_at":"2026-01-21T06:39:31.000Z","name":"Lavinia Haley","mobile_number":"826-742-1054","email_id":"Dayne18@yahoo.com","dop":"2025-04-06","serial_number":"12580884778192742","imei1":"12580884778192742","imei2":"12580884778192742","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:39:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162961,"job_number":"JOB_162961","tr_customer_id":162978,"tr_customer_product_id":162968,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:39:29.000Z","modified_at":"2026-01-21T06:39:29.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13633203627956","imei1":"13633203627956","imei2":"13633203627956","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:39:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162957,"job_number":"JOB_162957","tr_customer_id":162974,"tr_customer_product_id":162964,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:38:42.000Z","modified_at":"2026-01-21T06:38:42.000Z","name":"Maynard Reilly","mobile_number":"808-341-2514","email_id":"Gunner_Kuhlman@gmail.com","dop":"2025-04-06","serial_number":"13180943820679828","imei1":"13180943820679828","imei2":"13180943820679828","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:38:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162955,"job_number":"JOB_162955","tr_customer_id":162972,"tr_customer_product_id":162962,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:38:40.000Z","modified_at":"2026-01-21T06:38:40.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19928005857481","imei1":"19928005857481","imei2":"19928005857481","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:38:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162954,"job_number":"JOB_162954","tr_customer_id":162971,"tr_customer_product_id":162961,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:38:03.000Z","modified_at":"2026-01-21T06:38:03.000Z","name":"Hal Hammes","mobile_number":"590-877-0668","email_id":"Kenya.OConnell41@hotmail.com","dop":"2025-04-06","serial_number":"19540469328140736","imei1":"19540469328140736","imei2":"19540469328140736","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:38:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162951,"job_number":"JOB_162951","tr_customer_id":162968,"tr_customer_product_id":162958,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:38:01.000Z","modified_at":"2026-01-21T06:38:01.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14935627631418","imei1":"14935627631418","imei2":"14935627631418","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:38:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162948,"job_number":"JOB_162948","tr_customer_id":162965,"tr_customer_product_id":162955,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:37:52.000Z","modified_at":"2026-01-21T06:37:52.000Z","name":"Ricardo Cassin","mobile_number":"293-433-7431","email_id":"Raven.Flatley18@gmail.com","dop":"2025-04-06","serial_number":"17998245056033220","imei1":"17998245056033220","imei2":"17998245056033220","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:37:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162946,"job_number":"JOB_162946","tr_customer_id":162963,"tr_customer_product_id":162953,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:37:51.000Z","modified_at":"2026-01-21T06:37:51.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14207110431383","imei1":"14207110431383","imei2":"14207110431383","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:37:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162942,"job_number":"JOB_162942","tr_customer_id":162959,"tr_customer_product_id":162949,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:37:14.000Z","modified_at":"2026-01-21T06:37:14.000Z","name":"Malachi Witting","mobile_number":"577-388-6595","email_id":"Talia_Padberg48@gmail.com","dop":"2025-04-06","serial_number":"19405530755503990","imei1":"19405530755503990","imei2":"19405530755503990","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:37:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162940,"job_number":"JOB_162940","tr_customer_id":162957,"tr_customer_product_id":162947,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:37:12.000Z","modified_at":"2026-01-21T06:37:12.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13322178288064","imei1":"13322178288064","imei2":"13322178288064","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:37:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162936,"job_number":"JOB_162936","tr_customer_id":162953,"tr_customer_product_id":162943,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:36:25.000Z","modified_at":"2026-01-21T06:36:25.000Z","name":"Fanny Hoeger","mobile_number":"282-398-6588","email_id":"Nikko_Kertzmann@hotmail.com","dop":"2025-04-06","serial_number":"18884649322202076","imei1":"18884649322202076","imei2":"18884649322202076","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:36:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162934,"job_number":"JOB_162934","tr_customer_id":162951,"tr_customer_product_id":162941,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:36:23.000Z","modified_at":"2026-01-21T06:36:23.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16925021534393","imei1":"16925021534393","imei2":"16925021534393","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:36:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162933,"job_number":"JOB_162933","tr_customer_id":162950,"tr_customer_product_id":162940,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:36:01.000Z","modified_at":"2026-01-21T06:36:01.000Z","name":"Willa Nolan","mobile_number":"369-843-6476","email_id":"Waldo54@yahoo.com","dop":"2025-04-06","serial_number":"11274221474489864","imei1":"11274221474489864","imei2":"11274221474489864","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:36:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162931,"job_number":"JOB_162931","tr_customer_id":162948,"tr_customer_product_id":162938,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:32:49.000Z","modified_at":"2026-01-21T06:32:49.000Z","name":"Willa McClure","mobile_number":"303-531-6812","email_id":"Wilfred.Lockman@yahoo.com","dop":"2025-04-06","serial_number":"15679794119179152","imei1":"15679794119179152","imei2":"15679794119179152","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:32:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162929,"job_number":"JOB_162929","tr_customer_id":162946,"tr_customer_product_id":162936,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:32:48.000Z","modified_at":"2026-01-21T06:32:48.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13214831955730","imei1":"13214831955730","imei2":"13214831955730","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:32:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162928,"job_number":"JOB_162928","tr_customer_id":162945,"tr_customer_product_id":162935,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:32:05.000Z","modified_at":"2026-01-21T06:32:05.000Z","name":"Edison Leffler","mobile_number":"924-836-1099","email_id":"Harold2@gmail.com","dop":"2025-04-06","serial_number":"15570380534434244","imei1":"15570380534434244","imei2":"15570380534434244","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:32:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162926,"job_number":"JOB_162926","tr_customer_id":162943,"tr_customer_product_id":162933,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:32:03.000Z","modified_at":"2026-01-21T06:32:03.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14401946625375","imei1":"14401946625375","imei2":"14401946625375","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:32:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162923,"job_number":"JOB_162923","tr_customer_id":162940,"tr_customer_product_id":162930,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:31:20.000Z","modified_at":"2026-01-21T06:31:20.000Z","name":"Brant Friesen","mobile_number":"311-507-9641","email_id":"Jonathon_Monahan@gmail.com","dop":"2025-04-06","serial_number":"14967765540814140","imei1":"14967765540814140","imei2":"14967765540814140","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:31:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162921,"job_number":"JOB_162921","tr_customer_id":162938,"tr_customer_product_id":162928,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:31:18.000Z","modified_at":"2026-01-21T06:31:18.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18474584541183","imei1":"18474584541183","imei2":"18474584541183","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:31:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162919,"job_number":"JOB_162919","tr_customer_id":162936,"tr_customer_product_id":162926,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:29:48.000Z","modified_at":"2026-01-21T06:29:48.000Z","name":"Benedict Stamm","mobile_number":"674-834-0829","email_id":"Abe_Erdman@gmail.com","dop":"2025-04-06","serial_number":"16330093553060152","imei1":"16330093553060152","imei2":"16330093553060152","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:29:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162917,"job_number":"JOB_162917","tr_customer_id":162934,"tr_customer_product_id":162924,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:29:47.000Z","modified_at":"2026-01-21T06:29:47.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17786532546150","imei1":"17786532546150","imei2":"17786532546150","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:29:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162916,"job_number":"JOB_162916","tr_customer_id":162933,"tr_customer_product_id":162923,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:29:05.000Z","modified_at":"2026-01-21T06:29:05.000Z","name":"Mason Renner","mobile_number":"726-233-7389","email_id":"Ward.Wisoky22@gmail.com","dop":"2025-04-06","serial_number":"14458032780167956","imei1":"14458032780167956","imei2":"14458032780167956","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:29:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162914,"job_number":"JOB_162914","tr_customer_id":162931,"tr_customer_product_id":162921,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:29:03.000Z","modified_at":"2026-01-21T06:29:03.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12508469859581","imei1":"12508469859581","imei2":"12508469859581","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:29:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162913,"job_number":"JOB_162913","tr_customer_id":162930,"tr_customer_product_id":162920,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:28:21.000Z","modified_at":"2026-01-21T06:28:21.000Z","name":"Giovanni Koelpin","mobile_number":"897-897-0541","email_id":"Verner.Ritchie@yahoo.com","dop":"2025-04-06","serial_number":"13142155136854658","imei1":"13142155136854658","imei2":"13142155136854658","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:28:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162911,"job_number":"JOB_162911","tr_customer_id":162928,"tr_customer_product_id":162918,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:28:20.000Z","modified_at":"2026-01-21T06:28:20.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13841462764030","imei1":"13841462764030","imei2":"13841462764030","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:28:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162910,"job_number":"JOB_162910","tr_customer_id":162927,"tr_customer_product_id":162917,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:27:09.000Z","modified_at":"2026-01-21T06:27:09.000Z","name":"Felix Hackett","mobile_number":"521-514-3135","email_id":"Samanta_Powlowski@yahoo.com","dop":"2025-04-06","serial_number":"17898099325596856","imei1":"17898099325596856","imei2":"17898099325596856","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:27:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162908,"job_number":"JOB_162908","tr_customer_id":162925,"tr_customer_product_id":162915,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:27:07.000Z","modified_at":"2026-01-21T06:27:07.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17857123491074","imei1":"17857123491074","imei2":"17857123491074","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:27:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162907,"job_number":"JOB_162907","tr_customer_id":162924,"tr_customer_product_id":162914,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:26:25.000Z","modified_at":"2026-01-21T06:26:25.000Z","name":"Colten Treutel","mobile_number":"719-847-9537","email_id":"Julius_Emard18@gmail.com","dop":"2025-04-06","serial_number":"13206539527250764","imei1":"13206539527250764","imei2":"13206539527250764","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:26:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162905,"job_number":"JOB_162905","tr_customer_id":162922,"tr_customer_product_id":162912,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:26:23.000Z","modified_at":"2026-01-21T06:26:23.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"15185228078622","imei1":"15185228078622","imei2":"15185228078622","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:26:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162904,"job_number":"JOB_162904","tr_customer_id":162921,"tr_customer_product_id":162911,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:25:40.000Z","modified_at":"2026-01-21T06:25:40.000Z","name":"Jamel Toy","mobile_number":"221-319-2936","email_id":"Alverta60@yahoo.com","dop":"2025-04-06","serial_number":"19817104833675344","imei1":"19817104833675344","imei2":"19817104833675344","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:25:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162902,"job_number":"JOB_162902","tr_customer_id":162919,"tr_customer_product_id":162909,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:25:38.000Z","modified_at":"2026-01-21T06:25:38.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16960123851476","imei1":"16960123851476","imei2":"16960123851476","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:25:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162901,"job_number":"JOB_162901","tr_customer_id":162918,"tr_customer_product_id":162908,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:24:40.000Z","modified_at":"2026-01-21T06:24:40.000Z","name":"Enola Kautzer","mobile_number":"777-877-3925","email_id":"Hayley71@gmail.com","dop":"2025-06-18","serial_number":"1088271486565016","imei1":"1088271486565016","imei2":"1088271486565016","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:24:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162899,"job_number":"JOB_162899","tr_customer_id":162916,"tr_customer_product_id":162906,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:24:40.000Z","modified_at":"2026-01-21T06:24:40.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10303360622515","imei1":"10303360622515","imei2":"10303360622515","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:24:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162898,"job_number":"JOB_162898","tr_customer_id":162915,"tr_customer_product_id":162905,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:24:11.000Z","modified_at":"2026-01-21T06:24:11.000Z","name":"Amanda Romaguera","mobile_number":"632-701-5295","email_id":"Greta.Deckow@gmail.com","dop":"2025-04-06","serial_number":"18369311992665940","imei1":"18369311992665940","imei2":"18369311992665940","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:24:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162896,"job_number":"JOB_162896","tr_customer_id":162913,"tr_customer_product_id":162903,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:23:53.000Z","modified_at":"2026-01-21T06:23:53.000Z","name":"Justus Hand","mobile_number":"458-957-6139","email_id":"Rex.Rau57@yahoo.com","dop":"2025-06-18","serial_number":"1067077697497449","imei1":"1067077697497449","imei2":"1067077697497449","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:23:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162894,"job_number":"JOB_162894","tr_customer_id":162911,"tr_customer_product_id":162901,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:23:52.000Z","modified_at":"2026-01-21T06:23:52.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10287444893593","imei1":"10287444893593","imei2":"10287444893593","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:23:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162877,"job_number":"JOB_162877","tr_customer_id":162894,"tr_customer_product_id":162884,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T05:58:05.000Z","modified_at":"2026-01-21T05:58:05.000Z","name":"Jarrell Wintheiser","mobile_number":"479-920-3459","email_id":"Jules58@hotmail.com","dop":"2025-04-06","serial_number":"10788070414555038","imei1":"10788070414555038","imei2":"10788070414555038","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T05:58:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162875,"job_number":"JOB_162875","tr_customer_id":162892,"tr_customer_product_id":162882,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T05:58:03.000Z","modified_at":"2026-01-21T05:58:03.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10026383914254","imei1":"10026383914254","imei2":"10026383914254","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T05:58:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162874,"job_number":"JOB_162874","tr_customer_id":162891,"tr_customer_product_id":162881,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T05:57:15.000Z","modified_at":"2026-01-21T05:57:15.000Z","name":"Velda Becker","mobile_number":"335-982-6404","email_id":"Edgardo.Jacobs89@yahoo.com","dop":"2025-04-06","serial_number":"11707781849366398","imei1":"11707781849366398","imei2":"11707781849366398","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T05:57:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162872,"job_number":"JOB_162872","tr_customer_id":162889,"tr_customer_product_id":162879,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T05:57:13.000Z","modified_at":"2026-01-21T05:57:13.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17347962741528","imei1":"17347962741528","imei2":"17347962741528","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T05:57:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162871,"job_number":"JOB_162871","tr_customer_id":162888,"tr_customer_product_id":162878,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T05:56:25.000Z","modified_at":"2026-01-21T05:56:25.000Z","name":"Amya Hudson","mobile_number":"517-201-7980","email_id":"Rahsaan_Deckow@hotmail.com","dop":"2025-04-06","serial_number":"16106210569865402","imei1":"16106210569865402","imei2":"16106210569865402","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T05:56:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162869,"job_number":"JOB_162869","tr_customer_id":162886,"tr_customer_product_id":162876,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T05:56:23.000Z","modified_at":"2026-01-21T05:56:23.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15749124098280","imei1":"15749124098280","imei2":"15749124098280","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T05:56:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162868,"job_number":"JOB_162868","tr_customer_id":162885,"tr_customer_product_id":162875,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T05:44:59.000Z","modified_at":"2026-01-21T05:44:59.000Z","name":"Chetan AG","mobile_number":"7090191744","email_id":"agchetan18@gmail.com","dop":"2026-01-11","serial_number":"78920576984787","imei1":"78920576984787","imei2":"78920576984787","popurl":"2026-01-11T05:44:53.815977800Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T05:44:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162867,"job_number":"JOB_162867","tr_customer_id":162884,"tr_customer_product_id":162874,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T05:21:13.000Z","modified_at":"2026-01-21T05:21:13.000Z","name":"Augusta Paucek","mobile_number":"689-962-3812","email_id":"Natalia.Rath@yahoo.com","dop":"2025-04-06","serial_number":"15476359630960446","imei1":"15476359630960446","imei2":"15476359630960446","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T05:21:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162865,"job_number":"JOB_162865","tr_customer_id":162882,"tr_customer_product_id":162872,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T05:21:11.000Z","modified_at":"2026-01-21T05:21:11.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13868298772248","imei1":"13868298772248","imei2":"13868298772248","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T05:21:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162864,"job_number":"JOB_162864","tr_customer_id":162881,"tr_customer_product_id":162871,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T05:20:26.000Z","modified_at":"2026-01-21T05:20:26.000Z","name":"Triston Osinski","mobile_number":"595-848-9196","email_id":"Eliseo_Hickle71@gmail.com","dop":"2025-04-06","serial_number":"11755708241821630","imei1":"11755708241821630","imei2":"11755708241821630","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T05:20:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162862,"job_number":"JOB_162862","tr_customer_id":162879,"tr_customer_product_id":162869,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T05:20:24.000Z","modified_at":"2026-01-21T05:20:24.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10059306646076","imei1":"10059306646076","imei2":"10059306646076","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T05:20:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162861,"job_number":"JOB_162861","tr_customer_id":162878,"tr_customer_product_id":162868,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T05:19:39.000Z","modified_at":"2026-01-21T05:19:39.000Z","name":"Garland Hand","mobile_number":"347-658-0732","email_id":"Carlos_Wiza77@yahoo.com","dop":"2025-04-06","serial_number":"13849560380824524","imei1":"13849560380824524","imei2":"13849560380824524","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T05:19:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162859,"job_number":"JOB_162859","tr_customer_id":162876,"tr_customer_product_id":162866,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T05:19:37.000Z","modified_at":"2026-01-21T05:19:37.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14761460006971","imei1":"14761460006971","imei2":"14761460006971","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T05:19:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162858,"job_number":"JOB_162858","tr_customer_id":162875,"tr_customer_product_id":162865,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T05:03:20.000Z","modified_at":"2026-01-21T05:03:20.000Z","name":"Jatin Sharma","mobile_number":"776767777","email_id":"jatin@gmail.com","dop":"2026-01-21","serial_number":"92676777712346","imei1":"92676777712346","imei2":"92676777712346","popurl":"2026-01-21T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T05:03:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162857,"job_number":"JOB_162857","tr_customer_id":162874,"tr_customer_product_id":162864,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T05:00:28.000Z","modified_at":"2026-01-21T05:00:28.000Z","name":"Willa Pfeffer","mobile_number":"295-237-9990","email_id":"Estrella_Pollich@gmail.com","dop":"2025-04-06","serial_number":"14493925578243076","imei1":"14493925578243076","imei2":"14493925578243076","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T05:00:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162855,"job_number":"JOB_162855","tr_customer_id":162872,"tr_customer_product_id":162862,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T05:00:12.000Z","modified_at":"2026-01-21T05:00:12.000Z","name":"Wendell Ernser","mobile_number":"256-853-1894","email_id":"Ken.Schamberger97@hotmail.com","dop":"2025-04-06","serial_number":"12745240162655110","imei1":"12745240162655110","imei2":"12745240162655110","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T05:00:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162853,"job_number":"JOB_162853","tr_customer_id":162870,"tr_customer_product_id":162860,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:57:12.000Z","modified_at":"2026-01-21T04:57:12.000Z","name":"Chetan Geddappanavar","mobile_number":"673-872-6513","email_id":"Meggie_Gislason85@hotmail.com","dop":"2025-08-24","serial_number":"12244764292989","imei1":"12244764292989","imei2":"12244764292989","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T04:57:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162852,"job_number":"JOB_162852","tr_customer_id":162869,"tr_customer_product_id":162859,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:57:09.000Z","modified_at":"2026-01-21T04:57:09.000Z","name":"Brooke Crooks","mobile_number":"595-830-0724","email_id":"Presley_Franecki@yahoo.com","dop":"2025-04-06","serial_number":"19050963534227388","imei1":"19050963534227388","imei2":"19050963534227388","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T04:57:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162850,"job_number":"JOB_162850","tr_customer_id":162867,"tr_customer_product_id":162857,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:56:23.000Z","modified_at":"2026-01-21T04:56:23.000Z","name":"Ahmad Kihn","mobile_number":"519-380-4195","email_id":"Rachael.Boyle@hotmail.com","dop":"2025-04-06","serial_number":"17642121278585800","imei1":"17642121278585800","imei2":"17642121278585800","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T04:56:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162848,"job_number":"JOB_162848","tr_customer_id":162865,"tr_customer_product_id":162855,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:55:36.000Z","modified_at":"2026-01-21T04:55:36.000Z","name":"Montana Reynolds","mobile_number":"587-763-9433","email_id":"Alexanne.Koch80@gmail.com","dop":"2025-04-06","serial_number":"19847587915432416","imei1":"19847587915432416","imei2":"19847587915432416","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T04:55:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162845,"job_number":"JOB_162845","tr_customer_id":162862,"tr_customer_product_id":162852,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:50:31.000Z","modified_at":"2026-01-21T04:50:31.000Z","name":"priyanka daurby","mobile_number":"8898776542","email_id":"pd@gmail.com","dop":"2025-07-01","serial_number":"100995434656144","imei1":"100995434656144","imei2":"100995434656144","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T04:50:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162843,"job_number":"JOB_162843","tr_customer_id":162860,"tr_customer_product_id":162850,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:50:17.000Z","modified_at":"2026-01-21T04:50:17.000Z","name":"yogita daurby","mobile_number":"8898776543","email_id":"yd@gmail.com","dop":"2025-07-01","serial_number":"101167349114917","imei1":"101167349114917","imei2":"101167349114917","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T04:50:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162842,"job_number":"JOB_162842","tr_customer_id":162859,"tr_customer_product_id":162849,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:47:00.000Z","modified_at":"2026-01-21T04:47:00.000Z","name":"Mossie Connelly","mobile_number":"616-407-7815","email_id":"Elisabeth96@gmail.com","dop":"2017-01-31","serial_number":"739678535239887","imei1":"739678535239887","imei2":"739678535239887","popurl":"2017-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T04:47:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162840,"job_number":"JOB_162840","tr_customer_id":162857,"tr_customer_product_id":162847,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:45:08.000Z","modified_at":"2026-01-21T04:45:08.000Z","name":"Nikko Johnston","mobile_number":"804-429-1603","email_id":"Kari.Dickens34@yahoo.com","dop":"2017-01-31","serial_number":"1058254950146316","imei1":"1058254950146316","imei2":"1058254950146316","popurl":"2017-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T04:45:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162838,"job_number":"JOB_162838","tr_customer_id":162855,"tr_customer_product_id":162845,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:41:18.000Z","modified_at":"2026-01-21T04:41:18.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-11","serial_number":"13635578883544","imei1":"13635578883544","imei2":"13635578883544","popurl":"2026-01-11T04:41:18.035988230Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T04:41:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162837,"job_number":"JOB_162837","tr_customer_id":162854,"tr_customer_product_id":162844,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:40:29.000Z","modified_at":"2026-01-21T04:40:29.000Z","name":"Brannon Marks","mobile_number":"235-942-1041","email_id":"Westley.Goodwin40@gmail.com","dop":"2025-04-06","serial_number":"18073471637033556","imei1":"18073471637033556","imei2":"18073471637033556","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T04:40:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162835,"job_number":"JOB_162835","tr_customer_id":162852,"tr_customer_product_id":162842,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:40:28.000Z","modified_at":"2026-01-21T04:40:28.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16942499500974","imei1":"16942499500974","imei2":"16942499500974","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T04:40:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162834,"job_number":"JOB_162834","tr_customer_id":162851,"tr_customer_product_id":162841,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:40:15.000Z","modified_at":"2026-01-21T04:40:15.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-11","serial_number":"60772735252404","imei1":"60772735252404","imei2":"60772735252404","popurl":"2026-01-11T04:40:15.084466934Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T04:40:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162833,"job_number":"JOB_162833","tr_customer_id":162850,"tr_customer_product_id":162840,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:39:46.000Z","modified_at":"2026-01-21T04:39:46.000Z","name":"Foster Schmidt","mobile_number":"775-835-5986","email_id":"Maureen48@hotmail.com","dop":"2025-04-06","serial_number":"11994992878266368","imei1":"11994992878266368","imei2":"11994992878266368","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T04:39:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162831,"job_number":"JOB_162831","tr_customer_id":162848,"tr_customer_product_id":162838,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:39:44.000Z","modified_at":"2026-01-21T04:39:44.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10993856536502","imei1":"10993856536502","imei2":"10993856536502","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T04:39:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162830,"job_number":"JOB_162830","tr_customer_id":162847,"tr_customer_product_id":162837,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:39:02.000Z","modified_at":"2026-01-21T04:39:02.000Z","name":"Alivia Emmerich","mobile_number":"563-603-1734","email_id":"Wilbert_Cormier57@hotmail.com","dop":"2025-04-06","serial_number":"15778016753437388","imei1":"15778016753437388","imei2":"15778016753437388","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T04:39:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162828,"job_number":"JOB_162828","tr_customer_id":162845,"tr_customer_product_id":162835,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:39:00.000Z","modified_at":"2026-01-21T04:39:00.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17316550199141","imei1":"17316550199141","imei2":"17316550199141","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T04:39:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162827,"job_number":"JOB_162827","tr_customer_id":162844,"tr_customer_product_id":162834,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:08:00.000Z","modified_at":"2026-01-21T04:08:00.000Z","name":"Stanton Sauer","mobile_number":"337-579-7312","email_id":"Dorthy.Zieme1@gmail.com","dop":"2025-04-06","serial_number":"16577893783068204","imei1":"16577893783068204","imei2":"16577893783068204","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T04:08:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162825,"job_number":"JOB_162825","tr_customer_id":162842,"tr_customer_product_id":162832,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:07:58.000Z","modified_at":"2026-01-21T04:07:58.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19064947813475","imei1":"19064947813475","imei2":"19064947813475","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T04:07:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162824,"job_number":"JOB_162824","tr_customer_id":162841,"tr_customer_product_id":162831,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:07:16.000Z","modified_at":"2026-01-21T04:07:16.000Z","name":"Charlotte Dooley","mobile_number":"983-851-3035","email_id":"Rhoda.Torp@yahoo.com","dop":"2025-04-06","serial_number":"11012622729466892","imei1":"11012622729466892","imei2":"11012622729466892","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T04:07:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162822,"job_number":"JOB_162822","tr_customer_id":162839,"tr_customer_product_id":162829,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:07:15.000Z","modified_at":"2026-01-21T04:07:15.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18424217280638","imei1":"18424217280638","imei2":"18424217280638","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T04:07:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162821,"job_number":"JOB_162821","tr_customer_id":162838,"tr_customer_product_id":162828,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:06:33.000Z","modified_at":"2026-01-21T04:06:33.000Z","name":"Mckayla Oberbrunner","mobile_number":"620-322-6848","email_id":"Dave_Vandervort@gmail.com","dop":"2025-04-06","serial_number":"11036850279112522","imei1":"11036850279112522","imei2":"11036850279112522","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T04:06:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162819,"job_number":"JOB_162819","tr_customer_id":162836,"tr_customer_product_id":162826,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:06:31.000Z","modified_at":"2026-01-21T04:06:31.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12550241698009","imei1":"12550241698009","imei2":"12550241698009","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T04:06:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162817,"job_number":"JOB_162817","tr_customer_id":162834,"tr_customer_product_id":162824,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:03:24.000Z","modified_at":"2026-01-21T04:03:24.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"92400582442182","imei1":"92400582442182","imei2":"92400582442182","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T04:03:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162816,"job_number":"JOB_162816","tr_customer_id":162833,"tr_customer_product_id":162823,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:03:24.000Z","modified_at":"2026-01-21T04:03:24.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"83076068922229","imei1":"83076068922229","imei2":"83076068922229","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T04:03:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162815,"job_number":"JOB_162815","tr_customer_id":162832,"tr_customer_product_id":162822,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:03:24.000Z","modified_at":"2026-01-21T04:03:24.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"62599705489607","imei1":"62599705489607","imei2":"62599705489607","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T04:03:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162814,"job_number":"JOB_162814","tr_customer_id":162831,"tr_customer_product_id":162821,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:03:24.000Z","modified_at":"2026-01-21T04:03:24.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"23348282558512","imei1":"23348282558512","imei2":"23348282558512","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T04:03:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162813,"job_number":"JOB_162813","tr_customer_id":162830,"tr_customer_product_id":162820,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:03:23.000Z","modified_at":"2026-01-21T04:03:23.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"39105353413892","imei1":"39105353413892","imei2":"39105353413892","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T04:03:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162812,"job_number":"JOB_162812","tr_customer_id":162829,"tr_customer_product_id":162819,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:03:23.000Z","modified_at":"2026-01-21T04:03:23.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"94669280931179","imei1":"94669280931179","imei2":"94669280931179","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T04:03:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162810,"job_number":"JOB_162810","tr_customer_id":162827,"tr_customer_product_id":162817,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:02:53.000Z","modified_at":"2026-01-21T04:02:53.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"24788023947892","imei1":"24788023947892","imei2":"24788023947892","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T04:02:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162809,"job_number":"JOB_162809","tr_customer_id":162826,"tr_customer_product_id":162816,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:02:53.000Z","modified_at":"2026-01-21T04:02:53.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"56707534009094","imei1":"56707534009094","imei2":"56707534009094","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T04:02:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162808,"job_number":"JOB_162808","tr_customer_id":162825,"tr_customer_product_id":162815,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:02:52.000Z","modified_at":"2026-01-21T04:02:52.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"95637399653888","imei1":"95637399653888","imei2":"95637399653888","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T04:02:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162807,"job_number":"JOB_162807","tr_customer_id":162824,"tr_customer_product_id":162814,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:02:52.000Z","modified_at":"2026-01-21T04:02:52.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"74989679870675","imei1":"74989679870675","imei2":"74989679870675","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T04:02:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162806,"job_number":"JOB_162806","tr_customer_id":162823,"tr_customer_product_id":162813,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:02:52.000Z","modified_at":"2026-01-21T04:02:52.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"60446853786935","imei1":"60446853786935","imei2":"60446853786935","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T04:02:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162805,"job_number":"JOB_162805","tr_customer_id":162822,"tr_customer_product_id":162812,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:02:51.000Z","modified_at":"2026-01-21T04:02:51.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"50445765328132","imei1":"50445765328132","imei2":"50445765328132","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T04:02:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162803,"job_number":"JOB_162803","tr_customer_id":162820,"tr_customer_product_id":162810,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:02:22.000Z","modified_at":"2026-01-21T04:02:22.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"45311273736729","imei1":"45311273736729","imei2":"45311273736729","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T04:02:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162802,"job_number":"JOB_162802","tr_customer_id":162819,"tr_customer_product_id":162809,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:02:21.000Z","modified_at":"2026-01-21T04:02:21.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"73986996826282","imei1":"73986996826282","imei2":"73986996826282","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T04:02:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162801,"job_number":"JOB_162801","tr_customer_id":162818,"tr_customer_product_id":162808,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:02:21.000Z","modified_at":"2026-01-21T04:02:21.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"50068933013358","imei1":"50068933013358","imei2":"50068933013358","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T04:02:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162800,"job_number":"JOB_162800","tr_customer_id":162817,"tr_customer_product_id":162807,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:02:21.000Z","modified_at":"2026-01-21T04:02:21.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"71948363623306","imei1":"71948363623306","imei2":"71948363623306","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T04:02:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162799,"job_number":"JOB_162799","tr_customer_id":162816,"tr_customer_product_id":162806,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:02:20.000Z","modified_at":"2026-01-21T04:02:20.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"55414069264048","imei1":"55414069264048","imei2":"55414069264048","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T04:02:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162798,"job_number":"JOB_162798","tr_customer_id":162815,"tr_customer_product_id":162805,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:02:20.000Z","modified_at":"2026-01-21T04:02:20.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"80838712330307","imei1":"80838712330307","imei2":"80838712330307","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T04:02:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162794,"job_number":"JOB_162794","tr_customer_id":162811,"tr_customer_product_id":162801,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:56:47.000Z","modified_at":"2026-01-21T03:56:47.000Z","name":"Jacklyn Stoltenberg","mobile_number":"634-352-8934","email_id":"Clinton.Spinka27@yahoo.com","dop":"2025-04-06","serial_number":"13277021174872950","imei1":"13277021174872950","imei2":"13277021174872950","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:56:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162792,"job_number":"JOB_162792","tr_customer_id":162809,"tr_customer_product_id":162799,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:56:45.000Z","modified_at":"2026-01-21T03:56:45.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16606243786958","imei1":"16606243786958","imei2":"16606243786958","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:56:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162791,"job_number":"JOB_162791","tr_customer_id":162808,"tr_customer_product_id":162798,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:56:19.000Z","modified_at":"2026-01-21T03:56:19.000Z","name":"Jeffry Bogisich","mobile_number":"829-281-8830","email_id":"Reece84@yahoo.com","dop":"2025-04-06","serial_number":"15965484185781696","imei1":"15965484185781696","imei2":"15965484185781696","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:56:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162789,"job_number":"JOB_162789","tr_customer_id":162806,"tr_customer_product_id":162796,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:56:17.000Z","modified_at":"2026-01-21T03:56:17.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19599990776764","imei1":"19599990776764","imei2":"19599990776764","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:56:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162784,"job_number":"JOB_162784","tr_customer_id":162801,"tr_customer_product_id":162791,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:56:10.000Z","modified_at":"2026-01-21T03:56:10.000Z","name":"Kyler Roberts","mobile_number":"340-271-7936","email_id":"Grant_Koepp99@yahoo.com","dop":"2025-04-06","serial_number":"17750172796145496","imei1":"17750172796145496","imei2":"17750172796145496","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:56:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162779,"job_number":"JOB_162779","tr_customer_id":162796,"tr_customer_product_id":162786,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:56:09.000Z","modified_at":"2026-01-21T03:56:09.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12066783186229","imei1":"12066783186229","imei2":"12066783186229","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:56:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162778,"job_number":"JOB_162778","tr_customer_id":162795,"tr_customer_product_id":162785,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:56:08.000Z","modified_at":"2026-01-21T03:56:08.000Z","name":"Lucius Kuhn","mobile_number":"774-412-4439","email_id":"Cali.Turner@yahoo.com","dop":"2025-04-06","serial_number":"14328470819751264","imei1":"14328470819751264","imei2":"14328470819751264","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:56:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162776,"job_number":"JOB_162776","tr_customer_id":162793,"tr_customer_product_id":162783,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:56:06.000Z","modified_at":"2026-01-21T03:56:06.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10479763847921","imei1":"10479763847921","imei2":"10479763847921","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:56:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162775,"job_number":"JOB_162775","tr_customer_id":162792,"tr_customer_product_id":162782,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:56:02.000Z","modified_at":"2026-01-21T03:56:02.000Z","name":"Abigale Carter","mobile_number":"354-937-5316","email_id":"Carmela12@gmail.com","dop":"2025-04-06","serial_number":"13516610622865430","imei1":"13516610622865430","imei2":"13516610622865430","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:56:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162774,"job_number":"JOB_162774","tr_customer_id":162791,"tr_customer_product_id":162781,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:56:02.000Z","modified_at":"2026-01-21T03:56:02.000Z","name":"Krystal Heller","mobile_number":"528-957-7180","email_id":"Milan54@hotmail.com","dop":"2025-04-06","serial_number":"12537508866891718","imei1":"12537508866891718","imei2":"12537508866891718","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:56:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162773,"job_number":"JOB_162773","tr_customer_id":162790,"tr_customer_product_id":162780,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:56:02.000Z","modified_at":"2026-01-21T03:56:02.000Z","name":"Juliana Okuneva","mobile_number":"628-729-8150","email_id":"Amparo_Weimann10@gmail.com","dop":"2025-04-06","serial_number":"17903724294886804","imei1":"17903724294886804","imei2":"17903724294886804","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:56:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162771,"job_number":"JOB_162771","tr_customer_id":162788,"tr_customer_product_id":162778,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:56:01.000Z","modified_at":"2026-01-21T03:56:01.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17374076242404","imei1":"17374076242404","imei2":"17374076242404","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:56:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162770,"job_number":"JOB_162770","tr_customer_id":162787,"tr_customer_product_id":162777,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:56:01.000Z","modified_at":"2026-01-21T03:56:01.000Z","name":"Edwin Goodwin","mobile_number":"760-412-4452","email_id":"Julianne_Wyman64@yahoo.com","dop":"2025-04-06","serial_number":"12699502674176330","imei1":"12699502674176330","imei2":"12699502674176330","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:56:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162767,"job_number":"JOB_162767","tr_customer_id":162784,"tr_customer_product_id":162774,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:56:00.000Z","modified_at":"2026-01-21T03:56:00.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14779615738914","imei1":"14779615738914","imei2":"14779615738914","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:56:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162766,"job_number":"JOB_162766","tr_customer_id":162783,"tr_customer_product_id":162773,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:56:00.000Z","modified_at":"2026-01-21T03:56:00.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14453385923313","imei1":"14453385923313","imei2":"14453385923313","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:56:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162765,"job_number":"JOB_162765","tr_customer_id":162782,"tr_customer_product_id":162772,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:59.000Z","modified_at":"2026-01-21T03:55:59.000Z","name":"Giuseppe Fisher","mobile_number":"530-379-4979","email_id":"Modesto50@hotmail.com","dop":"2025-04-06","serial_number":"16544458269880684","imei1":"16544458269880684","imei2":"16544458269880684","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:55:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162763,"job_number":"JOB_162763","tr_customer_id":162780,"tr_customer_product_id":162770,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:59.000Z","modified_at":"2026-01-21T03:55:59.000Z","name":"kajal t","mobile_number":"7045663551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17283779099052","imei1":"17283779099052","imei2":"17283779099052","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:55:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162761,"job_number":"JOB_162761","tr_customer_id":162778,"tr_customer_product_id":162768,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:58.000Z","modified_at":"2026-01-21T03:55:58.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19326406579411","imei1":"19326406579411","imei2":"19326406579411","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:55:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162757,"job_number":"JOB_162757","tr_customer_id":162774,"tr_customer_product_id":162764,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:53.000Z","modified_at":"2026-01-21T03:55:53.000Z","name":"Vinnie Brakus","mobile_number":"635-370-2185","email_id":"Haven60@yahoo.com","dop":"2025-04-06","serial_number":"17452921656048246","imei1":"17452921656048246","imei2":"17452921656048246","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:55:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162755,"job_number":"JOB_162755","tr_customer_id":162772,"tr_customer_product_id":162762,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:52.000Z","modified_at":"2026-01-21T03:55:52.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18260412890490","imei1":"18260412890490","imei2":"18260412890490","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:55:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162754,"job_number":"JOB_162754","tr_customer_id":162771,"tr_customer_product_id":162761,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:47.000Z","modified_at":"2026-01-21T03:55:47.000Z","name":"Myah Walsh","mobile_number":"960-976-4458","email_id":"Dameon.Kulas35@gmail.com","dop":"2025-04-06","serial_number":"15578533259914248","imei1":"15578533259914248","imei2":"15578533259914248","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:55:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162752,"job_number":"JOB_162752","tr_customer_id":162769,"tr_customer_product_id":162759,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:45.000Z","modified_at":"2026-01-21T03:55:45.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16744290961185","imei1":"16744290961185","imei2":"16744290961185","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:55:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162748,"job_number":"JOB_162748","tr_customer_id":162765,"tr_customer_product_id":162755,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:35.000Z","modified_at":"2026-01-21T03:55:35.000Z","name":"Ashleigh Nitzsche","mobile_number":"675-280-9374","email_id":"Leonel82@hotmail.com","dop":"2025-04-06","serial_number":"10058957527885084","imei1":"10058957527885084","imei2":"10058957527885084","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:55:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162746,"job_number":"JOB_162746","tr_customer_id":162763,"tr_customer_product_id":162753,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:33.000Z","modified_at":"2026-01-21T03:55:33.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13310685423157","imei1":"13310685423157","imei2":"13310685423157","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:55:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162745,"job_number":"JOB_162745","tr_customer_id":162762,"tr_customer_product_id":162752,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:30.000Z","modified_at":"2026-01-21T03:55:30.000Z","name":"Idella Zemlak","mobile_number":"491-752-7466","email_id":"Hassie_Mueller@yahoo.com","dop":"2025-04-06","serial_number":"17542975757967354","imei1":"17542975757967354","imei2":"17542975757967354","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:55:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162743,"job_number":"JOB_162743","tr_customer_id":162760,"tr_customer_product_id":162750,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:29.000Z","modified_at":"2026-01-21T03:55:29.000Z","name":"Radha Jain","mobile_number":"12345678979","email_id":"test@2","dop":"2025-04-06","serial_number":"16605871831746","imei1":"16605871831746","imei2":"16605871831746","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:55:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162739,"job_number":"JOB_162739","tr_customer_id":162756,"tr_customer_product_id":162746,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:25.000Z","modified_at":"2026-01-21T03:55:25.000Z","name":"Alysa Ankunding","mobile_number":"555-633-6084","email_id":"Marvin.Mitchell2@gmail.com","dop":"2025-04-06","serial_number":"11954194196572000","imei1":"11954194196572000","imei2":"11954194196572000","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:55:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162738,"job_number":"JOB_162738","tr_customer_id":162755,"tr_customer_product_id":162745,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:24.000Z","modified_at":"2026-01-21T03:55:24.000Z","name":"Horace Conn","mobile_number":"524-394-5808","email_id":"Olga50@yahoo.com","dop":"2025-04-06","serial_number":"12338394019060760","imei1":"12338394019060760","imei2":"12338394019060760","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:55:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162736,"job_number":"JOB_162736","tr_customer_id":162753,"tr_customer_product_id":162743,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:23.000Z","modified_at":"2026-01-21T03:55:23.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14105833084369","imei1":"14105833084369","imei2":"14105833084369","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:55:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162734,"job_number":"JOB_162734","tr_customer_id":162751,"tr_customer_product_id":162741,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:22.000Z","modified_at":"2026-01-21T03:55:22.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12474517585034","imei1":"12474517585034","imei2":"12474517585034","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:55:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162733,"job_number":"JOB_162733","tr_customer_id":162750,"tr_customer_product_id":162740,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:20.000Z","modified_at":"2026-01-21T03:55:20.000Z","name":"Kariane Waelchi","mobile_number":"731-722-6457","email_id":"Kobe.Schuppe@gmail.com","dop":"2025-04-06","serial_number":"17205118757755736","imei1":"17205118757755736","imei2":"17205118757755736","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:55:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162732,"job_number":"JOB_162732","tr_customer_id":162749,"tr_customer_product_id":162739,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:20.000Z","modified_at":"2026-01-21T03:55:20.000Z","name":"Gail Collins","mobile_number":"364-438-0262","email_id":"Jermain_Roob43@yahoo.com","dop":"2025-04-06","serial_number":"14914142965215024","imei1":"14914142965215024","imei2":"14914142965215024","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:55:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162729,"job_number":"JOB_162729","tr_customer_id":162746,"tr_customer_product_id":162736,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:19.000Z","modified_at":"2026-01-21T03:55:19.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11465123849035","imei1":"11465123849035","imei2":"11465123849035","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:55:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162728,"job_number":"JOB_162728","tr_customer_id":162745,"tr_customer_product_id":162735,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:19.000Z","modified_at":"2026-01-21T03:55:19.000Z","name":"Brooke Olson","mobile_number":"630-497-7590","email_id":"Lou_Wisozk@yahoo.com","dop":"2025-04-06","serial_number":"11184939878167142","imei1":"11184939878167142","imei2":"11184939878167142","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:55:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162727,"job_number":"JOB_162727","tr_customer_id":162744,"tr_customer_product_id":162734,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:18.000Z","modified_at":"2026-01-21T03:55:18.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19285335277024","imei1":"19285335277024","imei2":"19285335277024","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:55:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162726,"job_number":"JOB_162726","tr_customer_id":162743,"tr_customer_product_id":162733,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:18.000Z","modified_at":"2026-01-21T03:55:18.000Z","name":"Theresa Orn","mobile_number":"854-615-0275","email_id":"Annette54@yahoo.com","dop":"2025-04-06","serial_number":"12047082356178284","imei1":"12047082356178284","imei2":"12047082356178284","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:55:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162724,"job_number":"JOB_162724","tr_customer_id":162741,"tr_customer_product_id":162731,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:17.000Z","modified_at":"2026-01-21T03:55:17.000Z","name":"uday p","mobile_number":"9321453112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17954307958064","imei1":"17954307958064","imei2":"17954307958064","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:55:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162722,"job_number":"JOB_162722","tr_customer_id":162739,"tr_customer_product_id":162729,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:17.000Z","modified_at":"2026-01-21T03:55:17.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10431646362720","imei1":"10431646362720","imei2":"10431646362720","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:55:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162721,"job_number":"JOB_162721","tr_customer_id":162738,"tr_customer_product_id":162728,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:16.000Z","modified_at":"2026-01-21T03:55:16.000Z","name":"Lourdes Nitzsche","mobile_number":"381-377-0924","email_id":"Rosa_Beahan0@hotmail.com","dop":"2025-04-06","serial_number":"14459349065420912","imei1":"14459349065420912","imei2":"14459349065420912","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:55:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162719,"job_number":"JOB_162719","tr_customer_id":162736,"tr_customer_product_id":162726,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:14.000Z","modified_at":"2026-01-21T03:55:14.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12215665241206","imei1":"12215665241206","imei2":"12215665241206","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:55:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162718,"job_number":"JOB_162718","tr_customer_id":162735,"tr_customer_product_id":162725,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:13.000Z","modified_at":"2026-01-21T03:55:13.000Z","name":"Eli Sauer","mobile_number":"579-477-4482","email_id":"Evangeline.Pfeffer@yahoo.com","dop":"2025-04-06","serial_number":"17459648709512868","imei1":"17459648709512868","imei2":"17459648709512868","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:55:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162717,"job_number":"JOB_162717","tr_customer_id":162734,"tr_customer_product_id":162724,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:12.000Z","modified_at":"2026-01-21T03:55:12.000Z","name":"Marian Lesch","mobile_number":"820-909-5565","email_id":"Antonette69@yahoo.com","dop":"2025-04-06","serial_number":"15974529322278268","imei1":"15974529322278268","imei2":"15974529322278268","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:55:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162715,"job_number":"JOB_162715","tr_customer_id":162732,"tr_customer_product_id":162722,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:11.000Z","modified_at":"2026-01-21T03:55:11.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18104718223469","imei1":"18104718223469","imei2":"18104718223469","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:55:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162713,"job_number":"JOB_162713","tr_customer_id":162730,"tr_customer_product_id":162720,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:10.000Z","modified_at":"2026-01-21T03:55:10.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18612558739407","imei1":"18612558739407","imei2":"18612558739407","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:55:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162712,"job_number":"JOB_162712","tr_customer_id":162729,"tr_customer_product_id":162719,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:10.000Z","modified_at":"2026-01-21T03:55:10.000Z","name":"Rick Monahan","mobile_number":"270-337-8951","email_id":"Robb_Kuvalis10@gmail.com","dop":"2025-04-06","serial_number":"19404147400035508","imei1":"19404147400035508","imei2":"19404147400035508","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:55:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162710,"job_number":"JOB_162710","tr_customer_id":162727,"tr_customer_product_id":162717,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:08.000Z","modified_at":"2026-01-21T03:55:08.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19693571304256","imei1":"19693571304256","imei2":"19693571304256","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:55:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162709,"job_number":"JOB_162709","tr_customer_id":162726,"tr_customer_product_id":162716,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:00.000Z","modified_at":"2026-01-21T03:55:00.000Z","name":"Mazie Towne","mobile_number":"411-358-1066","email_id":"Thomas77@gmail.com","dop":"2025-04-06","serial_number":"10660904358040404","imei1":"10660904358040404","imei2":"10660904358040404","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:55:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162707,"job_number":"JOB_162707","tr_customer_id":162724,"tr_customer_product_id":162714,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:59.000Z","modified_at":"2026-01-21T03:54:59.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12819376050191","imei1":"12819376050191","imei2":"12819376050191","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162706,"job_number":"JOB_162706","tr_customer_id":162723,"tr_customer_product_id":162713,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:51.000Z","modified_at":"2026-01-21T03:54:51.000Z","name":"Hassan West","mobile_number":"663-898-0888","email_id":"Lavada82@yahoo.com","dop":"2025-04-06","serial_number":"14433541135182342","imei1":"14433541135182342","imei2":"14433541135182342","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162700,"job_number":"JOB_162700","tr_customer_id":162717,"tr_customer_product_id":162707,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:50.000Z","modified_at":"2026-01-21T03:54:50.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11598172322500","imei1":"11598172322500","imei2":"11598172322500","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162699,"job_number":"JOB_162699","tr_customer_id":162716,"tr_customer_product_id":162706,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:47.000Z","modified_at":"2026-01-21T03:54:47.000Z","name":"Betty Durgan","mobile_number":"297-879-6183","email_id":"Kasandra63@gmail.com","dop":"2025-04-06","serial_number":"11961754946158752","imei1":"11961754946158752","imei2":"11961754946158752","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162697,"job_number":"JOB_162697","tr_customer_id":162714,"tr_customer_product_id":162704,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:45.000Z","modified_at":"2026-01-21T03:54:45.000Z","name":"Rita Gupta","mobile_number":"12345678978","email_id":"test@1","dop":"2025-04-06","serial_number":"14617980334931","imei1":"14617980334931","imei2":"14617980334931","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162695,"job_number":"JOB_162695","tr_customer_id":162712,"tr_customer_product_id":162702,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:43.000Z","modified_at":"2026-01-21T03:54:43.000Z","name":"Zane Wunsch","mobile_number":"480-306-9599","email_id":"Carmine_Swift@hotmail.com","dop":"2025-04-06","serial_number":"13005074319123836","imei1":"13005074319123836","imei2":"13005074319123836","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162693,"job_number":"JOB_162693","tr_customer_id":162710,"tr_customer_product_id":162700,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:41.000Z","modified_at":"2026-01-21T03:54:41.000Z","name":"Uday D","mobile_number":"9405167371","email_id":"dmandlik923454@gmail.com","dop":"2025-04-06","serial_number":"10472085389825","imei1":"10472085389825","imei2":"10472085389825","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162691,"job_number":"JOB_162691","tr_customer_id":162708,"tr_customer_product_id":162698,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:40.000Z","modified_at":"2026-01-21T03:54:40.000Z","name":"Jaycee Wiegand","mobile_number":"277-726-4638","email_id":"Rickey.McCullough@hotmail.com","dop":"2025-04-06","serial_number":"17949274473728028","imei1":"17949274473728028","imei2":"17949274473728028","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162690,"job_number":"JOB_162690","tr_customer_id":162707,"tr_customer_product_id":162697,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:40.000Z","modified_at":"2026-01-21T03:54:40.000Z","name":"Imelda Schumm","mobile_number":"295-804-4689","email_id":"Jacquelyn.Breitenberg17@gmail.com","dop":"2025-04-06","serial_number":"11654181013335758","imei1":"11654181013335758","imei2":"11654181013335758","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162685,"job_number":"JOB_162685","tr_customer_id":162702,"tr_customer_product_id":162692,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:39.000Z","modified_at":"2026-01-21T03:54:39.000Z","name":"Imelda Wunsch","mobile_number":"835-671-9329","email_id":"Rosamond83@hotmail.com","dop":"2025-04-06","serial_number":"17183608022188176","imei1":"17183608022188176","imei2":"17183608022188176","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162682,"job_number":"JOB_162682","tr_customer_id":162699,"tr_customer_product_id":162689,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:38.000Z","modified_at":"2026-01-21T03:54:38.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12062986808027","imei1":"12062986808027","imei2":"12062986808027","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162679,"job_number":"JOB_162679","tr_customer_id":162696,"tr_customer_product_id":162686,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:38.000Z","modified_at":"2026-01-21T03:54:38.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17591036684314","imei1":"17591036684314","imei2":"17591036684314","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162677,"job_number":"JOB_162677","tr_customer_id":162694,"tr_customer_product_id":162684,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:37.000Z","modified_at":"2026-01-21T03:54:37.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16159543790134","imei1":"16159543790134","imei2":"16159543790134","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162676,"job_number":"JOB_162676","tr_customer_id":162693,"tr_customer_product_id":162683,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:37.000Z","modified_at":"2026-01-21T03:54:37.000Z","name":"Sidney Gulgowski","mobile_number":"594-699-2192","email_id":"Scottie.Mertz@hotmail.com","dop":"2025-04-06","serial_number":"10585079893058744","imei1":"10585079893058744","imei2":"10585079893058744","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162675,"job_number":"JOB_162675","tr_customer_id":162692,"tr_customer_product_id":162682,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:36.000Z","modified_at":"2026-01-21T03:54:36.000Z","name":"Nathaniel Christiansen","mobile_number":"931-509-6360","email_id":"Kennedy_Roob22@gmail.com","dop":"2025-04-06","serial_number":"18531806963616636","imei1":"18531806963616636","imei2":"18531806963616636","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162671,"job_number":"JOB_162671","tr_customer_id":162688,"tr_customer_product_id":162678,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:35.000Z","modified_at":"2026-01-21T03:54:35.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19473862542889","imei1":"19473862542889","imei2":"19473862542889","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162670,"job_number":"JOB_162670","tr_customer_id":162687,"tr_customer_product_id":162677,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:35.000Z","modified_at":"2026-01-21T03:54:35.000Z","name":"jatin sharma","mobile_number":"7045663552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14331917249370","imei1":"14331917249370","imei2":"14331917249370","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162668,"job_number":"JOB_162668","tr_customer_id":162685,"tr_customer_product_id":162675,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:33.000Z","modified_at":"2026-01-21T03:54:33.000Z","name":"Rahul Greenholt","mobile_number":"935-411-4659","email_id":"Herminio_Kessler64@gmail.com","dop":"2025-05-30","serial_number":"1842208524031168","imei1":"1842208524031168","imei2":"1842208524031168","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162667,"job_number":"JOB_162667","tr_customer_id":162684,"tr_customer_product_id":162674,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:31.000Z","modified_at":"2026-01-21T03:54:31.000Z","name":"Ally Satterfield","mobile_number":"357-510-7177","email_id":"Ford2@yahoo.com","dop":"2025-05-30","serial_number":"15356519984057","imei1":"15356519984057","imei2":"15356519984057","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162665,"job_number":"JOB_162665","tr_customer_id":162682,"tr_customer_product_id":162672,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:30.000Z","modified_at":"2026-01-21T03:54:30.000Z","name":"Arlo Kris","mobile_number":"277-449-1565","email_id":"Romaine.Wuckert93@yahoo.com","dop":"2025-04-06","serial_number":"11693425988122226","imei1":"11693425988122226","imei2":"11693425988122226","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162663,"job_number":"JOB_162663","tr_customer_id":162680,"tr_customer_product_id":162670,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:28.000Z","modified_at":"2026-01-21T03:54:28.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12251968929478","imei1":"12251968929478","imei2":"12251968929478","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162662,"job_number":"JOB_162662","tr_customer_id":162679,"tr_customer_product_id":162669,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:27.000Z","modified_at":"2026-01-21T03:54:27.000Z","name":"Pablo DuBuque","mobile_number":"793-312-8727","email_id":"Maya16@yahoo.com","dop":"2025-04-06","serial_number":"14683523743272888","imei1":"14683523743272888","imei2":"14683523743272888","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162661,"job_number":"JOB_162661","tr_customer_id":162678,"tr_customer_product_id":162668,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:26.000Z","modified_at":"2026-01-21T03:54:26.000Z","name":"Beaulah Simonis","mobile_number":"204-656-2894","email_id":"Domingo8@hotmail.com","dop":"2025-04-06","serial_number":"17432839441483412","imei1":"17432839441483412","imei2":"17432839441483412","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162660,"job_number":"JOB_162660","tr_customer_id":162677,"tr_customer_product_id":162667,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:26.000Z","modified_at":"2026-01-21T03:54:26.000Z","name":"Katrina Roberts","mobile_number":"822-859-7295","email_id":"Asia_Bins@hotmail.com","dop":"2025-04-06","serial_number":"10631193522869558","imei1":"10631193522869558","imei2":"10631193522869558","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162657,"job_number":"JOB_162657","tr_customer_id":162674,"tr_customer_product_id":162664,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:25.000Z","modified_at":"2026-01-21T03:54:25.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14750896796796","imei1":"14750896796796","imei2":"14750896796796","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162654,"job_number":"JOB_162654","tr_customer_id":162671,"tr_customer_product_id":162661,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:25.000Z","modified_at":"2026-01-21T03:54:25.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19435443486077","imei1":"19435443486077","imei2":"19435443486077","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162653,"job_number":"JOB_162653","tr_customer_id":162670,"tr_customer_product_id":162660,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:24.000Z","modified_at":"2026-01-21T03:54:24.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19728822802727","imei1":"19728822802727","imei2":"19728822802727","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162651,"job_number":"JOB_162651","tr_customer_id":162668,"tr_customer_product_id":162658,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:22.000Z","modified_at":"2026-01-21T03:54:22.000Z","name":"Ottilie Schumm","mobile_number":"556-225-3098","email_id":"Eve_Mayert@yahoo.com","dop":"2025-04-06","serial_number":"10043714224930806","imei1":"10043714224930806","imei2":"10043714224930806","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162650,"job_number":"JOB_162650","tr_customer_id":162667,"tr_customer_product_id":162657,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:21.000Z","modified_at":"2026-01-21T03:54:21.000Z","name":"Judah Sanford","mobile_number":"884-293-2118","email_id":"Hettie.Cormier36@hotmail.com","dop":"2025-06-18","serial_number":"1027025340922719","imei1":"1027025340922719","imei2":"1027025340922719","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162647,"job_number":"JOB_162647","tr_customer_id":162664,"tr_customer_product_id":162654,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:20.000Z","modified_at":"2026-01-21T03:54:20.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10752618983109","imei1":"10752618983109","imei2":"10752618983109","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162646,"job_number":"JOB_162646","tr_customer_id":162663,"tr_customer_product_id":162653,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:15.000Z","modified_at":"2026-01-21T03:54:15.000Z","name":"Eda Pagac","mobile_number":"934-720-6863","email_id":"Rafaela.Haag34@yahoo.com","dop":"2025-04-06","serial_number":"15390323679788892","imei1":"15390323679788892","imei2":"15390323679788892","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162644,"job_number":"JOB_162644","tr_customer_id":162661,"tr_customer_product_id":162651,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:13.000Z","modified_at":"2026-01-21T03:54:13.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15397658553317","imei1":"15397658553317","imei2":"15397658553317","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162641,"job_number":"JOB_162641","tr_customer_id":162658,"tr_customer_product_id":162648,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:08.000Z","modified_at":"2026-01-21T03:54:08.000Z","name":"Issac Luettgen","mobile_number":"745-358-5630","email_id":"Bernita_Beahan45@hotmail.com","dop":"2025-04-06","serial_number":"19306903525320280","imei1":"19306903525320280","imei2":"19306903525320280","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162639,"job_number":"JOB_162639","tr_customer_id":162656,"tr_customer_product_id":162646,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:00.000Z","modified_at":"2026-01-21T03:54:00.000Z","name":"Buddy Botsford","mobile_number":"282-524-7506","email_id":"Jesse43@gmail.com","dop":"2025-04-06","serial_number":"17518805026091808","imei1":"17518805026091808","imei2":"17518805026091808","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162637,"job_number":"JOB_162637","tr_customer_id":162654,"tr_customer_product_id":162644,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:53:59.000Z","modified_at":"2026-01-21T03:53:59.000Z","name":"D M","mobile_number":"9405167371","email_id":"dmandlik92345@gmail.com","dop":"2025-04-06","serial_number":"16959601556511","imei1":"16959601556511","imei2":"16959601556511","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:53:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162636,"job_number":"JOB_162636","tr_customer_id":162653,"tr_customer_product_id":162643,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:53:54.000Z","modified_at":"2026-01-21T03:53:54.000Z","name":"Edd Bailey","mobile_number":"754-571-6777","email_id":"Uriel_OReilly@gmail.com","dop":"2025-04-06","serial_number":"12138392590815666","imei1":"12138392590815666","imei2":"12138392590815666","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:53:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162634,"job_number":"JOB_162634","tr_customer_id":162651,"tr_customer_product_id":162641,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:53:52.000Z","modified_at":"2026-01-21T03:53:52.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18349304720762","imei1":"18349304720762","imei2":"18349304720762","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:53:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162633,"job_number":"JOB_162633","tr_customer_id":162650,"tr_customer_product_id":162640,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:53:48.000Z","modified_at":"2026-01-21T03:53:48.000Z","name":"Leland Mitchell","mobile_number":"610-411-4350","email_id":"Shayna.Kuvalis@hotmail.com","dop":"2025-04-06","serial_number":"16534113069734780","imei1":"16534113069734780","imei2":"16534113069734780","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:53:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162631,"job_number":"JOB_162631","tr_customer_id":162648,"tr_customer_product_id":162638,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:53:41.000Z","modified_at":"2026-01-21T03:53:41.000Z","name":"Dennis McClure","mobile_number":"473-518-3893","email_id":"Favian.Baumbach@yahoo.com","dop":"2025-04-06","serial_number":"11672018648706232","imei1":"11672018648706232","imei2":"11672018648706232","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:53:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162629,"job_number":"JOB_162629","tr_customer_id":162646,"tr_customer_product_id":162636,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:53:39.000Z","modified_at":"2026-01-21T03:53:39.000Z","name":"Arlie Treutel","mobile_number":"604-903-8259","email_id":"Kenya.Swaniawski74@gmail.com","dop":"2025-06-18","serial_number":"1080106078253185","imei1":"1080106078253185","imei2":"1080106078253185","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:53:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162628,"job_number":"JOB_162628","tr_customer_id":162645,"tr_customer_product_id":162635,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:53:39.000Z","modified_at":"2026-01-21T03:53:39.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14399582480480","imei1":"14399582480480","imei2":"14399582480480","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:53:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162626,"job_number":"JOB_162626","tr_customer_id":162643,"tr_customer_product_id":162633,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:53:38.000Z","modified_at":"2026-01-21T03:53:38.000Z","name":"Marian West","mobile_number":"660-828-7789","email_id":"Osvaldo.Nolan28@yahoo.com","dop":"2025-04-06","serial_number":"16451017225734406","imei1":"16451017225734406","imei2":"16451017225734406","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:53:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162625,"job_number":"JOB_162625","tr_customer_id":162642,"tr_customer_product_id":162632,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:53:38.000Z","modified_at":"2026-01-21T03:53:38.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10788517097240","imei1":"10788517097240","imei2":"10788517097240","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:53:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162623,"job_number":"JOB_162623","tr_customer_id":162640,"tr_customer_product_id":162630,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:53:29.000Z","modified_at":"2026-01-21T03:53:29.000Z","name":"Alice Shields","mobile_number":"797-885-8513","email_id":"Kenneth.Abbott@hotmail.com","dop":"2025-04-06","serial_number":"12193303622992512","imei1":"12193303622992512","imei2":"12193303622992512","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:53:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162620,"job_number":"JOB_162620","tr_customer_id":162637,"tr_customer_product_id":162627,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:53:22.000Z","modified_at":"2026-01-21T03:53:22.000Z","name":"Donnell Hilll","mobile_number":"425-402-9199","email_id":"Elissa23@gmail.com","dop":"2025-04-06","serial_number":"12546921181361340","imei1":"12546921181361340","imei2":"12546921181361340","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:53:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162618,"job_number":"JOB_162618","tr_customer_id":162635,"tr_customer_product_id":162625,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:53:18.000Z","modified_at":"2026-01-21T03:53:18.000Z","name":"Marshall Koss","mobile_number":"501-318-7028","email_id":"Marvin37@hotmail.com","dop":"2025-04-06","serial_number":"15012338366390536","imei1":"15012338366390536","imei2":"15012338366390536","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:53:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162616,"job_number":"JOB_162616","tr_customer_id":162633,"tr_customer_product_id":162623,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:53:17.000Z","modified_at":"2026-01-21T03:53:17.000Z","name":"Dhananjay Mandlik","mobile_number":"9405167371","email_id":"dmandlik92@gmail.com","dop":"2025-04-06","serial_number":"18290475511432","imei1":"18290475511432","imei2":"18290475511432","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:53:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162614,"job_number":"JOB_162614","tr_customer_id":162631,"tr_customer_product_id":162621,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:48:34.000Z","modified_at":"2026-01-21T03:48:34.000Z","name":"Esther Parker","mobile_number":"834-642-0901","email_id":"Jules.Schinner19@hotmail.com","dop":"2025-04-06","serial_number":"16313148066048748","imei1":"16313148066048748","imei2":"16313148066048748","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:48:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162612,"job_number":"JOB_162612","tr_customer_id":162629,"tr_customer_product_id":162619,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:48:32.000Z","modified_at":"2026-01-21T03:48:32.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17848277089381","imei1":"17848277089381","imei2":"17848277089381","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:48:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162611,"job_number":"JOB_162611","tr_customer_id":162628,"tr_customer_product_id":162618,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:47:54.000Z","modified_at":"2026-01-21T03:47:54.000Z","name":"Bertha Bins","mobile_number":"880-586-2742","email_id":"Althea85@gmail.com","dop":"2025-04-06","serial_number":"19804275476949320","imei1":"19804275476949320","imei2":"19804275476949320","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:47:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162609,"job_number":"JOB_162609","tr_customer_id":162626,"tr_customer_product_id":162616,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:47:52.000Z","modified_at":"2026-01-21T03:47:52.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"15963298373361","imei1":"15963298373361","imei2":"15963298373361","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:47:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162608,"job_number":"JOB_162608","tr_customer_id":162625,"tr_customer_product_id":162615,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:47:14.000Z","modified_at":"2026-01-21T03:47:14.000Z","name":"Madelyn Farrell","mobile_number":"428-445-3992","email_id":"Angus50@hotmail.com","dop":"2025-04-06","serial_number":"16746191132438830","imei1":"16746191132438830","imei2":"16746191132438830","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:47:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162606,"job_number":"JOB_162606","tr_customer_id":162623,"tr_customer_product_id":162613,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:47:12.000Z","modified_at":"2026-01-21T03:47:12.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13058901590552","imei1":"13058901590552","imei2":"13058901590552","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:47:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162601,"job_number":"JOB_162601","tr_customer_id":162618,"tr_customer_product_id":162608,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T02:59:52.000Z","modified_at":"2026-01-21T06:12:37.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14703153286275","imei1":"14703153286275","imei2":"14703153286275","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":3,"assigned_on":"2026-01-21T06:12:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162597,"job_number":"JOB_162597","tr_customer_id":162614,"tr_customer_product_id":162604,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T02:58:20.000Z","modified_at":"2026-01-21T02:58:20.000Z","name":"Elva Koss","mobile_number":"316-617-1422","email_id":"Delphia_Welch19@yahoo.com","dop":"2025-04-06","serial_number":"16740242445612904","imei1":"16740242445612904","imei2":"16740242445612904","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T02:58:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162595,"job_number":"JOB_162595","tr_customer_id":162612,"tr_customer_product_id":162602,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T02:58:18.000Z","modified_at":"2026-01-21T02:58:18.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14346605803933","imei1":"14346605803933","imei2":"14346605803933","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T02:58:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162588,"job_number":"JOB_162588","tr_customer_id":162605,"tr_customer_product_id":162595,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T02:24:34.000Z","modified_at":"2026-01-21T02:24:34.000Z","name":"Divya Rai","mobile_number":"7001829202","email_id":"testemail@gmail.com","dop":"2025-12-04","serial_number":"23451113430770109","imei1":"23451113430770109","imei2":"23451113430770109","popurl":"2025-12-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T02:24:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162586,"job_number":"JOB_162586","tr_customer_id":162603,"tr_customer_product_id":162593,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T01:29:13.000Z","modified_at":"2026-01-21T01:29:13.000Z","name":"Dnyan Ubale","mobile_number":"7878787878","email_id":"xyz@gmail.com","dop":"2026-01-11","serial_number":"11794514993682","imei1":"18904414473682","imei2":"130779079163742","popurl":"2026-01-11T01:29:05.036385171Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T01:29:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162585,"job_number":"JOB_162585","tr_customer_id":162602,"tr_customer_product_id":162592,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T01:16:15.000Z","modified_at":"2026-01-21T01:16:15.000Z","name":"Jewell Hammes","mobile_number":"282-657-9437","email_id":"Zita_Haag@yahoo.com","dop":"2025-04-06","serial_number":"15699477022877","imei1":"15699477022877","imei2":"15699477022877","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T01:16:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162584,"job_number":"JOB_162584","tr_customer_id":162601,"tr_customer_product_id":162591,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T23:43:46.000Z","modified_at":"2026-01-20T23:43:46.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2026-01-10","serial_number":"79946591955889","imei1":"79946591955889","imei2":"79946591955889","popurl":"2026-01-10T23:43:45.940208174Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T23:43:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162583,"job_number":"JOB_162583","tr_customer_id":162600,"tr_customer_product_id":162590,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T23:41:21.000Z","modified_at":"2026-01-20T23:41:21.000Z","name":"Chaturbhuj Mahajan","mobile_number":"7026991834","email_id":"shobhana.dutta@yahoo.co.in","dop":"2026-01-10","serial_number":"224794184197133","imei1":"224794184197133","imei2":"224794184197133","popurl":"www.trilokanath-kakkar.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T23:41:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162582,"job_number":"JOB_162582","tr_customer_id":162599,"tr_customer_product_id":162589,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T23:41:20.000Z","modified_at":"2026-01-20T23:41:20.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2026-01-10","serial_number":"18836592954988","imei1":"18836592954988","imei2":"18836592954988","popurl":"2026-01-10T23:41:19.946927849Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T23:41:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162581,"job_number":"JOB_162581","tr_customer_id":162598,"tr_customer_product_id":162588,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T20:40:30.000Z","modified_at":"2026-01-20T20:40:30.000Z","name":"Princess Miller","mobile_number":"502-632-4620","email_id":"Bettie1@hotmail.com","dop":"2025-04-06","serial_number":"14278450739459654","imei1":"14278450739459654","imei2":"14278450739459654","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T20:40:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162579,"job_number":"JOB_162579","tr_customer_id":162596,"tr_customer_product_id":162586,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T20:40:29.000Z","modified_at":"2026-01-20T20:40:29.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16116783914589","imei1":"16116783914589","imei2":"16116783914589","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T20:40:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162578,"job_number":"JOB_162578","tr_customer_id":162595,"tr_customer_product_id":162585,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T20:39:50.000Z","modified_at":"2026-01-20T20:39:50.000Z","name":"Orville Schuster","mobile_number":"425-446-1916","email_id":"Nakia_DuBuque@gmail.com","dop":"2025-04-06","serial_number":"13476479898069586","imei1":"13476479898069586","imei2":"13476479898069586","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T20:39:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162576,"job_number":"JOB_162576","tr_customer_id":162593,"tr_customer_product_id":162583,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T20:39:48.000Z","modified_at":"2026-01-20T20:39:48.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14242279873716","imei1":"14242279873716","imei2":"14242279873716","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T20:39:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162575,"job_number":"JOB_162575","tr_customer_id":162592,"tr_customer_product_id":162582,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T20:39:10.000Z","modified_at":"2026-01-20T20:39:10.000Z","name":"Nash VonRueden","mobile_number":"616-440-1488","email_id":"Giovani62@hotmail.com","dop":"2025-04-06","serial_number":"14955966540965402","imei1":"14955966540965402","imei2":"14955966540965402","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T20:39:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162573,"job_number":"JOB_162573","tr_customer_id":162590,"tr_customer_product_id":162580,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T20:39:08.000Z","modified_at":"2026-01-20T20:39:08.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12095869755675","imei1":"12095869755675","imei2":"12095869755675","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-20T20:39:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163009,"job_number":"JOB_163009","tr_customer_id":163026,"tr_customer_product_id":163016,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T07:36:56.000Z","modified_at":"2026-01-21T07:36:56.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Brisa_Weissnat99@yahoo.com","dop":"2025-07-02","serial_number":"16207931644445","imei1":"16207931644445","imei2":"16207931644445","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T07:36:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163008,"job_number":"JOB_163008","tr_customer_id":163025,"tr_customer_product_id":163015,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T07:36:37.000Z","modified_at":"2026-01-21T07:36:37.000Z","name":"Rahul goswami","mobile_number":"8767656543","email_id":"Mckenzie_Schoen@hotmail.com","dop":"2025-07-02","serial_number":"13718010959776","imei1":"13718010959776","imei2":"13718010959776","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T07:36:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163007,"job_number":"JOB_163007","tr_customer_id":163024,"tr_customer_product_id":163014,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T07:36:19.000Z","modified_at":"2026-01-21T07:36:19.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Annabell_Bernier@yahoo.com","dop":"2025-07-02","serial_number":"13461850930646","imei1":"13461850930646","imei2":"13461850930646","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T07:36:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162890,"job_number":"JOB_162890","tr_customer_id":162907,"tr_customer_product_id":162897,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:21:40.000Z","modified_at":"2026-01-21T06:21:40.000Z","name":"Jerrell Lockman","mobile_number":"278-903-8564","email_id":"Sierra.Beatty@gmail.com","dop":"2025-06-09","serial_number":"105344703874637","imei1":"105344703874637","imei2":"105344703874637","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:21:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162888,"job_number":"JOB_162888","tr_customer_id":162905,"tr_customer_product_id":162895,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:21:39.000Z","modified_at":"2026-01-21T06:21:39.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"107127302673431","imei1":"107127302673431","imei2":"107127302673431","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:21:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162887,"job_number":"JOB_162887","tr_customer_id":162904,"tr_customer_product_id":162894,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:21:23.000Z","modified_at":"2026-01-21T06:21:23.000Z","name":"Warren Denesik","mobile_number":"823-826-4267","email_id":"Hudson.Pollich@yahoo.com","dop":"2025-06-09","serial_number":"102168053565125","imei1":"102168053565125","imei2":"102168053565125","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:21:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162885,"job_number":"JOB_162885","tr_customer_id":162902,"tr_customer_product_id":162892,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:21:22.000Z","modified_at":"2026-01-21T06:21:22.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"104688652951223","imei1":"104688652951223","imei2":"104688652951223","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:21:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162884,"job_number":"JOB_162884","tr_customer_id":162901,"tr_customer_product_id":162891,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:21:06.000Z","modified_at":"2026-01-21T06:21:06.000Z","name":"Prince Boyle","mobile_number":"990-943-1747","email_id":"Llewellyn51@hotmail.com","dop":"2025-06-09","serial_number":"109140298705333","imei1":"109140298705333","imei2":"109140298705333","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:21:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162882,"job_number":"JOB_162882","tr_customer_id":162899,"tr_customer_product_id":162889,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:21:05.000Z","modified_at":"2026-01-21T06:21:05.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"109737898423974","imei1":"109737898423974","imei2":"109737898423974","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T06:21:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162785,"job_number":"JOB_162785","tr_customer_id":162802,"tr_customer_product_id":162792,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:56:11.000Z","modified_at":"2026-01-21T03:56:11.000Z","name":"Donald Willms","mobile_number":"643-452-0773","email_id":"Uriel62@hotmail.com","dop":"2025-06-09","serial_number":"59794321296063000","imei1":"59794321296063000","imei2":"59794321296063000","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:56:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162783,"job_number":"JOB_162783","tr_customer_id":162800,"tr_customer_product_id":162790,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:56:10.000Z","modified_at":"2026-01-21T03:56:10.000Z","name":"Cyril Hand","mobile_number":"506-960-6445","email_id":"Alexandrea_Bogan@yahoo.com","dop":"2025-06-09","serial_number":"101067246533383","imei1":"101067246533383","imei2":"101067246533383","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:56:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162781,"job_number":"JOB_162781","tr_customer_id":162798,"tr_customer_product_id":162788,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:56:09.000Z","modified_at":"2026-01-21T03:56:09.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"106649949824326","imei1":"106649949824326","imei2":"106649949824326","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:56:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162760,"job_number":"JOB_162760","tr_customer_id":162777,"tr_customer_product_id":162767,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:54.000Z","modified_at":"2026-01-21T03:55:54.000Z","name":"Jay Ratke","mobile_number":"326-344-5245","email_id":"Jazlyn_Steuber93@yahoo.com","dop":"2025-06-09","serial_number":"104976294618097","imei1":"104976294618097","imei2":"104976294618097","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:55:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162758,"job_number":"JOB_162758","tr_customer_id":162775,"tr_customer_product_id":162765,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:53.000Z","modified_at":"2026-01-21T03:55:53.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"102346409261757","imei1":"102346409261757","imei2":"102346409261757","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:55:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162751,"job_number":"JOB_162751","tr_customer_id":162768,"tr_customer_product_id":162758,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:38.000Z","modified_at":"2026-01-21T03:55:38.000Z","name":"Freddy Smith","mobile_number":"314-335-0178","email_id":"Leone_Hudson90@yahoo.com","dop":"2025-06-09","serial_number":"103533220943496","imei1":"103533220943496","imei2":"103533220943496","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:55:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162749,"job_number":"JOB_162749","tr_customer_id":162766,"tr_customer_product_id":162756,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:37.000Z","modified_at":"2026-01-21T03:55:37.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"105754362426879","imei1":"105754362426879","imei2":"105754362426879","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:55:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162705,"job_number":"JOB_162705","tr_customer_id":162722,"tr_customer_product_id":162712,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:51.000Z","modified_at":"2026-01-21T03:54:51.000Z","name":"Jazmyne Labadie","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"113474739057636","imei1":"113474739057636","imei2":"113474739057636","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162704,"job_number":"JOB_162704","tr_customer_id":162721,"tr_customer_product_id":162711,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:51.000Z","modified_at":"2026-01-21T03:54:51.000Z","name":"Declan Gislason","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"172467207146546","imei1":"172467207146546","imei2":"172467207146546","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162703,"job_number":"JOB_162703","tr_customer_id":162720,"tr_customer_product_id":162710,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:50.000Z","modified_at":"2026-01-21T03:54:50.000Z","name":"Lelia Erdman","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"167686566068558","imei1":"167686566068558","imei2":"167686566068558","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162701,"job_number":"JOB_162701","tr_customer_id":162718,"tr_customer_product_id":162708,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:50.000Z","modified_at":"2026-01-21T03:54:50.000Z","name":"Amol Tambe","mobile_number":"3445554332","email_id":"amoltambe@gmail.com","dop":"2025-07-31","serial_number":"177357670445069","imei1":"177357670445069","imei2":"177357670445069","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162696,"job_number":"JOB_162696","tr_customer_id":162713,"tr_customer_product_id":162703,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:43.000Z","modified_at":"2026-01-21T03:54:43.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Rafael.Price@yahoo.com","dop":"2025-07-02","serial_number":"18672561915929","imei1":"18672561915929","imei2":"18672561915929","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162689,"job_number":"JOB_162689","tr_customer_id":162706,"tr_customer_product_id":162696,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:39.000Z","modified_at":"2026-01-21T03:54:39.000Z","name":"Isabel Schmidt","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"163462732467881","imei1":"163462732467881","imei2":"163462732467881","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162687,"job_number":"JOB_162687","tr_customer_id":162704,"tr_customer_product_id":162694,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:39.000Z","modified_at":"2026-01-21T03:54:39.000Z","name":"Reba Monahan","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"193376791926451","imei1":"193376791926451","imei2":"193376791926451","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162683,"job_number":"JOB_162683","tr_customer_id":162700,"tr_customer_product_id":162690,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:38.000Z","modified_at":"2026-01-21T03:54:38.000Z","name":"Mekhi Keeling","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"140865985322621","imei1":"140865985322621","imei2":"140865985322621","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162680,"job_number":"JOB_162680","tr_customer_id":162697,"tr_customer_product_id":162687,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:38.000Z","modified_at":"2026-01-21T03:54:38.000Z","name":"vrushali vru1234","mobile_number":"3445554332","email_id":"vrushali@gmail.com","dop":"2025-07-31","serial_number":"126283712056005","imei1":"126283712056005","imei2":"126283712056005","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162659,"job_number":"JOB_162659","tr_customer_id":162676,"tr_customer_product_id":162666,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:26.000Z","modified_at":"2026-01-21T03:54:26.000Z","name":"Rahul goswami","mobile_number":"8767656543","email_id":"Trystan_Pacocha94@hotmail.com","dop":"2025-07-02","serial_number":"10684146989468","imei1":"10684146989468","imei2":"10684146989468","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162642,"job_number":"JOB_162642","tr_customer_id":162659,"tr_customer_product_id":162649,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:09.000Z","modified_at":"2026-01-21T03:54:09.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Friedrich_Jacobs69@gmail.com","dop":"2025-07-02","serial_number":"15121400755880","imei1":"15121400755880","imei2":"15121400755880","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T03:54:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162594,"job_number":"JOB_162594","tr_customer_id":162611,"tr_customer_product_id":162601,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T02:38:37.000Z","modified_at":"2026-01-21T02:38:37.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"12022430175094","imei1":"12022430175094","imei2":"12022430175094","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T02:38:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162592,"job_number":"JOB_162592","tr_customer_id":162609,"tr_customer_product_id":162599,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T02:38:23.000Z","modified_at":"2026-01-21T02:38:23.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"19394883773285","imei1":"19394883773285","imei2":"19394883773285","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T02:38:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162590,"job_number":"JOB_162590","tr_customer_id":162607,"tr_customer_product_id":162597,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T02:38:01.000Z","modified_at":"2026-01-21T02:38:01.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"19661204443887","imei1":"19661204443887","imei2":"19661204443887","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T02:38:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162587,"job_number":"JOB_162587","tr_customer_id":162604,"tr_customer_product_id":162594,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T02:21:47.000Z","modified_at":"2026-01-21T02:21:47.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"17563096152336","imei1":"17563096152336","imei2":"17563096152336","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-21T02:21:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/login' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"username":"iameng","password":"password"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 200 - OK
Mean time per request: 251ms
Mean size per request: 694B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Accept-Language en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 9e871e57-3c66-4fbd-b3ae-7d37658031b1
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 56
Request Body
{
            "username": "iameng",
            "password": "password"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 694
ETag W/"2b6-l42udSj2fqNXuAOd5Dv2utmE6A4"
Vary Accept-Encoding
Date Wed, 21 Jan 2026 07:47:54 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg5ODE2NzR9.iW0BjsM55BX1ekNVncetmYE7YrHebl8AK49oRTxkFcA"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'If-None-Match: W/"1bc-5jtJRsd0hZILh8Na44eS7Os72ts"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 200 - OK
Mean time per request: 251ms
Mean size per request: 441B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg5ODE2NzR9.iW0BjsM55BX1ekNVncetmYE7YrHebl8AK49oRTxkFcA
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 4fd23ef3-2e05-4cbb-aed5-2a387a2981b1
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 441
ETag W/"1b9-gwZ3q4NUFVwjUwUa8wJaXTtaK9Q"
Vary Accept-Encoding
Date Wed, 21 Jan 2026 07:47:55 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"id":2,"first_name":"Mark","last_name":"zuk","login_id":"iameng","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":1,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-12-20T07:42:00.000Z","role_name":"Engineer","service_location":"Service Center A"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'If-None-Match: W/"fa-dy8dN/UPU87UvqyXQsHHqicOua0"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 270ms
Mean size per request: 164B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg5ODE2NzR9.iW0BjsM55BX1ekNVncetmYE7YrHebl8AK49oRTxkFcA
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 9892e3e9-695d-49cf-8c80-422687c3e40c
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 164
ETag W/"a4-TbyohNJ/5Ue+3TaU7fAENjRO7os"
Vary Accept-Encoding
Date Wed, 21 Jan 2026 07:47:55 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for repair","key":"pending_for_repair","count":5},{"label":"Repair completed","key":"repair_completed","count":155}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"details_key":"pending_for_repair"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/dashboard/details
Response Information
Response Code: 200 - OK
Mean time per request: 276ms
Mean size per request: 4.81KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg5ODE2NzR9.iW0BjsM55BX1ekNVncetmYE7YrHebl8AK49oRTxkFcA
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token b01dd678-465d-43b8-bd4b-a98dc034201d
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 36
Request Body
{"details_key":"pending_for_repair"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"133e-6MT4Q6n2jpvv4EVBc7x/ufd3avY"
Vary Accept-Encoding
Content-Encoding gzip
Date Wed, 21 Jan 2026 07:47:55 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":162797,"job_number":"JOB_162797","tr_customer_id":162814,"tr_customer_product_id":162804,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:57:01.000Z","modified_at":"2026-01-21T05:54:27.000Z","name":"Ayden Auer","mobile_number":"948-818-4190","email_id":"Jovani64@hotmail.com","dop":"2000-01-31","serial_number":"1075751991721673","imei1":"1075751991721673","imei2":"1075751991721673","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-21T05:54:27.000Z","assigned_to":2,"mst_warrenty_status_code":"OOW"},{"id":162600,"job_number":"JOB_162600","tr_customer_id":162617,"tr_customer_product_id":162607,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T02:59:07.000Z","modified_at":"2026-01-21T03:34:22.000Z","name":"Alexzander Lowe","mobile_number":"862-640-1470","email_id":"Crawford.Kerluke@hotmail.com","dop":"2025-04-06","serial_number":"16450239022892226","imei1":"16450239022892226","imei2":"16450239022892226","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-21T03:34:22.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"},{"id":162598,"job_number":"JOB_162598","tr_customer_id":162615,"tr_customer_product_id":162605,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T02:59:05.000Z","modified_at":"2026-01-21T03:34:24.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17604503354539","imei1":"17604503354539","imei2":"17604503354539","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-21T03:34:24.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"},{"id":162605,"job_number":"JOB_162605","tr_customer_id":162622,"tr_customer_product_id":162612,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":2,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:36:47.000Z","modified_at":"2026-01-21T03:37:29.000Z","name":"vbaedba aevae","mobile_number":"6546198764","email_id":"sdfbd@gn.str","dop":"2026-01-20","serial_number":"11223366554455","imei1":"11223366554455","imei2":"11223366554455","popurl":"2026-01-20T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-21T03:37:29.000Z","assigned_to":2,"mst_warrenty_status_code":"OOW"},{"id":163014,"job_number":"JOB_163014","tr_customer_id":163031,"tr_customer_product_id":163021,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T07:47:49.000Z","modified_at":"2026-01-21T07:47:54.000Z","name":"Felix Weissnat","mobile_number":"829-211-4642","email_id":"Edgar.Windler@yahoo.com","dop":"2025-11-04","serial_number":"11370373346390","imei1":"11370373346390","imei2":"11370373346390","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-21T07:47:54.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"details_key":"repair_completed"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/dashboard/details
Response Information
Response Code: 200 - OK
Mean time per request: 271ms
Mean size per request: 31B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg5ODE2NzR9.iW0BjsM55BX1ekNVncetmYE7YrHebl8AK49oRTxkFcA
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 9945143d-e30e-4262-9163-fca4387e3971
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 43
Request Body
{
            "details_key": "repair_completed"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 31
ETag W/"1f-XHSNhKvrk3aAE4wN//TuJSkDTNM"
Vary Accept-Encoding
Date Wed, 21 Jan 2026 07:47:56 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/engineer/myjobs' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/engineer/myjobs
Response Information
Response Code: 200 - OK
Mean time per request: 493ms
Mean size per request: 5.78KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg5ODE2NzR9.iW0BjsM55BX1ekNVncetmYE7YrHebl8AK49oRTxkFcA
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 1459086f-344d-4389-b2b4-90b544f22e16
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"171b-8iGsEv7GlEfVNH7Cxo5bRvQouXg"
Vary Accept-Encoding
Content-Encoding gzip
Date Wed, 21 Jan 2026 07:47:56 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":163014,"job_number":"JOB_163014","tr_customer_id":163031,"tr_customer_product_id":163021,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T07:47:49.000Z","modified_at":"2026-01-21T07:47:54.000Z","name":"Felix Weissnat","mobile_number":"829-211-4642","email_id":"Edgar.Windler@yahoo.com","dop":"2025-11-04","serial_number":"11370373346390","imei1":"11370373346390","imei2":"11370373346390","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-21T07:47:54.000Z","assigned_to":2,"mst_warrenty_status_code":"IW","problems":[{"id":3,"name":"Phone or app crashes","tr_job_head_id":163014,"remark":"","added_by":"fd fd","role_name":"FrontDesk","created_at":"2026-01-21T07:47:49.000Z"}],"quatations":[]},{"id":162797,"job_number":"JOB_162797","tr_customer_id":162814,"tr_customer_product_id":162804,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:57:01.000Z","modified_at":"2026-01-21T05:54:27.000Z","name":"Ayden Auer","mobile_number":"948-818-4190","email_id":"Jovani64@hotmail.com","dop":"2000-01-31","serial_number":"1075751991721673","imei1":"1075751991721673","imei2":"1075751991721673","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-21T05:54:27.000Z","assigned_to":2,"mst_warrenty_status_code":"OOW","problems":[{"id":2,"name":"Poor battery life","tr_job_head_id":162797,"remark":"Issue in the phone","added_by":"fd fd","role_name":"FrontDesk","created_at":"2026-01-21T03:57:01.000Z"}],"quatations":[]},{"id":162605,"job_number":"JOB_162605","tr_customer_id":162622,"tr_customer_product_id":162612,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":2,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:36:47.000Z","modified_at":"2026-01-21T03:37:29.000Z","name":"vbaedba aevae","mobile_number":"6546198764","email_id":"sdfbd@gn.str","dop":"2026-01-20","serial_number":"11223366554455","imei1":"11223366554455","imei2":"11223366554455","popurl":"2026-01-20T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-21T03:37:29.000Z","assigned_to":2,"mst_warrenty_status_code":"OOW","problems":[{"id":2,"name":"Poor battery life","tr_job_head_id":162605,"remark":"test","added_by":"fd fd","role_name":"FrontDesk","created_at":"2026-01-21T03:36:47.000Z"}],"quatations":[]},{"id":162600,"job_number":"JOB_162600","tr_customer_id":162617,"tr_customer_product_id":162607,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T02:59:07.000Z","modified_at":"2026-01-21T03:34:22.000Z","name":"Alexzander Lowe","mobile_number":"862-640-1470","email_id":"Crawford.Kerluke@hotmail.com","dop":"2025-04-06","serial_number":"16450239022892226","imei1":"16450239022892226","imei2":"16450239022892226","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-21T03:34:22.000Z","assigned_to":2,"mst_warrenty_status_code":"IW","problems":[{"id":1,"name":"Smartphone is running slow","tr_job_head_id":162600,"remark":"Battery Issue","added_by":"fd fd","role_name":"FrontDesk","created_at":"2026-01-21T02:59:07.000Z"}],"quatations":[]},{"id":162598,"job_number":"JOB_162598","tr_customer_id":162615,"tr_customer_product_id":162605,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T02:59:05.000Z","modified_at":"2026-01-21T03:34:24.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17604503354539","imei1":"17604503354539","imei2":"17604503354539","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-21T03:34:24.000Z","assigned_to":2,"mst_warrenty_status_code":"IW","problems":[{"id":1,"name":"Smartphone is running slow","tr_job_head_id":162598,"remark":"Battery Issue","added_by":"fd fd","role_name":"FrontDesk","created_at":"2026-01-21T02:59:05.000Z"}],"quatations":[]}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/master' \ -X 'POST' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \ -H 'Connection: keep-alive' \ -H 'Content-Length: 0' \ -H 'Content-Type: text/plain' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/master
Response Information
Response Code: 200 - OK
Mean time per request: 259ms
Mean size per request: 10.53KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg5ODE2NzR9.iW0BjsM55BX1ekNVncetmYE7YrHebl8AK49oRTxkFcA
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 4aee6487-37a6-4590-bf63-01dffdec3c41
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 0
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"2a1c-v2lPE1pRCSNwLh+/V8ccxPYHAHM"
Vary Accept-Encoding
Content-Encoding gzip
Date Wed, 21 Jan 2026 07:47:56 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":{"mst_oem":[{"id":1,"name":"Google","code":"GL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"},{"id":2,"name":"Apple","code":"APL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"}],"mst_model":[{"id":1,"name":"Nexus 2 blue","code":"NX2BL","mst_product_id":1,"is_active":1,"created_at":"2021-10-29T19:28:00.000Z","modified_at":"2021-10-29T19:28:00.000Z"},{"id":2,"name":"gallexy","code":"gl","mst_product_id":1,"is_active":1,"created_at":"2022-06-10T07:18:03.000Z","modified_at":"2022-06-10T07:18:03.000Z"},{"id":3,"name":"Iphone 11","code":"ip11","mst_product_id":3,"is_active":1,"created_at":"2022-08-18T16:59:27.000Z","modified_at":"2022-08-18T17:00:31.000Z"}],"mst_action_status":[{"id":1,"name":"Job Creation","code":"JBC","description":"Job Creation","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":2,"name":"Pending For Job Assignment","code":"PJFA","description":"Pending For Job Assignment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":3,"name":"Pending For Repair","code":"PFR","description":"Pending For Repair","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":4,"name":"Pending For QC","code":"PFQC","description":"Pending For QC","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":5,"name":"Pending for Delivery","code":"PDL","description":"Pending for Delivery","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:00:39.000Z"},{"id":6,"name":"Delivered to customer","code":"DC","description":"Delivered to customer","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:01:48.000Z"},{"id":7,"name":"QC Rejected","code":"QCR","description":"QC Rejected","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":8,"name":"Quatation Raised","code":"QR","description":"Quatation Raised","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":9,"name":"Pending For Payment","code":"PFP","description":"Pending For Payment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":10,"name":"Payment Is Done","code":"PD","description":"Payment Is Done","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":11,"name":"Job Closed Successfully","code":"JC","description":"Job Closed Successfully","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":12,"name":"Assigned to FST - Inbound","code":"AFI","description":"Assigned to FST - Inbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":13,"name":"Assigned to FST - Outbound","code":"AFO","description":"Assigned to FST - Outbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":14,"name":"Begin Journey","code":"BJY","description":"Begin Journey","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":15,"name":"Submitted To FD","code":"SFD","description":"Submitted To FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":16,"name":"Collected At FD","code":"CFD","description":"Collected At FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"}],"mst_warrenty_status":[{"id":1,"name":"In Warrenty","code":"IW","description":"In Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"},{"id":2,"name":"Out Of Warrenty","code":"OOW","description":"Out Of Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"}],"mst_platform":[{"id":1,"name":"FST","code":"FST","description":"Field technician will go to customer's house","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"},{"id":2,"name":"Front Desk","code":"FD","description":"Customer will come to service center to submit his device","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"}],"mst_product":[{"id":1,"name":"Nexus 2","code":"NX2","mst_oem_id":1,"is_active":1,"created_at":"2021-10-29T19:27:21.000Z","modified_at":"2021-10-29T19:27:21.000Z"},{"id":2,"name":"Pixel","code":"gl","mst_oem_id":1,"is_active":1,"created_at":"2022-06-10T07:16:57.000Z","modified_at":"2022-08-18T16:55:02.000Z"},{"id":3,"name":"IPhone","code":"ip","mst_oem_id":2,"is_active":1,"created_at":"2022-08-18T16:56:15.000Z","modified_at":"2022-08-18T16:57:20.000Z"}],"mst_role":[{"id":1,"name":"Engineer","code":"ENG","description":"Engineer","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":2,"name":"Supervisor","code":"SPV","description":"Supervisor","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":3,"name":"FST","code":"FST","description":"Field Service Technician","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":4,"name":"QC","code":"QC","description":"Quality check","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":5,"name":"FrontDesk","code":"FD","description":"Front Desk","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"},{"id":6,"name":"Callcenter","code":"CC","description":"Callcenter","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"}],"mst_service_location":[{"id":1,"name":"Service Center A","code":"B2X","mobile_number":"8877667788","email_id":"servicecentera@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400075,"country":"India","gstin":"22AAAAA0000A1","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:58.000Z"},{"id":2,"name":"Service Center B","code":"SFY","mobile_number":"8877667789","email_id":"servicecenterb@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400606,"country":"India","gstin":"22AAAAA0000B2","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:59.000Z"},{"id":3,"name":"Service Centre C","code":"PKC","mobile_number":"8877667790","email_id":"servicecenterpk@gmail.com","address":"Srinagar,Kashmir(A)","pincode":577432,"country":"India","gstin":"22AAAAA0000C3","is_repair_line_engineer":1,"is_active":1,"created_at":"2022-12-13T11:05:47.000Z","modified_at":"2022-12-13T11:05:47.000Z"}],"mst_problem":[{"id":1,"name":"Smartphone is running slow","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":2,"name":"Poor battery life","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":3,"name":"Phone or app crashes","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":4,"name":"Sync issue","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":5,"name":"MicroSD card is not working on your phone","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":6,"name":"Overheating","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":7,"name":"Connecting problem with Bluetooth, Wifi, Cellular network","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":8,"name":"Cracked screen","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":9,"name":"Other","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":10,"name":"Camera issue","created_at":"2022-06-13T15:01:02.000Z","modified_at":"2022-06-13T15:01:02.000Z"},{"id":11,"name":"Charger Not Working","created_at":"2022-08-14T12:38:04.000Z","modified_at":"2022-08-14T12:38:04.000Z"},{"id":12,"name":" Software Booting Issue ","created_at":"2022-08-14T13:03:08.000Z","modified_at":"2022-08-14T13:03:08.000Z"},{"id":15,"name":"Head Phone Jack not working","created_at":"2022-06-16T15:22:18.000Z","modified_at":"2022-06-16T15:22:18.000Z"},{"id":16,"name":"Head Phone issue","created_at":"2022-06-16T15:27:47.000Z","modified_at":"2022-06-16T15:27:47.000Z"},{"id":17,"name":"Random Problem","created_at":"2022-07-11T02:56:01.000Z","modified_at":"2022-07-11T02:56:01.000Z"},{"id":19,"name":"Front camera not working","created_at":"2022-07-13T17:50:54.000Z","modified_at":"2022-07-13T17:50:54.000Z"},{"id":20,"name":"Battery issue","created_at":"2022-07-13T17:51:47.000Z","modified_at":"2022-07-13T17:51:47.000Z"},{"id":22,"name":"Screen display issue","created_at":"2022-08-29T11:09:24.000Z","modified_at":"2022-08-29T11:09:24.000Z"},{"id":24,"name":"Apps Not Downloading","created_at":"2022-08-29T12:10:34.000Z","modified_at":"2022-08-29T12:10:34.000Z"},{"id":26,"name":"Unresponsive screen","created_at":"2022-09-19T10:03:08.000Z","modified_at":"2022-09-19T10:03:08.000Z"},{"id":27,"name":"Blue Screen Error","created_at":"2022-12-13T11:01:48.000Z","modified_at":"2022-12-13T11:01:48.000Z"},{"id":28,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"},{"id":29,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"}],"map_fst_pincode":[{"pincode":100011,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100012,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100013,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100014,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100015,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":400065,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":200011,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200012,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200013,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200014,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200015,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"}]}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/engineer/repaircomplete' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"job_id":98100,"problems":[{"id":3,"remark":"Reinstalled OS"}]}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/engineer/repaircomplete
Response Information
Response Code: 200 - OK
Mean time per request: 261ms
Mean size per request: 42B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg5ODE2NzR9.iW0BjsM55BX1ekNVncetmYE7YrHebl8AK49oRTxkFcA
Content-Type application/json
Accept application/json, text/plain, */*
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 051cd45d-6195-4cfe-b558-01cc4820a35b
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 136
Request Body
{
            "job_id":163014,
            "problems": [
                {
                    "id": 3,
                    "remark": "Reinstalled OS"
                }
            ]
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 42
ETag W/"2a-PisRr8WaBMvK6HLRD3EKeiTFMeI"
Vary Accept-Encoding
Date Wed, 21 Jan 2026 07:47:57 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Repair successful.","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/login' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"username":"iamqc","password":"password"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 200 - OK
Mean time per request: 252ms
Mean size per request: 681B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token dfa4dc5d-971b-42b0-81b0-ab013435d645
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 55
Request Body
{
            "username": "iamqc",
            "password": "password"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 681
ETag W/"2a9-Mep2hOLQApomNWoGtR6eSW37tvc"
Vary Accept-Encoding
Date Wed, 21 Jan 2026 07:47:57 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2ODk4MTY3N30.nN10Da_6IaL2XGEwpyq-7v9u0cb4h2WW3F-w7zYQtf0"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'If-None-Match: W/"1b9-gwZ3q4NUFVwjUwUa8wJaXTtaK9Q"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 200 - OK
Mean time per request: 251ms
Mean size per request: 431B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2ODk4MTY3N30.nN10Da_6IaL2XGEwpyq-7v9u0cb4h2WW3F-w7zYQtf0
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 91d787a0-cc45-421d-af52-c08dc692d41a
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 431
ETag W/"1af-Hx7rWnhMedRwRJUvWdcdDLlvRd0"
Vary Accept-Encoding
Date Wed, 21 Jan 2026 07:47:57 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"id":3,"first_name":"qc","last_name":"qc","login_id":"iamqc","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":4,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-11-03T08:06:23.000Z","role_name":"QC","service_location":"Service Center A"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'If-None-Match: W/"a5-7bTG+pLXuOCNsQPYlnyAIc/g5Zc"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 276ms
Mean size per request: 202B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2ODk4MTY3N30.nN10Da_6IaL2XGEwpyq-7v9u0cb4h2WW3F-w7zYQtf0
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token c302c0a5-a0a8-4a76-a932-9f9f8c5156c6
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 202
ETag W/"ca-ac9iSAjRy/Uw/Wqcj9OFq6PtFrU"
Vary Accept-Encoding
Date Wed, 21 Jan 2026 07:47:57 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for QC","key":"pending_for_qc","count":2},{"label":"QC Completed","key":"qc_completed","count":154},{"label":"QC Rejected","key":"qc_rejected","count":1}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"details_key":"pending_for_qc"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/dashboard/details
Response Information
Response Code: 200 - OK
Mean time per request: 251ms
Mean size per request: 31B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2ODk4MTY3N30.nN10Da_6IaL2XGEwpyq-7v9u0cb4h2WW3F-w7zYQtf0
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 67414071-3889-49ef-a678-69ef377ed9e7
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 32
Request Body
{"details_key":"pending_for_qc"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 31
ETag W/"1f-XHSNhKvrk3aAE4wN//TuJSkDTNM"
Vary Accept-Encoding
Date Wed, 21 Jan 2026 07:47:58 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"details_key":"qc_completed"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/dashboard/details
Response Information
Response Code: 200 - OK
Mean time per request: 312ms
Mean size per request: 148.82KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2ODk4MTY3N30.nN10Da_6IaL2XGEwpyq-7v9u0cb4h2WW3F-w7zYQtf0
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 546525e9-f662-480f-ab25-8f3b75624e99
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 30
Request Body
{"details_key":"qc_completed"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"25348-DwBoZHZWnkUJ1wvk3riiTymw66M"
Vary Accept-Encoding
Content-Encoding gzip
Date Wed, 21 Jan 2026 07:47:58 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":163010,"job_number":"JOB_163010","tr_customer_id":163027,"tr_customer_product_id":163017,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T07:46:56.000Z","modified_at":"2026-01-21T07:47:36.000Z","name":"Enrico Schimmel","mobile_number":"379-331-2794","email_id":"Annamarie_Wuckert@hotmail.com","dop":"2025-04-06","serial_number":"19186070409161","imei1":"19186070409161","imei2":"19186070409161","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T07:47:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163002,"job_number":"JOB_163002","tr_customer_id":163019,"tr_customer_product_id":163009,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T07:07:05.000Z","modified_at":"2026-01-21T07:07:45.000Z","name":"Ciara Yundt","mobile_number":"429-360-3629","email_id":"Cayla53@yahoo.com","dop":"2025-04-06","serial_number":"15744778714210","imei1":"15744778714210","imei2":"15744778714210","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T07:07:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163000,"job_number":"JOB_163000","tr_customer_id":163017,"tr_customer_product_id":163007,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T07:06:18.000Z","modified_at":"2026-01-21T07:06:58.000Z","name":"Griffin Bailey","mobile_number":"807-650-0755","email_id":"Meredith.Cronin22@hotmail.com","dop":"2025-04-06","serial_number":"14428125226517","imei1":"14428125226517","imei2":"14428125226517","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T07:06:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162998,"job_number":"JOB_162998","tr_customer_id":163015,"tr_customer_product_id":163005,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T07:05:31.000Z","modified_at":"2026-01-21T07:06:11.000Z","name":"Toby Towne","mobile_number":"635-591-2258","email_id":"Hiram_Jenkins@gmail.com","dop":"2025-04-06","serial_number":"18994665249792","imei1":"18994665249792","imei2":"18994665249792","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T07:06:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162996,"job_number":"JOB_162996","tr_customer_id":163013,"tr_customer_product_id":163003,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:51:27.000Z","modified_at":"2026-01-21T06:52:05.000Z","name":"Christ Smitham","mobile_number":"362-212-9034","email_id":"Riley.Kuvalis@hotmail.com","dop":"2025-04-06","serial_number":"17532958049688","imei1":"17532958049688","imei2":"17532958049688","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T06:52:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162993,"job_number":"JOB_162993","tr_customer_id":163010,"tr_customer_product_id":163000,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:50:42.000Z","modified_at":"2026-01-21T06:51:20.000Z","name":"Ava Berge","mobile_number":"754-402-8607","email_id":"Charlotte63@yahoo.com","dop":"2025-04-06","serial_number":"17364320212701","imei1":"17364320212701","imei2":"17364320212701","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T06:51:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162990,"job_number":"JOB_162990","tr_customer_id":163007,"tr_customer_product_id":162997,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:50:03.000Z","modified_at":"2026-01-21T06:50:41.000Z","name":"Raymundo Turner","mobile_number":"934-225-0414","email_id":"Brennon.Waters18@hotmail.com","dop":"2025-04-06","serial_number":"12838620350489","imei1":"12838620350489","imei2":"12838620350489","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T06:50:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162988,"job_number":"JOB_162988","tr_customer_id":163005,"tr_customer_product_id":162995,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:49:57.000Z","modified_at":"2026-01-21T06:50:35.000Z","name":"Jairo Corkery","mobile_number":"339-248-2189","email_id":"Javon.Olson@hotmail.com","dop":"2025-04-06","serial_number":"11799570215338","imei1":"11799570215338","imei2":"11799570215338","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T06:50:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162984,"job_number":"JOB_162984","tr_customer_id":163001,"tr_customer_product_id":162991,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:46:07.000Z","modified_at":"2026-01-21T06:46:45.000Z","name":"Golden Botsford","mobile_number":"665-911-4190","email_id":"Muhammad70@gmail.com","dop":"2025-04-06","serial_number":"11542637553552","imei1":"11542637553552","imei2":"11542637553552","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T06:46:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162981,"job_number":"JOB_162981","tr_customer_id":162998,"tr_customer_product_id":162988,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:45:45.000Z","modified_at":"2026-01-21T06:46:23.000Z","name":"Moshe Braun","mobile_number":"678-834-6129","email_id":"Gilda.Lowe@gmail.com","dop":"2025-04-06","serial_number":"16013587615366","imei1":"16013587615366","imei2":"16013587615366","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T06:46:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162979,"job_number":"JOB_162979","tr_customer_id":162996,"tr_customer_product_id":162986,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:45:40.000Z","modified_at":"2026-01-21T06:46:21.000Z","name":"Keith Purdy","mobile_number":"988-752-7423","email_id":"Saul44@yahoo.com","dop":"2025-04-06","serial_number":"19532102042475","imei1":"19532102042475","imei2":"19532102042475","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T06:46:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162977,"job_number":"JOB_162977","tr_customer_id":162994,"tr_customer_product_id":162984,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:45:22.000Z","modified_at":"2026-01-21T06:46:00.000Z","name":"Waldo Kozey","mobile_number":"306-915-2708","email_id":"Thalia.Littel@hotmail.com","dop":"2025-04-06","serial_number":"10218706143551","imei1":"10218706143551","imei2":"10218706143551","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T06:46:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162973,"job_number":"JOB_162973","tr_customer_id":162990,"tr_customer_product_id":162980,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:44:38.000Z","modified_at":"2026-01-21T06:45:15.000Z","name":"Timmy Bruen","mobile_number":"597-903-7350","email_id":"Fleta.Dooley@gmail.com","dop":"2025-04-06","serial_number":"11878497532669","imei1":"11878497532669","imei2":"11878497532669","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T06:45:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162971,"job_number":"JOB_162971","tr_customer_id":162988,"tr_customer_product_id":162978,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:44:37.000Z","modified_at":"2026-01-21T06:45:15.000Z","name":"Aidan Smitham","mobile_number":"291-934-0684","email_id":"Cruz80@gmail.com","dop":"2025-04-06","serial_number":"10134102336551","imei1":"10134102336551","imei2":"10134102336551","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T06:45:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162968,"job_number":"JOB_162968","tr_customer_id":162985,"tr_customer_product_id":162975,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:43:53.000Z","modified_at":"2026-01-21T06:44:31.000Z","name":"Jo Reinger","mobile_number":"264-343-6844","email_id":"Eva.Quitzon99@gmail.com","dop":"2025-04-06","serial_number":"11677212522348","imei1":"11677212522348","imei2":"11677212522348","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T06:44:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162965,"job_number":"JOB_162965","tr_customer_id":162982,"tr_customer_product_id":162972,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:43:08.000Z","modified_at":"2026-01-21T06:43:46.000Z","name":"Freda Satterfield","mobile_number":"820-580-0265","email_id":"Amari63@yahoo.com","dop":"2025-04-06","serial_number":"11076177600449","imei1":"11076177600449","imei2":"11076177600449","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T06:43:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162962,"job_number":"JOB_162962","tr_customer_id":162979,"tr_customer_product_id":162969,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:39:29.000Z","modified_at":"2026-01-21T06:40:11.000Z","name":"Hillard Muller","mobile_number":"418-963-8748","email_id":"Angeline82@yahoo.com","dop":"2025-04-06","serial_number":"13995577455282","imei1":"13995577455282","imei2":"13995577455282","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T06:40:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162956,"job_number":"JOB_162956","tr_customer_id":162973,"tr_customer_product_id":162963,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:38:40.000Z","modified_at":"2026-01-21T06:39:22.000Z","name":"Christine Daniel","mobile_number":"899-422-6119","email_id":"Kasey_Oberbrunner@gmail.com","dop":"2025-04-06","serial_number":"16817451065618","imei1":"16817451065618","imei2":"16817451065618","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T06:39:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162952,"job_number":"JOB_162952","tr_customer_id":162969,"tr_customer_product_id":162959,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:38:01.000Z","modified_at":"2026-01-21T06:38:42.000Z","name":"Imani Pollich","mobile_number":"648-325-8654","email_id":"Cayla.Douglas@hotmail.com","dop":"2025-04-06","serial_number":"10989867960587","imei1":"10989867960587","imei2":"10989867960587","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T06:38:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162947,"job_number":"JOB_162947","tr_customer_id":162964,"tr_customer_product_id":162954,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:37:51.000Z","modified_at":"2026-01-21T06:38:32.000Z","name":"Charlotte Roob","mobile_number":"414-925-5000","email_id":"Danielle.Gleason62@hotmail.com","dop":"2025-04-06","serial_number":"14446661162974","imei1":"14446661162974","imei2":"14446661162974","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T06:38:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162941,"job_number":"JOB_162941","tr_customer_id":162958,"tr_customer_product_id":162948,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:37:12.000Z","modified_at":"2026-01-21T06:37:53.000Z","name":"Arvilla Fay","mobile_number":"651-211-2211","email_id":"Kaitlin31@hotmail.com","dop":"2025-04-06","serial_number":"11250252021938","imei1":"11250252021938","imei2":"11250252021938","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T06:37:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162935,"job_number":"JOB_162935","tr_customer_id":162952,"tr_customer_product_id":162942,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:36:23.000Z","modified_at":"2026-01-21T06:37:04.000Z","name":"Randi Ratke","mobile_number":"865-351-0351","email_id":"Amir_Kulas36@hotmail.com","dop":"2025-04-06","serial_number":"10360062048868","imei1":"10360062048868","imei2":"10360062048868","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T06:37:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162932,"job_number":"JOB_162932","tr_customer_id":162949,"tr_customer_product_id":162939,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:36:00.000Z","modified_at":"2026-01-21T06:36:40.000Z","name":"Marcellus Upton","mobile_number":"745-926-9867","email_id":"Elyse50@hotmail.com","dop":"2025-04-06","serial_number":"19805543678835","imei1":"19805543678835","imei2":"19805543678835","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T06:36:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162930,"job_number":"JOB_162930","tr_customer_id":162947,"tr_customer_product_id":162937,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:32:48.000Z","modified_at":"2026-01-21T06:33:25.000Z","name":"Elda Zieme","mobile_number":"265-455-4211","email_id":"Jenifer22@hotmail.com","dop":"2025-04-06","serial_number":"15068639551005","imei1":"15068639551005","imei2":"15068639551005","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T06:33:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162927,"job_number":"JOB_162927","tr_customer_id":162944,"tr_customer_product_id":162934,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:32:03.000Z","modified_at":"2026-01-21T06:32:41.000Z","name":"Jensen Kemmer","mobile_number":"853-953-1660","email_id":"Haley91@gmail.com","dop":"2025-04-06","serial_number":"15640566473513","imei1":"15640566473513","imei2":"15640566473513","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T06:32:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162922,"job_number":"JOB_162922","tr_customer_id":162939,"tr_customer_product_id":162929,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:31:18.000Z","modified_at":"2026-01-21T06:31:56.000Z","name":"Christopher Mills","mobile_number":"810-378-1099","email_id":"Bo72@gmail.com","dop":"2025-04-06","serial_number":"10066639197149","imei1":"10066639197149","imei2":"10066639197149","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T06:31:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162918,"job_number":"JOB_162918","tr_customer_id":162935,"tr_customer_product_id":162925,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:29:47.000Z","modified_at":"2026-01-21T06:30:23.000Z","name":"Henriette Blick","mobile_number":"904-659-3736","email_id":"Arvid.Parisian@hotmail.com","dop":"2025-04-06","serial_number":"13255616739489","imei1":"13255616739489","imei2":"13255616739489","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T06:30:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162915,"job_number":"JOB_162915","tr_customer_id":162932,"tr_customer_product_id":162922,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:29:03.000Z","modified_at":"2026-01-21T06:29:40.000Z","name":"Wilburn Langosh","mobile_number":"388-833-3590","email_id":"Nettie_Fisher78@yahoo.com","dop":"2025-04-06","serial_number":"16014376727897","imei1":"16014376727897","imei2":"16014376727897","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T06:29:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162912,"job_number":"JOB_162912","tr_customer_id":162929,"tr_customer_product_id":162919,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:28:20.000Z","modified_at":"2026-01-21T06:28:56.000Z","name":"Jennie Halvorson","mobile_number":"940-515-3990","email_id":"Dan_Mitchell@yahoo.com","dop":"2025-04-06","serial_number":"12796131446510","imei1":"12796131446510","imei2":"12796131446510","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T06:28:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162909,"job_number":"JOB_162909","tr_customer_id":162926,"tr_customer_product_id":162916,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:27:08.000Z","modified_at":"2026-01-21T06:27:45.000Z","name":"Mariana Roberts","mobile_number":"868-479-8900","email_id":"Reina_Mayer49@gmail.com","dop":"2025-04-06","serial_number":"16266446307445","imei1":"16266446307445","imei2":"16266446307445","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T06:27:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162906,"job_number":"JOB_162906","tr_customer_id":162923,"tr_customer_product_id":162913,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:26:23.000Z","modified_at":"2026-01-21T06:27:01.000Z","name":"Louvenia Turcotte","mobile_number":"212-716-4795","email_id":"Letitia47@hotmail.com","dop":"2025-04-06","serial_number":"17920276828880","imei1":"17920276828880","imei2":"17920276828880","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T06:27:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162903,"job_number":"JOB_162903","tr_customer_id":162920,"tr_customer_product_id":162910,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:25:39.000Z","modified_at":"2026-01-21T06:26:16.000Z","name":"Rhoda Aufderhar","mobile_number":"752-694-7100","email_id":"Dana88@gmail.com","dop":"2025-04-06","serial_number":"12605119966721","imei1":"12605119966721","imei2":"12605119966721","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T06:26:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162900,"job_number":"JOB_162900","tr_customer_id":162917,"tr_customer_product_id":162907,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:24:40.000Z","modified_at":"2026-01-21T06:25:20.000Z","name":"Tyree Fritsch","mobile_number":"432-752-3071","email_id":"Winfield_Adams@yahoo.com","dop":"2025-06-18","serial_number":"10800607391025","imei1":"10800607391025","imei2":"10800607391025","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T06:25:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162897,"job_number":"JOB_162897","tr_customer_id":162914,"tr_customer_product_id":162904,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:24:09.000Z","modified_at":"2026-01-21T06:24:49.000Z","name":"Chaz Wiegand","mobile_number":"557-481-6340","email_id":"Rahsaan_Nikolaus58@yahoo.com","dop":"2025-04-06","serial_number":"12398753504025","imei1":"12398753504025","imei2":"12398753504025","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T06:24:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162895,"job_number":"JOB_162895","tr_customer_id":162912,"tr_customer_product_id":162902,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:23:52.000Z","modified_at":"2026-01-21T06:24:32.000Z","name":"Elmo Medhurst","mobile_number":"532-934-0635","email_id":"Jaycee.Wunsch12@yahoo.com","dop":"2025-06-18","serial_number":"10149413580064","imei1":"10149413580064","imei2":"10149413580064","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T06:24:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162876,"job_number":"JOB_162876","tr_customer_id":162893,"tr_customer_product_id":162883,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T05:58:04.000Z","modified_at":"2026-01-21T05:58:45.000Z","name":"Stevie Will","mobile_number":"717-456-8183","email_id":"Okey89@gmail.com","dop":"2025-04-06","serial_number":"16760379314414","imei1":"16760379314414","imei2":"16760379314414","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T05:58:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162873,"job_number":"JOB_162873","tr_customer_id":162890,"tr_customer_product_id":162880,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T05:57:14.000Z","modified_at":"2026-01-21T05:57:56.000Z","name":"Leonel Dickinson","mobile_number":"905-339-2929","email_id":"Myriam.Crist@hotmail.com","dop":"2025-04-06","serial_number":"10830347128118","imei1":"10830347128118","imei2":"10830347128118","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T05:57:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162870,"job_number":"JOB_162870","tr_customer_id":162887,"tr_customer_product_id":162877,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T05:56:24.000Z","modified_at":"2026-01-21T05:57:06.000Z","name":"Kathlyn Gleichner","mobile_number":"465-805-8842","email_id":"Kaylah.Doyle@yahoo.com","dop":"2025-04-06","serial_number":"17316565882254","imei1":"17316565882254","imei2":"17316565882254","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T05:57:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162866,"job_number":"JOB_162866","tr_customer_id":162883,"tr_customer_product_id":162873,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T05:21:12.000Z","modified_at":"2026-01-21T05:21:53.000Z","name":"Benedict Franecki","mobile_number":"311-707-7688","email_id":"Sherman_Larkin70@yahoo.com","dop":"2025-04-06","serial_number":"16105861548766","imei1":"16105861548766","imei2":"16105861548766","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T05:21:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162863,"job_number":"JOB_162863","tr_customer_id":162880,"tr_customer_product_id":162870,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T05:20:24.000Z","modified_at":"2026-01-21T05:21:04.000Z","name":"Shanel Mitchell","mobile_number":"364-234-1439","email_id":"Boris19@yahoo.com","dop":"2025-04-06","serial_number":"19640831741122","imei1":"19640831741122","imei2":"19640831741122","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T05:21:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162860,"job_number":"JOB_162860","tr_customer_id":162877,"tr_customer_product_id":162867,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T05:19:37.000Z","modified_at":"2026-01-21T05:20:17.000Z","name":"Ari Blick","mobile_number":"310-853-4267","email_id":"Pete.Boyer@gmail.com","dop":"2025-04-06","serial_number":"17541327219997","imei1":"17541327219997","imei2":"17541327219997","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T05:20:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162856,"job_number":"JOB_162856","tr_customer_id":162873,"tr_customer_product_id":162863,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T05:00:27.000Z","modified_at":"2026-01-21T05:01:04.000Z","name":"Helene Morissette","mobile_number":"384-972-5919","email_id":"Zetta24@yahoo.com","dop":"2025-04-06","serial_number":"14434081241373","imei1":"14434081241373","imei2":"14434081241373","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T05:01:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162854,"job_number":"JOB_162854","tr_customer_id":162871,"tr_customer_product_id":162861,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T05:00:11.000Z","modified_at":"2026-01-21T05:00:48.000Z","name":"Herminio Parisian","mobile_number":"366-477-5062","email_id":"Moses_Jast22@hotmail.com","dop":"2025-04-06","serial_number":"13446758318385","imei1":"13446758318385","imei2":"13446758318385","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T05:00:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162851,"job_number":"JOB_162851","tr_customer_id":162868,"tr_customer_product_id":162858,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:57:07.000Z","modified_at":"2026-01-21T04:57:46.000Z","name":"Jeffrey Renner","mobile_number":"315-920-0749","email_id":"Jailyn71@hotmail.com","dop":"2025-04-06","serial_number":"19995083948725","imei1":"19995083948725","imei2":"19995083948725","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T04:57:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162849,"job_number":"JOB_162849","tr_customer_id":162866,"tr_customer_product_id":162856,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:56:21.000Z","modified_at":"2026-01-21T04:57:00.000Z","name":"Karine Tromp","mobile_number":"912-269-0209","email_id":"Maya66@hotmail.com","dop":"2025-04-06","serial_number":"16297752827894","imei1":"16297752827894","imei2":"16297752827894","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T04:57:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162847,"job_number":"JOB_162847","tr_customer_id":162864,"tr_customer_product_id":162854,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:55:35.000Z","modified_at":"2026-01-21T04:56:14.000Z","name":"Kaylie Deckow","mobile_number":"221-666-3278","email_id":"Nelda_Fadel7@hotmail.com","dop":"2025-04-06","serial_number":"19406400506696","imei1":"19406400506696","imei2":"19406400506696","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T04:56:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162846,"job_number":"JOB_162846","tr_customer_id":162863,"tr_customer_product_id":162853,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:50:32.000Z","modified_at":"2026-01-21T04:50:43.000Z","name":"Anibal Swift","mobile_number":"459-411-5035","email_id":"Alta_Raynor@yahoo.com","dop":"2025-07-01","serial_number":"107524683713839","imei1":"107524683713839","imei2":"107524683713839","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T04:50:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162844,"job_number":"JOB_162844","tr_customer_id":162861,"tr_customer_product_id":162851,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:50:17.000Z","modified_at":"2026-01-21T04:50:29.000Z","name":"Leta Dicki","mobile_number":"887-388-9895","email_id":"Angeline21@gmail.com","dop":"2025-07-01","serial_number":"109769010337732","imei1":"109769010337732","imei2":"109769010337732","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T04:50:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162836,"job_number":"JOB_162836","tr_customer_id":162853,"tr_customer_product_id":162843,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:40:28.000Z","modified_at":"2026-01-21T04:41:05.000Z","name":"Rogelio Abshire","mobile_number":"792-630-5066","email_id":"Alexie81@yahoo.com","dop":"2025-04-06","serial_number":"15659293544667","imei1":"15659293544667","imei2":"15659293544667","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T04:41:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162832,"job_number":"JOB_162832","tr_customer_id":162849,"tr_customer_product_id":162839,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:39:44.000Z","modified_at":"2026-01-21T04:40:21.000Z","name":"Shad Schumm","mobile_number":"899-328-5727","email_id":"Cheyanne.West@gmail.com","dop":"2025-04-06","serial_number":"13084459444306","imei1":"13084459444306","imei2":"13084459444306","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T04:40:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162829,"job_number":"JOB_162829","tr_customer_id":162846,"tr_customer_product_id":162836,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:39:00.000Z","modified_at":"2026-01-21T04:39:37.000Z","name":"Willy Treutel","mobile_number":"835-476-0629","email_id":"Ambrose_Brekke@gmail.com","dop":"2025-04-06","serial_number":"17719668847451","imei1":"17719668847451","imei2":"17719668847451","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T04:39:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162826,"job_number":"JOB_162826","tr_customer_id":162843,"tr_customer_product_id":162833,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:07:59.000Z","modified_at":"2026-01-21T04:08:35.000Z","name":"Elenor Goldner","mobile_number":"943-788-1744","email_id":"Derick.Bode30@hotmail.com","dop":"2025-04-06","serial_number":"13101353441914","imei1":"13101353441914","imei2":"13101353441914","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T04:08:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162823,"job_number":"JOB_162823","tr_customer_id":162840,"tr_customer_product_id":162830,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:07:15.000Z","modified_at":"2026-01-21T04:07:52.000Z","name":"Ezra Schaden","mobile_number":"842-210-0777","email_id":"Quincy_Stoltenberg@yahoo.com","dop":"2025-04-06","serial_number":"13419121368688","imei1":"13419121368688","imei2":"13419121368688","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T04:07:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162820,"job_number":"JOB_162820","tr_customer_id":162837,"tr_customer_product_id":162827,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:06:31.000Z","modified_at":"2026-01-21T04:07:08.000Z","name":"Savannah Barton","mobile_number":"762-285-4244","email_id":"Luz_Bauch@yahoo.com","dop":"2025-04-06","serial_number":"16431544841382","imei1":"16431544841382","imei2":"16431544841382","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T04:07:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162793,"job_number":"JOB_162793","tr_customer_id":162810,"tr_customer_product_id":162800,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:56:45.000Z","modified_at":"2026-01-21T03:57:22.000Z","name":"Daija Osinski","mobile_number":"477-559-8075","email_id":"Elian_Mohr@gmail.com","dop":"2025-04-06","serial_number":"18665664223340","imei1":"18665664223340","imei2":"18665664223340","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:57:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162790,"job_number":"JOB_162790","tr_customer_id":162807,"tr_customer_product_id":162797,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:56:18.000Z","modified_at":"2026-01-21T03:56:54.000Z","name":"Blaze Shanahan","mobile_number":"674-452-7759","email_id":"Leila.Oberbrunner61@gmail.com","dop":"2025-04-06","serial_number":"16678211497943","imei1":"16678211497943","imei2":"16678211497943","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:56:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162780,"job_number":"JOB_162780","tr_customer_id":162797,"tr_customer_product_id":162787,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:56:09.000Z","modified_at":"2026-01-21T03:56:46.000Z","name":"Tyra Abshire","mobile_number":"438-381-1054","email_id":"Lulu26@hotmail.com","dop":"2025-04-06","serial_number":"13048748776953","imei1":"13048748776953","imei2":"13048748776953","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:56:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162777,"job_number":"JOB_162777","tr_customer_id":162794,"tr_customer_product_id":162784,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:56:07.000Z","modified_at":"2026-01-21T03:56:43.000Z","name":"Leif Reilly","mobile_number":"737-540-3233","email_id":"Coty52@gmail.com","dop":"2025-04-06","serial_number":"19835682176129","imei1":"19835682176129","imei2":"19835682176129","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:56:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162772,"job_number":"JOB_162772","tr_customer_id":162789,"tr_customer_product_id":162779,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:56:01.000Z","modified_at":"2026-01-21T03:56:38.000Z","name":"Domingo Gorczany","mobile_number":"326-710-2540","email_id":"Marjolaine.Beatty@gmail.com","dop":"2025-04-06","serial_number":"18288382644165","imei1":"18288382644165","imei2":"18288382644165","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:56:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162769,"job_number":"JOB_162769","tr_customer_id":162786,"tr_customer_product_id":162776,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:56:00.000Z","modified_at":"2026-01-21T03:56:39.000Z","name":"Emmett Fisher","mobile_number":"905-927-3077","email_id":"Destiny70@gmail.com","dop":"2025-04-06","serial_number":"12355022513967","imei1":"12355022513967","imei2":"12355022513967","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:56:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162768,"job_number":"JOB_162768","tr_customer_id":162785,"tr_customer_product_id":162775,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:56:00.000Z","modified_at":"2026-01-21T03:56:35.000Z","name":"Sabrina Stokes","mobile_number":"624-963-2021","email_id":"Elwin30@gmail.com","dop":"2025-04-06","serial_number":"16318570667067","imei1":"16318570667067","imei2":"16318570667067","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:56:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162764,"job_number":"JOB_162764","tr_customer_id":162781,"tr_customer_product_id":162771,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:59.000Z","modified_at":"2026-01-21T03:56:35.000Z","name":"Maurine Kshlerin","mobile_number":"424-405-7015","email_id":"Norwood_Hills25@yahoo.com","dop":"2025-04-06","serial_number":"15203200953838","imei1":"15203200953838","imei2":"15203200953838","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:56:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162762,"job_number":"JOB_162762","tr_customer_id":162779,"tr_customer_product_id":162769,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:58.000Z","modified_at":"2026-01-21T03:56:38.000Z","name":"Alfredo Botsford","mobile_number":"504-530-0265","email_id":"Katherine_DAmore@yahoo.com","dop":"2025-04-06","serial_number":"13966168632848","imei1":"13966168632848","imei2":"13966168632848","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:56:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162756,"job_number":"JOB_162756","tr_customer_id":162773,"tr_customer_product_id":162763,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:52.000Z","modified_at":"2026-01-21T03:56:29.000Z","name":"Jaden Wintheiser","mobile_number":"953-339-8860","email_id":"Yasmine.Collier@hotmail.com","dop":"2025-04-06","serial_number":"19457451897614","imei1":"19457451897614","imei2":"19457451897614","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:56:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162753,"job_number":"JOB_162753","tr_customer_id":162770,"tr_customer_product_id":162760,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:45.000Z","modified_at":"2026-01-21T03:56:24.000Z","name":"Damaris Kautzer","mobile_number":"509-765-9199","email_id":"Murphy_Rolfson@gmail.com","dop":"2025-04-06","serial_number":"15221853954662","imei1":"15221853954662","imei2":"15221853954662","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:56:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162747,"job_number":"JOB_162747","tr_customer_id":162764,"tr_customer_product_id":162754,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:33.000Z","modified_at":"2026-01-21T03:56:10.000Z","name":"Sandrine Konopelski","mobile_number":"592-993-5479","email_id":"Garret61@gmail.com","dop":"2025-04-06","serial_number":"16612816751742","imei1":"16612816751742","imei2":"16612816751742","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:56:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162744,"job_number":"JOB_162744","tr_customer_id":162761,"tr_customer_product_id":162751,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:29.000Z","modified_at":"2026-01-21T03:56:06.000Z","name":"Jarret Schuster","mobile_number":"848-815-5376","email_id":"Kristin92@yahoo.com","dop":"2025-04-06","serial_number":"15859157635134","imei1":"15859157635134","imei2":"15859157635134","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:56:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162737,"job_number":"JOB_162737","tr_customer_id":162754,"tr_customer_product_id":162744,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:24.000Z","modified_at":"2026-01-21T03:56:01.000Z","name":"Roosevelt Feil","mobile_number":"779-526-0907","email_id":"Korey_Gerlach80@hotmail.com","dop":"2025-04-06","serial_number":"15642000329460","imei1":"15642000329460","imei2":"15642000329460","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:56:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162735,"job_number":"JOB_162735","tr_customer_id":162752,"tr_customer_product_id":162742,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:22.000Z","modified_at":"2026-01-21T03:55:59.000Z","name":"Anne Labadie","mobile_number":"281-721-6825","email_id":"Martin_Cole@yahoo.com","dop":"2025-04-06","serial_number":"10584542602368","imei1":"10584542602368","imei2":"10584542602368","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:55:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162731,"job_number":"JOB_162731","tr_customer_id":162748,"tr_customer_product_id":162738,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:19.000Z","modified_at":"2026-01-21T03:55:53.000Z","name":"Isabelle Braun","mobile_number":"270-582-3385","email_id":"Luna_Kiehn33@gmail.com","dop":"2025-04-06","serial_number":"14645338406941","imei1":"14645338406941","imei2":"14645338406941","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:55:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162730,"job_number":"JOB_162730","tr_customer_id":162747,"tr_customer_product_id":162737,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:19.000Z","modified_at":"2026-01-21T03:55:54.000Z","name":"Deondre Robel","mobile_number":"807-441-5171","email_id":"Fritz.Weimann@gmail.com","dop":"2025-04-06","serial_number":"12044646026468","imei1":"12044646026468","imei2":"12044646026468","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:55:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162725,"job_number":"JOB_162725","tr_customer_id":162742,"tr_customer_product_id":162732,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:17.000Z","modified_at":"2026-01-21T03:55:52.000Z","name":"Arielle Weber","mobile_number":"934-857-5231","email_id":"Marcellus_Marquardt91@yahoo.com","dop":"2025-04-06","serial_number":"10305875214283","imei1":"10305875214283","imei2":"10305875214283","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:55:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162723,"job_number":"JOB_162723","tr_customer_id":162740,"tr_customer_product_id":162730,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:17.000Z","modified_at":"2026-01-21T03:55:54.000Z","name":"Blake Hahn","mobile_number":"724-881-6914","email_id":"Pamela.Jerde@gmail.com","dop":"2025-04-06","serial_number":"15513768219737","imei1":"15513768219737","imei2":"15513768219737","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:55:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162720,"job_number":"JOB_162720","tr_customer_id":162737,"tr_customer_product_id":162727,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:14.000Z","modified_at":"2026-01-21T03:55:53.000Z","name":"Nona Bernhard","mobile_number":"961-213-4399","email_id":"Reilly_Schumm94@yahoo.com","dop":"2025-04-06","serial_number":"11064625716026","imei1":"11064625716026","imei2":"11064625716026","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:55:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162716,"job_number":"JOB_162716","tr_customer_id":162733,"tr_customer_product_id":162723,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:12.000Z","modified_at":"2026-01-21T03:55:50.000Z","name":"Lolita Gleason","mobile_number":"219-445-2155","email_id":"Paris.Pouros40@gmail.com","dop":"2025-04-06","serial_number":"12666730763924","imei1":"12666730763924","imei2":"12666730763924","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:55:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162714,"job_number":"JOB_162714","tr_customer_id":162731,"tr_customer_product_id":162721,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:10.000Z","modified_at":"2026-01-21T03:55:49.000Z","name":"Zechariah Fay","mobile_number":"834-754-6441","email_id":"Jayce.Fadel@gmail.com","dop":"2025-04-06","serial_number":"18367506703739","imei1":"18367506703739","imei2":"18367506703739","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:55:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162711,"job_number":"JOB_162711","tr_customer_id":162728,"tr_customer_product_id":162718,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:08.000Z","modified_at":"2026-01-21T03:55:45.000Z","name":"Samson Jenkins","mobile_number":"468-897-3166","email_id":"Rick.Jacobi53@hotmail.com","dop":"2025-04-06","serial_number":"13669836359349","imei1":"13669836359349","imei2":"13669836359349","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:55:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162708,"job_number":"JOB_162708","tr_customer_id":162725,"tr_customer_product_id":162715,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:59.000Z","modified_at":"2026-01-21T03:55:37.000Z","name":"Chanel Torp","mobile_number":"971-597-8476","email_id":"Cora.Little83@yahoo.com","dop":"2025-04-06","serial_number":"14266294146586","imei1":"14266294146586","imei2":"14266294146586","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:55:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162702,"job_number":"JOB_162702","tr_customer_id":162719,"tr_customer_product_id":162709,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:50.000Z","modified_at":"2026-01-21T03:55:26.000Z","name":"Shawna Conroy","mobile_number":"706-235-8255","email_id":"Willie_Bins@hotmail.com","dop":"2025-04-06","serial_number":"18566860494821","imei1":"18566860494821","imei2":"18566860494821","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:55:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162698,"job_number":"JOB_162698","tr_customer_id":162715,"tr_customer_product_id":162705,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:45.000Z","modified_at":"2026-01-21T03:55:22.000Z","name":"Brandyn Ryan","mobile_number":"342-836-0789","email_id":"Derek_Waelchi91@hotmail.com","dop":"2025-04-06","serial_number":"14380441275526","imei1":"14380441275526","imei2":"14380441275526","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:55:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162694,"job_number":"JOB_162694","tr_customer_id":162711,"tr_customer_product_id":162701,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:41.000Z","modified_at":"2026-01-21T03:55:17.000Z","name":"Ollie Kilback","mobile_number":"911-252-0985","email_id":"Clare_Oberbrunner@yahoo.com","dop":"2025-04-06","serial_number":"12869432379823","imei1":"12869432379823","imei2":"12869432379823","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:55:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162686,"job_number":"JOB_162686","tr_customer_id":162703,"tr_customer_product_id":162693,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:39.000Z","modified_at":"2026-01-21T03:55:15.000Z","name":"Cathryn Hagenes","mobile_number":"909-455-5091","email_id":"Orval_Lindgren79@yahoo.com","dop":"2025-04-06","serial_number":"19488924562643","imei1":"19488924562643","imei2":"19488924562643","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:55:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162681,"job_number":"JOB_162681","tr_customer_id":162698,"tr_customer_product_id":162688,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:38.000Z","modified_at":"2026-01-21T03:55:16.000Z","name":"Tina Williamson","mobile_number":"773-544-1621","email_id":"Maximo39@yahoo.com","dop":"2025-04-06","serial_number":"16118687829239","imei1":"16118687829239","imei2":"16118687829239","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:55:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162678,"job_number":"JOB_162678","tr_customer_id":162695,"tr_customer_product_id":162685,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:37.000Z","modified_at":"2026-01-21T03:55:12.000Z","name":"Charles Kautzer","mobile_number":"214-939-5625","email_id":"Candace.Abernathy50@hotmail.com","dop":"2025-04-06","serial_number":"15870016967143","imei1":"15870016967143","imei2":"15870016967143","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:55:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162673,"job_number":"JOB_162673","tr_customer_id":162690,"tr_customer_product_id":162680,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:35.000Z","modified_at":"2026-01-21T03:55:11.000Z","name":"Jordon Fahey","mobile_number":"675-986-4348","email_id":"Jermain_Schaden@yahoo.com","dop":"2025-04-06","serial_number":"16600416989378","imei1":"16600416989378","imei2":"16600416989378","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:55:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162672,"job_number":"JOB_162672","tr_customer_id":162689,"tr_customer_product_id":162679,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:35.000Z","modified_at":"2026-01-21T03:55:10.000Z","name":"Jake Champlin","mobile_number":"632-459-8880","email_id":"Tito73@hotmail.com","dop":"2025-04-06","serial_number":"13753611570726","imei1":"13753611570726","imei2":"13753611570726","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:55:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162664,"job_number":"JOB_162664","tr_customer_id":162681,"tr_customer_product_id":162671,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:28.000Z","modified_at":"2026-01-21T03:55:07.000Z","name":"Mikel Gislason","mobile_number":"317-822-0971","email_id":"Flavio_Sipes75@gmail.com","dop":"2025-04-06","serial_number":"11905602048084","imei1":"11905602048084","imei2":"11905602048084","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:55:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162658,"job_number":"JOB_162658","tr_customer_id":162675,"tr_customer_product_id":162665,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:25.000Z","modified_at":"2026-01-21T03:55:04.000Z","name":"Luisa Daugherty","mobile_number":"680-877-8714","email_id":"Wyman.Rowe@yahoo.com","dop":"2025-04-06","serial_number":"10238734404027","imei1":"10238734404027","imei2":"10238734404027","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:55:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162656,"job_number":"JOB_162656","tr_customer_id":162673,"tr_customer_product_id":162663,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:25.000Z","modified_at":"2026-01-21T03:55:01.000Z","name":"Alexandre Adams","mobile_number":"757-520-6558","email_id":"Nathan_Volkman29@hotmail.com","dop":"2025-04-06","serial_number":"17119721365153","imei1":"17119721365153","imei2":"17119721365153","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:55:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162655,"job_number":"JOB_162655","tr_customer_id":162672,"tr_customer_product_id":162662,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:25.000Z","modified_at":"2026-01-21T03:55:03.000Z","name":"Lora O'Reilly","mobile_number":"831-350-1137","email_id":"Devin3@hotmail.com","dop":"2025-04-06","serial_number":"14642630053185","imei1":"14642630053185","imei2":"14642630053185","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:55:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162649,"job_number":"JOB_162649","tr_customer_id":162666,"tr_customer_product_id":162656,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:21.000Z","modified_at":"2026-01-21T03:54:58.000Z","name":"Demond Hansen","mobile_number":"229-898-2513","email_id":"Eino38@yahoo.com","dop":"2025-04-06","serial_number":"19971897015472","imei1":"19971897015472","imei2":"19971897015472","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:54:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162648,"job_number":"JOB_162648","tr_customer_id":162665,"tr_customer_product_id":162655,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:21.000Z","modified_at":"2026-01-21T03:54:57.000Z","name":"Maximillian Wisoky","mobile_number":"481-210-9867","email_id":"Guiseppe88@hotmail.com","dop":"2025-06-18","serial_number":"10234349578596","imei1":"10234349578596","imei2":"10234349578596","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:54:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162645,"job_number":"JOB_162645","tr_customer_id":162662,"tr_customer_product_id":162652,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:13.000Z","modified_at":"2026-01-21T03:54:51.000Z","name":"Emerson Shanahan","mobile_number":"652-872-2180","email_id":"Kristy8@hotmail.com","dop":"2025-04-06","serial_number":"10947156777713","imei1":"10947156777713","imei2":"10947156777713","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:54:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162640,"job_number":"JOB_162640","tr_customer_id":162657,"tr_customer_product_id":162647,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:07.000Z","modified_at":"2026-01-21T03:54:43.000Z","name":"Shane Kub","mobile_number":"932-517-6766","email_id":"Flavie_Okuneva59@gmail.com","dop":"2025-04-06","serial_number":"19008913160366","imei1":"19008913160366","imei2":"19008913160366","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:54:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162638,"job_number":"JOB_162638","tr_customer_id":162655,"tr_customer_product_id":162645,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:53:59.000Z","modified_at":"2026-01-21T03:54:34.000Z","name":"Dexter Crooks","mobile_number":"212-681-2925","email_id":"Luther.Conn36@yahoo.com","dop":"2025-04-06","serial_number":"12814704807136","imei1":"12814704807136","imei2":"12814704807136","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:54:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162635,"job_number":"JOB_162635","tr_customer_id":162652,"tr_customer_product_id":162642,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:53:53.000Z","modified_at":"2026-01-21T03:54:28.000Z","name":"Princess Bayer","mobile_number":"544-904-1316","email_id":"Sarina_Lynch@yahoo.com","dop":"2025-04-06","serial_number":"18864871061443","imei1":"18864871061443","imei2":"18864871061443","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:54:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162632,"job_number":"JOB_162632","tr_customer_id":162649,"tr_customer_product_id":162639,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:53:47.000Z","modified_at":"2026-01-21T03:54:23.000Z","name":"Hobart Ruecker","mobile_number":"556-738-3578","email_id":"Carmela.Hyatt23@yahoo.com","dop":"2025-04-06","serial_number":"17238586412775","imei1":"17238586412775","imei2":"17238586412775","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:54:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162630,"job_number":"JOB_162630","tr_customer_id":162647,"tr_customer_product_id":162637,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:53:39.000Z","modified_at":"2026-01-21T03:54:17.000Z","name":"Micah Yundt","mobile_number":"790-766-8992","email_id":"Gus_Cummings16@hotmail.com","dop":"2025-04-06","serial_number":"19795840133136","imei1":"19795840133136","imei2":"19795840133136","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:54:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162627,"job_number":"JOB_162627","tr_customer_id":162644,"tr_customer_product_id":162634,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:53:38.000Z","modified_at":"2026-01-21T03:54:14.000Z","name":"Jillian Willms","mobile_number":"603-525-3968","email_id":"Theo_Ziemann@hotmail.com","dop":"2025-06-18","serial_number":"10490481658436","imei1":"10490481658436","imei2":"10490481658436","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:54:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162624,"job_number":"JOB_162624","tr_customer_id":162641,"tr_customer_product_id":162631,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:53:37.000Z","modified_at":"2026-01-21T03:54:14.000Z","name":"Trisha Johns","mobile_number":"333-581-5263","email_id":"Vallie72@gmail.com","dop":"2025-04-06","serial_number":"15864999580411","imei1":"15864999580411","imei2":"15864999580411","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:54:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162622,"job_number":"JOB_162622","tr_customer_id":162639,"tr_customer_product_id":162629,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:53:28.000Z","modified_at":"2026-01-21T03:54:03.000Z","name":"Sylvan Will","mobile_number":"962-389-6969","email_id":"Chyna_Satterfield@hotmail.com","dop":"2025-04-06","serial_number":"12423343791114","imei1":"12423343791114","imei2":"12423343791114","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:54:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162621,"job_number":"JOB_162621","tr_customer_id":162638,"tr_customer_product_id":162628,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:53:27.000Z","modified_at":"2026-01-21T03:53:35.000Z","name":"Karthik Duruvasula","mobile_number":"7897897890","email_id":"krthiksantosh@gmail.com","dop":"2025-05-07","serial_number":"29776641992789","imei1":"29776641992789","imei2":"29776641992789","popurl":"2025-05-07T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:53:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162619,"job_number":"JOB_162619","tr_customer_id":162636,"tr_customer_product_id":162626,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:53:20.000Z","modified_at":"2026-01-21T03:53:56.000Z","name":"Ray Turner","mobile_number":"579-685-7693","email_id":"Fernando_McDermott@hotmail.com","dop":"2025-04-06","serial_number":"12038532373941","imei1":"12038532373941","imei2":"12038532373941","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:53:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162617,"job_number":"JOB_162617","tr_customer_id":162634,"tr_customer_product_id":162624,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:53:17.000Z","modified_at":"2026-01-21T03:53:52.000Z","name":"Edyth Grimes","mobile_number":"421-871-8030","email_id":"Chadrick.Leffler60@hotmail.com","dop":"2025-04-06","serial_number":"16318141513793","imei1":"16318141513793","imei2":"16318141513793","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:53:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162615,"job_number":"JOB_162615","tr_customer_id":162632,"tr_customer_product_id":162622,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:53:16.000Z","modified_at":"2026-01-21T03:53:25.000Z","name":"Karthik Duruvasula","mobile_number":"7897897890","email_id":"krthiksantosh@gmail.com","dop":"2025-05-07","serial_number":"60839021241927","imei1":"60839021241927","imei2":"60839021241927","popurl":"2025-05-07T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:53:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162613,"job_number":"JOB_162613","tr_customer_id":162630,"tr_customer_product_id":162620,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:48:33.000Z","modified_at":"2026-01-21T03:49:05.000Z","name":"Geovanni Bartell","mobile_number":"264-283-5154","email_id":"Davon_Maggio50@gmail.com","dop":"2025-04-06","serial_number":"16769524572060","imei1":"16769524572060","imei2":"16769524572060","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:49:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162610,"job_number":"JOB_162610","tr_customer_id":162627,"tr_customer_product_id":162617,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:47:53.000Z","modified_at":"2026-01-21T03:48:26.000Z","name":"Larissa Schaden","mobile_number":"790-530-1039","email_id":"Eden.Krajcik@gmail.com","dop":"2025-04-06","serial_number":"12018204227382","imei1":"12018204227382","imei2":"12018204227382","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:48:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162607,"job_number":"JOB_162607","tr_customer_id":162624,"tr_customer_product_id":162614,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:47:12.000Z","modified_at":"2026-01-21T03:47:46.000Z","name":"Ona Jaskolski","mobile_number":"469-282-0317","email_id":"Randi_Greenfelder@gmail.com","dop":"2025-04-06","serial_number":"13470679357318","imei1":"13470679357318","imei2":"13470679357318","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:47:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162603,"job_number":"JOB_162603","tr_customer_id":162620,"tr_customer_product_id":162610,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T02:59:54.000Z","modified_at":"2026-01-21T03:44:48.000Z","name":"Fay Jaskolski","mobile_number":"333-876-7079","email_id":"Jaqueline40@hotmail.com","dop":"2025-04-06","serial_number":"17178707346116856","imei1":"17178707346116856","imei2":"17178707346116856","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:44:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162602,"job_number":"JOB_162602","tr_customer_id":162619,"tr_customer_product_id":162609,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T02:59:53.000Z","modified_at":"2026-01-21T03:00:32.000Z","name":"Jade Harris","mobile_number":"750-695-1076","email_id":"Gladyce_Thiel@yahoo.com","dop":"2025-04-06","serial_number":"18018350818538","imei1":"18018350818538","imei2":"18018350818538","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:00:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162599,"job_number":"JOB_162599","tr_customer_id":162616,"tr_customer_product_id":162606,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T02:59:05.000Z","modified_at":"2026-01-21T02:59:45.000Z","name":"Vilma Crooks","mobile_number":"521-767-9582","email_id":"Dawn.Tillman70@yahoo.com","dop":"2025-04-06","serial_number":"15539871771051","imei1":"15539871771051","imei2":"15539871771051","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T02:59:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162596,"job_number":"JOB_162596","tr_customer_id":162613,"tr_customer_product_id":162603,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T02:58:18.000Z","modified_at":"2026-01-21T02:58:57.000Z","name":"Virginia Kunde","mobile_number":"682-553-7790","email_id":"Chester.Murray56@yahoo.com","dop":"2025-04-06","serial_number":"19688787886970","imei1":"19688787886970","imei2":"19688787886970","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T02:58:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162986,"job_number":"JOB_162986","tr_customer_id":163003,"tr_customer_product_id":162993,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:48:08.000Z","modified_at":"2026-01-21T07:33:13.000Z","name":"Karishma Shetkar","mobile_number":"8928885292","email_id":"shetkarshashank@gmail.com","dop":"2026-01-12","serial_number":"32051489201456","imei1":"32051489201456","imei2":"32051489201456","popurl":"2026-01-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-21T07:33:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162959,"job_number":"JOB_162959","tr_customer_id":162976,"tr_customer_product_id":162966,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:38:45.000Z","modified_at":"2026-01-21T06:39:22.000Z","name":"Amaya Hackett","mobile_number":"412-898-5815","email_id":"Alana.Boyle@yahoo.com","dop":"2000-01-31","serial_number":"10320798703621","imei1":"10320798703621","imei2":"10320798703621","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T06:39:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162950,"job_number":"JOB_162950","tr_customer_id":162967,"tr_customer_product_id":162957,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:38:00.000Z","modified_at":"2026-01-21T06:38:37.000Z","name":"Kaitlin Ankunding","mobile_number":"285-536-0022","email_id":"Retta78@hotmail.com","dop":"2000-01-31","serial_number":"10347991978815","imei1":"10347991978815","imei2":"10347991978815","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T06:38:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162944,"job_number":"JOB_162944","tr_customer_id":162961,"tr_customer_product_id":162951,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:37:15.000Z","modified_at":"2026-01-21T06:37:53.000Z","name":"Mittie Shields","mobile_number":"831-454-0210","email_id":"Ernest.Auer@hotmail.com","dop":"2000-01-31","serial_number":"10165519465858","imei1":"10165519465858","imei2":"10165519465858","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T06:37:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162938,"job_number":"JOB_162938","tr_customer_id":162955,"tr_customer_product_id":162945,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:36:30.000Z","modified_at":"2026-01-21T06:37:08.000Z","name":"Jordon Bernhard","mobile_number":"583-901-4046","email_id":"Wilbert98@yahoo.com","dop":"2000-01-31","serial_number":"10576643990621","imei1":"10576643990621","imei2":"10576643990621","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T06:37:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162841,"job_number":"JOB_162841","tr_customer_id":162858,"tr_customer_product_id":162848,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:46:59.000Z","modified_at":"2026-01-21T04:47:26.000Z","name":"Jonatan McClure","mobile_number":"653-731-9683","email_id":"Adolfo_Rath63@hotmail.com","dop":"2017-01-31","serial_number":"19146630869963","imei1":"19146630869963","imei2":"19146630869963","popurl":"2017-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T04:47:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162839,"job_number":"JOB_162839","tr_customer_id":162856,"tr_customer_product_id":162846,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:45:07.000Z","modified_at":"2026-01-21T04:45:34.000Z","name":"Blanche Torphy","mobile_number":"885-770-0950","email_id":"Abner73@gmail.com","dop":"2017-01-31","serial_number":"10980136329168","imei1":"10980136329168","imei2":"10980136329168","popurl":"2017-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T04:45:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162818,"job_number":"JOB_162818","tr_customer_id":162835,"tr_customer_product_id":162825,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:03:25.000Z","modified_at":"2026-01-21T04:03:49.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"84244608133657","imei1":"84244608133657","imei2":"84244608133657","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T04:03:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162811,"job_number":"JOB_162811","tr_customer_id":162828,"tr_customer_product_id":162818,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:02:53.000Z","modified_at":"2026-01-21T04:03:17.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"84952586843901","imei1":"84952586843901","imei2":"84952586843901","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T04:03:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162804,"job_number":"JOB_162804","tr_customer_id":162821,"tr_customer_product_id":162811,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T04:02:22.000Z","modified_at":"2026-01-21T04:02:46.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"64648166473004","imei1":"64648166473004","imei2":"64648166473004","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T04:02:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162796,"job_number":"JOB_162796","tr_customer_id":162813,"tr_customer_product_id":162803,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:57:00.000Z","modified_at":"2026-01-21T03:57:39.000Z","name":"Isabel Mills","mobile_number":"406-262-7915","email_id":"Candido.Rowe@gmail.com","dop":"2000-01-31","serial_number":"10729306752076","imei1":"10729306752076","imei2":"10729306752076","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:57:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162787,"job_number":"JOB_162787","tr_customer_id":162804,"tr_customer_product_id":162794,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:56:13.000Z","modified_at":"2026-01-21T03:56:52.000Z","name":"Marjory Hilpert","mobile_number":"466-818-5187","email_id":"Candida.Rutherford@yahoo.com","dop":"2000-01-31","serial_number":"10677982861035","imei1":"10677982861035","imei2":"10677982861035","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:56:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162741,"job_number":"JOB_162741","tr_customer_id":162758,"tr_customer_product_id":162748,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:26.000Z","modified_at":"2026-01-21T03:56:05.000Z","name":"Verona Shields","mobile_number":"530-878-4794","email_id":"Dora.Moen@yahoo.com","dop":"2000-01-31","serial_number":"10804630468228","imei1":"10804630468228","imei2":"10804630468228","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:56:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162688,"job_number":"JOB_162688","tr_customer_id":162705,"tr_customer_product_id":162695,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:39.000Z","modified_at":"2026-01-21T03:55:18.000Z","name":"Lindsey Kreiger","mobile_number":"946-871-5451","email_id":"Dedric0@gmail.com","dop":"2000-01-31","serial_number":"10105368188057","imei1":"10105368188057","imei2":"10105368188057","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:55:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162666,"job_number":"JOB_162666","tr_customer_id":162683,"tr_customer_product_id":162673,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:30.000Z","modified_at":"2026-01-21T03:54:46.000Z","name":"Verna Hammes","mobile_number":"743-999-3938","email_id":"Assunta.Franecki14@gmail.com","dop":"2025-05-30","serial_number":"15602979380288","imei1":"15602979380288","imei2":"15602979380288","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:54:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163013,"job_number":"JOB_163013","tr_customer_id":163030,"tr_customer_product_id":163020,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T07:47:33.000Z","modified_at":"2026-01-21T07:47:45.000Z","name":"Gaetano Bogan","mobile_number":"673-444-4188","email_id":"Lenny67@hotmail.com","dop":"2025-11-04","serial_number":"27001982397134","imei1":"27001982397134","imei2":"27001982397134","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T07:47:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163012,"job_number":"JOB_163012","tr_customer_id":163029,"tr_customer_product_id":163019,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T07:47:17.000Z","modified_at":"2026-01-21T07:47:29.000Z","name":"Octavia Hahn","mobile_number":"950-265-4948","email_id":"Bart95@yahoo.com","dop":"2025-11-04","serial_number":"39713453300546","imei1":"39713453300546","imei2":"39713453300546","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T07:47:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163005,"job_number":"JOB_163005","tr_customer_id":163022,"tr_customer_product_id":163012,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T07:28:51.000Z","modified_at":"2026-01-21T07:29:03.000Z","name":"Major Barton","mobile_number":"564-853-2415","email_id":"Norene93@gmail.com","dop":"2025-11-04","serial_number":"12099593377760","imei1":"12099593377760","imei2":"12099593377760","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T07:29:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163004,"job_number":"JOB_163004","tr_customer_id":163021,"tr_customer_product_id":163011,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T07:28:34.000Z","modified_at":"2026-01-21T07:28:46.000Z","name":"Yolanda Schulist","mobile_number":"358-775-2746","email_id":"Vallie.Schuppe48@yahoo.com","dop":"2025-11-04","serial_number":"44518658767589","imei1":"44518658767589","imei2":"44518658767589","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T07:28:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162925,"job_number":"JOB_162925","tr_customer_id":162942,"tr_customer_product_id":162932,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:31:35.000Z","modified_at":"2026-01-21T06:31:46.000Z","name":"jatin sharma","mobile_number":"9191976787","email_id":"jatinvsharma@gmail.com","dop":"2025-12-13","serial_number":"57309058486599","imei1":"57309058486599","imei2":"57309058486599","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T06:31:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162924,"job_number":"JOB_162924","tr_customer_id":162941,"tr_customer_product_id":162931,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:31:20.000Z","modified_at":"2026-01-21T06:31:31.000Z","name":"uday p","mobile_number":"9191922787","email_id":"udap@gmail.com","dop":"2025-12-13","serial_number":"17154744459382","imei1":"17154744459382","imei2":"17154744459382","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T06:31:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162920,"job_number":"JOB_162920","tr_customer_id":162937,"tr_customer_product_id":162927,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:31:05.000Z","modified_at":"2026-01-21T06:31:16.000Z","name":"shoaib shaikh","mobile_number":"9191987787","email_id":"shaikhshoaib@gmail.com","dop":"2025-12-13","serial_number":"55918937670242","imei1":"55918937670242","imei2":"55918937670242","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T06:31:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162893,"job_number":"JOB_162893","tr_customer_id":162910,"tr_customer_product_id":162900,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:23:21.000Z","modified_at":"2026-01-21T06:23:33.000Z","name":"jatin sharma","mobile_number":"9191976787","email_id":"jatinvsharma@gmail.com","dop":"2025-12-13","serial_number":"64282419611892","imei1":"64282419611892","imei2":"64282419611892","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T06:23:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162892,"job_number":"JOB_162892","tr_customer_id":162909,"tr_customer_product_id":162899,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:23:06.000Z","modified_at":"2026-01-21T06:23:17.000Z","name":"uday p","mobile_number":"9191922787","email_id":"udap@gmail.com","dop":"2025-12-13","serial_number":"43066776680063","imei1":"43066776680063","imei2":"43066776680063","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T06:23:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162891,"job_number":"JOB_162891","tr_customer_id":162908,"tr_customer_product_id":162898,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:22:50.000Z","modified_at":"2026-01-21T06:23:01.000Z","name":"shoaib shaikh","mobile_number":"9191987787","email_id":"shaikhshoaib@gmail.com","dop":"2025-12-13","serial_number":"69761891639848","imei1":"69761891639848","imei2":"69761891639848","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T06:23:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162889,"job_number":"JOB_162889","tr_customer_id":162906,"tr_customer_product_id":162896,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:21:40.000Z","modified_at":"2026-01-21T06:21:51.000Z","name":"Roger Welch","mobile_number":"729-253-2332","email_id":"Liza_Collins@hotmail.com","dop":"2025-06-09","serial_number":"104316782562222","imei1":"104316782562222","imei2":"104316782562222","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T06:21:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162886,"job_number":"JOB_162886","tr_customer_id":162903,"tr_customer_product_id":162893,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:21:23.000Z","modified_at":"2026-01-21T06:21:35.000Z","name":"Rupert Sauer","mobile_number":"446-881-2133","email_id":"Larue.Berge25@gmail.com","dop":"2025-06-09","serial_number":"103764698010272","imei1":"103764698010272","imei2":"103764698010272","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T06:21:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162883,"job_number":"JOB_162883","tr_customer_id":162900,"tr_customer_product_id":162890,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:21:06.000Z","modified_at":"2026-01-21T06:21:18.000Z","name":"Leslie Donnelly","mobile_number":"940-318-3171","email_id":"Aida_Rosenbaum21@hotmail.com","dop":"2025-06-09","serial_number":"100120630446228","imei1":"100120630446228","imei2":"100120630446228","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T06:21:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162881,"job_number":"JOB_162881","tr_customer_id":162898,"tr_customer_product_id":162888,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:18:53.000Z","modified_at":"2026-01-21T06:19:03.000Z","name":"Erich Schuster","mobile_number":"812-494-7586","email_id":"Luella4@hotmail.com","dop":"2025-11-04","serial_number":"67525805198858","imei1":"67525805198858","imei2":"67525805198858","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T06:19:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162880,"job_number":"JOB_162880","tr_customer_id":162897,"tr_customer_product_id":162887,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:18:38.000Z","modified_at":"2026-01-21T06:18:49.000Z","name":"Marcellus Predovic","mobile_number":"626-935-4538","email_id":"Monica.Rippin15@hotmail.com","dop":"2025-11-04","serial_number":"39590447961371","imei1":"39590447961371","imei2":"39590447961371","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T06:18:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162879,"job_number":"JOB_162879","tr_customer_id":162896,"tr_customer_product_id":162886,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:18:34.000Z","modified_at":"2026-01-21T06:18:58.000Z","name":"Alexzander Farrell","mobile_number":"306-292-3286","email_id":"Autumn_Windler63@hotmail.com","dop":"2025-10-01","serial_number":"17177231230133","imei1":"17177231230133","imei2":"17177231230133","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T06:18:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162878,"job_number":"JOB_162878","tr_customer_id":162895,"tr_customer_product_id":162885,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:18:23.000Z","modified_at":"2026-01-21T06:18:34.000Z","name":"Lavern Ortiz","mobile_number":"637-625-1508","email_id":"Vanessa.MacGyver@gmail.com","dop":"2025-11-04","serial_number":"29531245978093","imei1":"29531245978093","imei2":"29531245978093","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T06:18:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162782,"job_number":"JOB_162782","tr_customer_id":162799,"tr_customer_product_id":162789,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:56:10.000Z","modified_at":"2026-01-21T03:56:21.000Z","name":"Jessyca Kuphal","mobile_number":"402-662-4161","email_id":"Helene_Cartwright@yahoo.com","dop":"2025-06-09","serial_number":"106377618699027","imei1":"106377618699027","imei2":"106377618699027","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:56:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162759,"job_number":"JOB_162759","tr_customer_id":162776,"tr_customer_product_id":162766,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:54.000Z","modified_at":"2026-01-21T03:56:05.000Z","name":"Connie Weimann","mobile_number":"720-603-7741","email_id":"Heloise.Cruickshank@yahoo.com","dop":"2025-06-09","serial_number":"105303194087258","imei1":"105303194087258","imei2":"105303194087258","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:56:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162750,"job_number":"JOB_162750","tr_customer_id":162767,"tr_customer_product_id":162757,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:55:38.000Z","modified_at":"2026-01-21T03:55:49.000Z","name":"Joannie Erdman","mobile_number":"470-489-1392","email_id":"Leland.Beatty@gmail.com","dop":"2025-06-09","serial_number":"103357694426149","imei1":"103357694426149","imei2":"103357694426149","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:55:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162674,"job_number":"JOB_162674","tr_customer_id":162691,"tr_customer_product_id":162681,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:36.000Z","modified_at":"2026-01-21T03:54:59.000Z","name":"Dwight Dibbert","mobile_number":"517-634-5742","email_id":"Tyrese.Padberg@hotmail.com","dop":"2025-10-01","serial_number":"19665562248680","imei1":"19665562248680","imei2":"19665562248680","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:54:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162669,"job_number":"JOB_162669","tr_customer_id":162686,"tr_customer_product_id":162676,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:34.000Z","modified_at":"2026-01-21T03:54:44.000Z","name":"giyu tomiaka","mobile_number":"800-346-6638","email_id":"giyu@g.com","dop":"2026-01-10","serial_number":"854234284339935","imei1":"854234284339935","imei2":"854234284339935","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:54:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162652,"job_number":"JOB_162652","tr_customer_id":162669,"tr_customer_product_id":162659,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:23.000Z","modified_at":"2026-01-21T03:54:32.000Z","name":"tanjiro kamado","mobile_number":"318-325-0081","email_id":"tanjiro@g.com","dop":"2026-01-10","serial_number":"667734374869607","imei1":"667734374869607","imei2":"667734374869607","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:54:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162643,"job_number":"JOB_162643","tr_customer_id":162660,"tr_customer_product_id":162650,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T03:54:12.000Z","modified_at":"2026-01-21T03:54:21.000Z","name":"saitama sensei","mobile_number":"847-932-2922","email_id":"saitama@yopmail.com","dop":"2026-01-10","serial_number":"438314888936517","imei1":"438314888936517","imei2":"438314888936517","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T03:54:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162593,"job_number":"JOB_162593","tr_customer_id":162610,"tr_customer_product_id":162600,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T02:38:37.000Z","modified_at":"2026-01-21T02:38:43.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"14534149519631","imei1":"14534149519631","imei2":"14534149519631","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T02:38:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162591,"job_number":"JOB_162591","tr_customer_id":162608,"tr_customer_product_id":162598,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T02:38:23.000Z","modified_at":"2026-01-21T02:38:29.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"19877363349496","imei1":"19877363349496","imei2":"19877363349496","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T02:38:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":162589,"job_number":"JOB_162589","tr_customer_id":162606,"tr_customer_product_id":162596,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T02:38:00.000Z","modified_at":"2026-01-21T02:38:06.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"10816113408542","imei1":"10816113408542","imei2":"10816113408542","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-21T02:38:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/qc' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/qc
Response Information
Response Code: 200 - OK
Mean time per request: 599ms
Mean size per request: 1.98KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2ODk4MTY3N30.nN10Da_6IaL2XGEwpyq-7v9u0cb4h2WW3F-w7zYQtf0
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 4d4e38e7-02e4-4ddb-bd25-f089e84976e0
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"7ea-zjhdMgxfn/lG+Cu+FfmyfyfOaCI"
Vary Accept-Encoding
Content-Encoding gzip
Date Wed, 21 Jan 2026 07:47:59 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":162572,"job_number":"JOB_162572","tr_customer_id":162589,"tr_customer_product_id":162579,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":4,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T20:36:17.000Z","modified_at":"2026-01-20T21:32:18.000Z","name":"Sophia Harvey","mobile_number":"216-565-0570","email_id":"Larry.Schowalter5@hotmail.com","dop":"2025-12-30","serial_number":"10743635281425","imei1":"10743635281425","imei2":"10743635281425","popurl":"2025-12-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFQC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For QC","assigned_by":2,"assigned_on":"2026-01-20T21:32:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW","problems":[]},{"id":163014,"job_number":"JOB_163014","tr_customer_id":163031,"tr_customer_product_id":163021,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":4,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T07:47:49.000Z","modified_at":"2026-01-21T07:47:57.000Z","name":"Felix Weissnat","mobile_number":"829-211-4642","email_id":"Edgar.Windler@yahoo.com","dop":"2025-11-04","serial_number":"11370373346390","imei1":"11370373346390","imei2":"11370373346390","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PFQC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For QC","assigned_by":2,"assigned_on":"2026-01-21T07:47:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW","problems":[]}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/qc' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"job_id":98100}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/qc
Response Information
Response Code: 200 - OK
Mean time per request: 255ms
Mean size per request: 49B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2ODk4MTY3N30.nN10Da_6IaL2XGEwpyq-7v9u0cb4h2WW3F-w7zYQtf0
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 07ed0dac-8b81-4dc3-958e-a7ed457c3be8
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 24
Request Body
{
            "job_id": 163014
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 49
ETag W/"31-mme4/gAy7n3u0+fm11JLWXqB5Dc"
Vary Accept-Encoding
Date Wed, 21 Jan 2026 07:47:59 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"QC completed successfully","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/qc' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/qc
Response Information
Response Code: 200 - OK
Mean time per request: 592ms
Mean size per request: 1.01KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2ODk4MTY3N30.nN10Da_6IaL2XGEwpyq-7v9u0cb4h2WW3F-w7zYQtf0
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 3ebb27f9-e27d-4ebb-b6fe-159a515b91c9
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"409-sABr0R9Ca8SA5Y6j1HiYbqgvRM0"
Vary Accept-Encoding
Content-Encoding gzip
Date Wed, 21 Jan 2026 07:48:00 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":162572,"job_number":"JOB_162572","tr_customer_id":162589,"tr_customer_product_id":162579,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":4,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-20T20:36:17.000Z","modified_at":"2026-01-20T21:32:18.000Z","name":"Sophia Harvey","mobile_number":"216-565-0570","email_id":"Larry.Schowalter5@hotmail.com","dop":"2025-12-30","serial_number":"10743635281425","imei1":"10743635281425","imei2":"10743635281425","popurl":"2025-12-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFQC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For QC","assigned_by":2,"assigned_on":"2026-01-20T21:32:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW","problems":[]}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/login' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"username":"iamfd","password":"password"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 200 - OK
Mean time per request: 251ms
Mean size per request: 690B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 622663d6-9901-4204-9546-b883a955c7a0
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 42
Request Body
{"username":"iamfd","password":"password"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 690
ETag W/"2b2-gbgaLuuDVa9BAPJhaEwCM2H93Vc"
Vary Accept-Encoding
Date Wed, 21 Jan 2026 07:48:00 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg5ODE2ODB9.x8y327smHNdXHoDyO3yEvoXOUBKQ4rddGlqvSbxTIPw"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDQ1MjZ9.9PRb4D-Qi4k-AXJ37WoER_vk3MFrvNZCXpp_wuXXVoA' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'If-None-Match: W/"1af-Hx7rWnhMedRwRJUvWdcdDLlvRd0"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 200 - OK
Mean time per request: 250ms
Mean size per request: 438B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg5ODE2NjZ9.4ODuA-xRPFnmHP9tI4dMcDE-bd3NEdJ81NjasraaSbk
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token a1c38d05-3dbb-4dbf-a906-735d6520f803
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 438
ETag W/"1b6-cR2dclq1S8zJDBAsHCDA10lTBi4"
Vary Accept-Encoding
Date Wed, 21 Jan 2026 07:48:00 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"id":4,"first_name":"fd","last_name":"fd","login_id":"iamfd","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":5,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-11-03T08:06:23.000Z","role_name":"FrontDesk","service_location":"Service Center A"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDQ1MjZ9.9PRb4D-Qi4k-AXJ37WoER_vk3MFrvNZCXpp_wuXXVoA' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'If-None-Match: W/"ca-jAuD6auKdGVIj/PAp8hCwAtCfbU"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 274ms
Mean size per request: 242B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg5ODE2NjZ9.4ODuA-xRPFnmHP9tI4dMcDE-bd3NEdJ81NjasraaSbk
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token a572abad-fc76-4bbe-abbc-261b271c0d62
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 242
ETag W/"f2-96HZruWcD8Tw9VvM7uzMlq7/3aA"
Vary Accept-Encoding
Date Wed, 21 Jan 2026 07:48:00 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for delivery","key":"pending_for_delivery","count":2},{"label":"Created today","key":"created_today","count":430},{"label":"Pending for FST assignment","key":"pending_fst_assignment","count":0}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDQ1MjZ9.9PRb4D-Qi4k-AXJ37WoER_vk3MFrvNZCXpp_wuXXVoA' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"details_key":"pending_for_delivery"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/dashboard/details
Response Information
Response Code: 200 - OK
Mean time per request: 275ms
Mean size per request: 1.95KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg5ODE2NjZ9.4ODuA-xRPFnmHP9tI4dMcDE-bd3NEdJ81NjasraaSbk
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token bad7d0bf-df43-449b-aa4e-be71cde6ec39
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 38
Request Body
{"details_key":"pending_for_delivery"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"7d0-kc3wUpYIVzo84PrUbrG5ptt5i/c"
Vary Accept-Encoding
Content-Encoding gzip
Date Wed, 21 Jan 2026 07:48:01 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":162986,"job_number":"JOB_162986","tr_customer_id":163003,"tr_customer_product_id":162993,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:48:08.000Z","modified_at":"2026-01-21T07:33:13.000Z","name":"Karishma Shetkar","mobile_number":"8928885292","email_id":"shetkarshashank@gmail.com","dop":"2026-01-12","serial_number":"32051489201456","imei1":"32051489201456","imei2":"32051489201456","popurl":"2026-01-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-21T07:33:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163014,"job_number":"JOB_163014","tr_customer_id":163031,"tr_customer_product_id":163021,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T07:47:49.000Z","modified_at":"2026-01-21T07:47:59.000Z","name":"Felix Weissnat","mobile_number":"829-211-4642","email_id":"Edgar.Windler@yahoo.com","dop":"2025-11-04","serial_number":"11370373346390","imei1":"11370373346390","imei2":"11370373346390","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-21T07:47:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/fd/readyfordelivery' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDQ1MjZ9.9PRb4D-Qi4k-AXJ37WoER_vk3MFrvNZCXpp_wuXXVoA' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/fd/readyfordelivery
Response Information
Response Code: 200 - OK
Mean time per request: 268ms
Mean size per request: 1.95KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg5ODE2NjZ9.4ODuA-xRPFnmHP9tI4dMcDE-bd3NEdJ81NjasraaSbk
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 624cca01-cbaf-40d4-b1ed-485ddb8e0e0b
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"7d0-kc3wUpYIVzo84PrUbrG5ptt5i/c"
Vary Accept-Encoding
Content-Encoding gzip
Date Wed, 21 Jan 2026 07:48:01 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":162986,"job_number":"JOB_162986","tr_customer_id":163003,"tr_customer_product_id":162993,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T06:48:08.000Z","modified_at":"2026-01-21T07:33:13.000Z","name":"Karishma Shetkar","mobile_number":"8928885292","email_id":"shetkarshashank@gmail.com","dop":"2026-01-12","serial_number":"32051489201456","imei1":"32051489201456","imei2":"32051489201456","popurl":"2026-01-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-21T07:33:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":163014,"job_number":"JOB_163014","tr_customer_id":163031,"tr_customer_product_id":163021,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-21T07:47:49.000Z","modified_at":"2026-01-21T07:47:59.000Z","name":"Felix Weissnat","mobile_number":"829-211-4642","email_id":"Edgar.Windler@yahoo.com","dop":"2025-11-04","serial_number":"11370373346390","imei1":"11370373346390","imei2":"11370373346390","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-21T07:47:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/fd/delivertocustomer' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDQ1MjZ9.9PRb4D-Qi4k-AXJ37WoER_vk3MFrvNZCXpp_wuXXVoA' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"job_id":98100}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/fd/delivertocustomer
Response Information
Response Code: 200 - OK
Mean time per request: 258ms
Mean size per request: 58B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg5ODE2NjZ9.4ODuA-xRPFnmHP9tI4dMcDE-bd3NEdJ81NjasraaSbk
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 6c985474-5862-4552-8f86-1b8aa6b8dc9c
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 24
Request Body
{
            "job_id": 163014
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 58
ETag W/"3a-3WdMDfucbYXvuH7Sl4ZX4bUclMI"
Vary Accept-Encoding
Date Wed, 21 Jan 2026 07:48:01 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Delivered to customer successfully","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/search' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDUyMjJ9.YREOhYz69EGXsaEozCw6Ugj3PVEi1zWT1bB4uvrhA9o' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"searchText":"JOB_98100"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/search
Response Information
Response Code: 200 - OK
Mean time per request: 274ms
Mean size per request: 31B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg5ODE2NjZ9.4ODuA-xRPFnmHP9tI4dMcDE-bd3NEdJ81NjasraaSbk
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token f18d7f68-b032-4755-97eb-ccf77584b49f
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 26
Request Body
{"searchText":"JOB_98100"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 31
ETag W/"1f-XHSNhKvrk3aAE4wN//TuJSkDTNM"
Vary Accept-Encoding
Date Wed, 21 Jan 2026 07:48:01 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/details/JOB_98100' \ -X 'POST' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDUyMjJ9.YREOhYz69EGXsaEozCw6Ugj3PVEi1zWT1bB4uvrhA9o' \ -H 'Connection: keep-alive' \ -H 'Content-Length: 0' \ -H 'Content-Type: text/plain' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/details/163014
Response Information
Response Code: 200 - OK
Mean time per request: 279ms
Mean size per request: 33B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg5ODE2NjZ9.4ODuA-xRPFnmHP9tI4dMcDE-bd3NEdJ81NjasraaSbk
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token f7933466-4ef9-49ef-a1e5-0e2f8e179abd
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 0
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 33
ETag W/"21-a549D1gRd+HW17tYvMzi9u5U1G4"
Vary Accept-Encoding
Date Wed, 21 Jan 2026 07:48:02 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":null}
Test Information
No Tests for this request
Request Information
Request Method: GET
Request URL:
Response Information
Response Code: -
Mean time per request: 0ms
Mean size per request: 0B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Response Headers
Response Body
No Response Body for this request
Test Information
No Tests for this request